I could be completely off base here but I believe that those lines are looking 
for sword.dll, not sword.lib or libsword.lib. 

On October 7, 2014 2:02:36 AM CEST, R Johnson 
<ps16thypresenceisfullnessof...@gmail.com> wrote:
>I also tried changing the command in step 3 ("setup.py build") to use 
>libsword.lib rather than sword.lib by replacing the lines in the 
>setup.py file:
>
>     setup(name='sword',version='1.7.3',
>     libraries=[('sword')],
>
>with:
>
>     setup(name='libsword',version='1.7.3',
>     libraries=[('libsword')],
>
>but I got the same errors that I did when I tried renaming sword.lib to
>
>libsword.lib.
>
>I have attached the output from setup.py containing the errors, and 
>would appreciate any ideas as to what is causing them. I'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't 
>know what "unresolved external symbols" are, so this stuff is over my
>head.)
>
>-- Timothy
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>sword-devel mailing list: sword-devel@crosswire.org
>http://www.crosswire.org/mailman/listinfo/sword-devel
>Instructions to unsubscribe/change your settings at above page

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to