Barry,<br><br><div><span class="gmail_quote">On 5/4/06, <b class="gmail_sendername">Barry Drake</b> &lt;<a href="mailto:b.drake@ntlworld.com">b.drake@ntlworld.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Greg ...........<br><br>Greg Hellings wrote:<br>&gt; Currently it is linked to&nbsp;&nbsp;the sword-1.5.7a library.&nbsp;&nbsp;I figured that<br>&gt; sword could be built without the ftp/curl stuff, but I didn't feel<br>&gt; like mucking around in the Makefile when I got around to building the
<br>&gt; sword library.<br>Right .........&nbsp;&nbsp;well, I installed WXWidgets-2.6.3 with no problem at<br>all.&nbsp;&nbsp;I'm working with mingw (msys).&nbsp;&nbsp;I just did ./configure with all<br>the options the read-me suggests (static with debug etc.) and then make,
<br>and the whole thing worked straight out of the box.&nbsp;&nbsp;I got WXSword to<br>compile OK (without the WXMozilla stuff) - but the linking went only so<br>far.&nbsp;&nbsp;It seems to link against the WX libraries and the Sword 1.5.8<br>
library that I already had on my box ...&nbsp;&nbsp;but then I get a whole lot of<br>unresolved references that I don't understand.&nbsp;&nbsp;They begin with<br>[Linker error] undefined reference to `CoCreateInstance@20',&nbsp;&nbsp; [Linker<br>error] undefined reference to `IID_IPersistFile',&nbsp;&nbsp; [Linker error]
<br>undefined reference to `InitCommonControls@0'&nbsp;&nbsp;....&nbsp;&nbsp;and so on ....<br><br>I have no idea what these might represent so for now I've stalled ....<br>any thoughts?</blockquote><div><br>
None of those look like they are wxWidgets related, but from the
Sourceforge gnuwin32-users list I get the advice to link in the
libole32 library - I would have thout that it was already linked in by
wxWidgets, but try adding -lole32 to the LDFLAGS in the Makefile
explicitly.&nbsp; I'm convinced that linker errors are God's way of teaching
us patience :)<br>
<br>Thanks for reporting this.<br><br>
--Greg&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">God bless,<br>Barry<br><br>-- From Barry Drake (The Revd) minister of the Netherfield United Reformed church, Nottingham see 
<a href="http://www.jesusinnetherfield.org.uk">http://www.jesusinnetherfield.org.uk</a> for our church homepages).<br><br>Replies - <a href="mailto:b.drake@ntlworld.com">b.drake@ntlworld.com</a><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">http://www.crosswire.org/mailman/listinfo/sword-devel
</a><br>Instructions to unsubscribe/change your settings at above page<br></blockquote></div><br>