<div dir="ltr"><div>I think those items are all the data definitions.<br><br></div><div>I&#39;ve run into errors like that before. If you are buildings Sword itself as a DLL, you need to define the macro SWUSINGDLL while compiling the C++ bindings code for it all to work. I forget exactly how you change setup.py to make it do that, though, but have a look here: <a href="https://docs.python.org/2/extending/building.html" target="_blank">https://docs.python.org/2/extending/building.html</a><br></div><div class="gmail_extra"><br clear="all"><div>God Bless,<br>Ben<br>-------------------------------------------------------------<br>
        <div>
        <div>For I have no pleasure in the death of anyone, <br>declares the Lord <span style="font-variant:small-caps">God</span>; so turn, and live.”<br>Ezekiel 18:32 (ESV)</div>
        </div>
        
<br></div>
<br><div class="gmail_quote">On Tue, Oct 7, 2014 at 11:02 AM, R Johnson <span dir="ltr">&lt;<a href="mailto:ps16thypresenceisfullnessofjoy@gmail.com" target="_blank">ps16thypresenceisfullnessofjoy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I also tried changing the command in step 3 (&quot;setup.py build&quot;) to use libsword.lib rather than sword.lib by replacing the lines in the setup.py file:<br>
<br>
    setup(name=&#39;sword&#39;,version=&#39;1.<u></u>7.3&#39;,<br>
    libraries=[(&#39;sword&#39;)],<br>
<br>
with:<br>
<br>
    setup(name=&#39;libsword&#39;,version=<u></u>&#39;1.7.3&#39;,<br>
    libraries=[(&#39;libsword&#39;)],<br>
<br>
but I got the same errors that I did when I tried renaming sword.lib to libsword.lib.<br>
<br>
I have attached the output from setup.py containing the errors, and would appreciate any ideas as to what is causing them. I&#39;m a SWIG newbie, but could the errors mean that the SWIG interface (.i) files are missing the definitions of certain functions/attributes? (I really don&#39;t know what &quot;unresolved external symbols&quot; are, so this stuff is over my head.)<br>
<br>
-- Timothy<br>
<br>_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">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></blockquote></div><br></div></div>