Hi, I've edited the util.i to use php5 iterators when the php version is high enough but I can't figure out how to build the xapian.php file with swig. Can anyone give me a hint? Thanks Rob
On Sun, Feb 10, 2008 at 04:27:48PM +0000, Robert Young wrote:> I've edited the util.i to use php5 iterators when the php version is > high enough but I can't figure out how to build the xapian.php file > with swig. Can anyone give me a hint?You need to configure xapian-bindings with --enable-maintainer-mode: ./configure --enable-maintainer-mode Cheers, Olly