<html><head></head><body>I could be completely off base here but I believe that those lines are looking for sword.dll, not sword.lib or libsword.lib. <br><br><div class="gmail_quote">On October 7, 2014 2:02:36 AM CEST, R Johnson &lt;ps16thypresenceisfullnessofjoy@gmail.com&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">I also tried changing the command in step 3 ("<a href="http://setup.py">setup.py</a> build") to use <br />libsword.lib rather than sword.lib by replacing the lines in the <br /><a href="http://setup.py">setup.py</a> file:<br /><br />     setup(name='sword',version='1.7.3',<br />     libraries=[('sword')],<br /><br />with:<br /><br />     setup(name='libsword',version='1.7.3',<br />     libraries=[('libsword')],<br /><br />but I got the same errors that I did when I tried renaming sword.lib to <br />libsword.lib.<br /><br />I have attached the output from <a href="http://setup.py">setup.py</a> containing the errors, and <br />would appreciate any ideas as to what is causing them. I'm a SWIG <br />newbie, but could the errors mean that the SWIG interface (.i) files are <br />missing the definitions of certain functions/attributes? (I really don't <br />know what "unresolved external symbols" are, so this stuff is over my head.)<br /><br />-- Timothy<br /></pre><p style="margin-top: 2.5em; margin-bottom: 1em; border-bottom: 1px solid #000"></p><pre class="k9mail"><hr /><br />sword-devel mailing list: sword-devel@crosswire.org<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</pre></blockquote></div><br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>