Re: [sword-devel] Building Python bindings

2005-06-18 Thread Michael M
I had this problem to, your solution seems to work but I need to use it a bit more to be 100% sure. Cheers Michael On 6/15/05, Joachim Ansorg <[EMAIL PROTECTED]> wrote: > Hi, > thanks for reporting this. > > > cd python && /usr/bin/python setup.py build_ext -I/usr/include/sword > > -L/usr/lib -l

Re: [sword-devel] Building Python bindings

2005-06-14 Thread Joachim Ansorg
Hi, thanks for reporting this. > cd python && /usr/bin/python setup.py build_ext -I/usr/include/sword > -L/usr/lib -lsword > running build_ext > building '_Sword' extension > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall > -Wstrict-prototypes -fPIC -DSWIG=1 -I/usr/include/sword > -I/usr/

[sword-devel] Building Python bindings

2005-06-14 Thread Mark Trompell
How to build python bindings for sword-1.5.8? ./configure --with-python=/usr/bin/python && make ends up with cd python && /usr/bin/python setup.py build_ext -I/usr/include/sword -L/usr/lib -lsword running build_ext building '_Sword' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3