Re: [sword-devel] Building Python binding to Sword on Windows returns exit code 1

2014-05-09 Thread R Johnson
I just tried building this again with the new version of Sword (1.7.3) and it still doesn't work. I forgot to mention in my previous e-mail that I have added SWIG to my PATH environment variable and set the PYTHON_INCLUDE and PYTHON_LIB environment variables as required. I have also

Re: [sword-devel] Building Python binding to Sword on Windows returns exit code 1

2014-05-09 Thread Greg Hellings
Timothy, I maintain the Python bindings, but we only officially support them through Swig on Linux and other places and only really through the CMake build project (and Troy also tries to keep them building through autotools as well). And while there have been abortive attempts to get Swig C#

Re: [sword-devel] Building Python binding to Sword on Windows returns exit code 1

2014-05-09 Thread Ben Morgan
I think the key is here in your first email: 1..\..\..\include\swbuf.h(362): error : Syntax error in input(3). What is on the line it mentions? You may be missing a #define which matters. It's possible no one has tested it with Swig 3.0 (I haven't built for a while, but I used SWIG 1.3.31 last