<div dir="ltr">Sword 1.5.11 is at <a href="ftp://ftp.crosswire.org/pub/sword/source/v1.5/sword-1.5.11.tar.gz">ftp://ftp.crosswire.org/pub/sword/source/v1.5/sword-1.5.11.tar.gz</a><br>I&#39;m not sure why the errors are occurring, but it doesn&#39;t sound good.<br>
<br clear="all">God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>The Lord is not slow to fulfill his promise as some count slowness,<br>but is patient toward you, not wishing that any should perish,<br>
but that all should reach repentance.<br>2 Peter 3:9 (ESV)
<br><br><div class="gmail_quote">On Wed, Jul 16, 2008 at 10:59 AM, SonWon &lt;<a href="mailto:sonwon.1@gmail.com">sonwon.1@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well I thought I was at revision 2182 but was not and now I get 3 errors:<br>
<br>
C:\CrossWire\sword\src\keys\versetreekey.cpp(148) : error C2039:<br>
&#39;TreeKey&#39; : is not a member of &#39;VerseTreeKey&#39;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;..\..\..\sword\include\versetreekey.h(39) : see declaration of<br>
&#39;VerseTreeKey&#39;<br>
C:\CrossWire\sword\src\keys\versetreekey.cpp(148) : error C2039:<br>
&#39;TreeKey&#39; : is not a member of &#39;VerseTreeKey&#39;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;..\..\..\sword\include\versetreekey.h(39) : see declaration of<br>
&#39;VerseTreeKey&#39;<br>
C:\CrossWire\sword\src\keys\versetreekey.cpp(148) : error C2653:<br>
&#39;TreeKey&#39; : is not a class or namespace name<br>
<br>
No idea where to find sword 1.5.11?<br>
<br>
Still a newbie.<br>
<div class="Ih2E3d"><br>
<br>
Ben Morgan wrote:<br>
&gt; I think this compile error was fixed in Sword revision 2182 (or maybe<br>
&gt; a later one). You&#39;ll need to run svn update to get this fix.<br>
&gt; I&#39;m not sure how it is set up for swordreader, but it would probably<br>
&gt; be best if you could build from the sword 1.5.11 release, as the sword<br>
&gt; svn code is not guaranteed not to be completely broken (especially as<br>
&gt; large-scale experimental changes are happening).<br>
&gt;<br>
&gt; God Bless,<br>
&gt; Ben<br>
&gt; -------------------------------------------------------------------------------------------<br>
&gt; The Lord is not slow to fulfill his promise as some count slowness,<br>
&gt; but is patient toward you, not wishing that any should perish,<br>
&gt; but that all should reach repentance.<br>
&gt; 2 Peter 3:9 (ESV)<br>
&gt;<br>
&gt; On Wed, Jul 16, 2008 at 7:30 AM, SonWon &lt;<a href="mailto:sonwon.1@gmail.com">sonwon.1@gmail.com</a><br>
</div><div><div></div><div class="Wj3C7c">&gt; &lt;mailto:<a href="mailto:sonwon.1@gmail.com">sonwon.1@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; I am using revision 2181 for Sword and swordreader is at 150.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I still get this error on a compile with EVC3 or EVC4:<br>
&gt;<br>
&gt; &nbsp; &nbsp; C:\CrossWire\sword\src\keys\versetreekey.cpp(148) : error C2352:<br>
&gt; &nbsp; &nbsp; &#39;sword::TreeKey::PositionChangeListener::getTreeKey&#39; : illegal call of<br>
&gt; &nbsp; &nbsp; non-static member function<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ..\..\..\sword\include\treekey.h(58) : see declaration of<br>
&gt; &nbsp; &nbsp; &#39;getTreeKey&#39;<br>
&gt;<br>
&gt; &nbsp; &nbsp; Error C2352 is:<br>
&gt; &nbsp; &nbsp; A static member function calls a nonstatic member function.<br>
&gt;<br>
&gt; &nbsp; &nbsp; The line is:<br>
&gt; &nbsp; &nbsp; TreeKey *tkey = TreeKey::PositionChangeListener::getTreeKey();<br>
&gt;<br>
&gt; &nbsp; &nbsp; The declaration is:<br>
&gt; &nbsp; &nbsp; TreeKey *getTreeKey() { return treeKey; }<br>
&gt;<br>
&gt; &nbsp; &nbsp; I am not touching the Sword code. &nbsp;:)<br>
&gt;<br>
&gt; &nbsp; &nbsp; Maybe it is just a compiler switch? &nbsp;I just loaded the EVC3 and 4 and<br>
&gt; &nbsp; &nbsp; opened the project to compile, no changes to the compiler settings<br>
&gt; &nbsp; &nbsp; which<br>
&gt; &nbsp; &nbsp; I would think are stored in the project.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I get other errors but they can be ignored like David said, I call<br>
&gt; &nbsp; &nbsp; them<br>
&gt; &nbsp; &nbsp; noise.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Barry Drake wrote:<br>
&gt; &nbsp; &nbsp; &gt; H there .......<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; SonWon wrote:<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;&gt; Ok, maybe I misunderstood then, it doesn&#39;t look like the code I<br>
&gt; &nbsp; &nbsp; have<br>
&gt; &nbsp; &nbsp; &gt;&gt; written in the past.<br>
&gt; &nbsp; &nbsp; &gt;&gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; I&#39;ve just fired up eVC3 and looked at the new (latest) svn and<br>
&gt; &nbsp; &nbsp; if you<br>
&gt; &nbsp; &nbsp; &gt; open the existing ....\....\whatever ......<br>
&gt; &nbsp; &nbsp; \swordreader\src\SwRd.vcw<br>
&gt; &nbsp; &nbsp; &gt; under eVC3, you will not get most of the errors and failures you<br>
&gt; &nbsp; &nbsp; &gt; mentioned. &nbsp;You may have to amend a few paths to header files<br>
&gt; &nbsp; &nbsp; etc. but<br>
&gt; &nbsp; &nbsp; &gt; .... &nbsp;this should save you a LOT OF TIME.<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; God bless,<br>
&gt; &nbsp; &nbsp; &gt; Barry<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; -- From Barry Drake (The Revd) minister of the Netherfield United<br>
&gt; &nbsp; &nbsp; &gt; Reformed church, Nottingham see<br>
&gt; &nbsp; &nbsp; <a href="http://www.jesusinnetherfield.org.uk" target="_blank">http://www.jesusinnetherfield.org.uk</a> for<br>
&gt; &nbsp; &nbsp; &gt; our church homepages).<br>
&gt; &nbsp; &nbsp; &gt;<br>
</div></div>&gt; &nbsp; &nbsp; &gt; Replies - <a href="mailto:b.drake@ntlworld.com">b.drake@ntlworld.com</a> &lt;mailto:<a href="mailto:b.drake@ntlworld.com">b.drake@ntlworld.com</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt; &nbsp; &nbsp; &gt; Instructions to unsubscribe/change your settings at above page<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; SonWon<br>
&gt;<br>
&gt; &nbsp; &nbsp; I choose God and all that my choice entails in this life even unto<br>
&gt; &nbsp; &nbsp; death and look forward to the new life that will come.<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt; &nbsp; &nbsp; Instructions to unsubscribe/change your settings at above page<br>
&gt;<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------<br>
<div><div></div><div class="Wj3C7c">&gt;<br>
&gt; _______________________________________________<br>
&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt; Instructions to unsubscribe/change your settings at above page<br>
<br>
--<br>
SonWon<br>
<br>
I choose God and all that my choice entails in this life even unto death and look forward to the new life that will come.<br>
<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</div></div></blockquote></div><br></div>