Looking to build for Swig 4.1.

I run these commands:
cd bindings/swig/package
 libtoolize --force
 ./autogen.sh
 ./configure
 make phpswig

It errors out, talking about unknown options.
So, I modify the command.

swig -php -c++ -o php/Sword.cxx -I. -I/usr/include/sword ./sword.i

This errors out, saying that std_list.i cannot be found for templates.i

Arguably, std::vector would be a good replacement for std::list. At
least, Swig provides std_vector.i for PHP. I only care about building
PHP bindings for now. I don't suppose a quick solution would be to
replace all instances of std::list with std::vector, would it?
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to