[Xapian-discuss] Error on ./configure process with Xapian-bindings-0.9.6

Olly Betts olly at survex.com
Sat Sep 16 21:53:17 BST 2006


On Sat, Sep 16, 2006 at 01:23:50PM -0700, Sebi wrote:
> I compiled Xapian-bindings-0.9.6 with MingW on an Xp system. But the
> ./configure process didn't create the library. It stopped after the
> following lines. Without any error message.
> 
> >config.status: executing depfiles commands
> 
> >*** Building bindings for languages:

This means that configure didn't find the required tools to build
bindings for any of the supported languages.  It should say that
explicitly - I'll fix that.

It's quite possible you have the required tools installed, but
not on your PATH.  You can tell configure where to look - try
"./configure --help" - for PHP you might use:

./configure PHP_CONFIG=c:/php5/bin/php-config

What language(s) are you aiming to build?  I know the Python bindings
have been successfully built with mingw - the others may require a
little bit of tweaking.  Let us know if you encounter problems and
we'll try to help, so we can ensure that future versions work out of
the box.

Cheers,
    Olly



More information about the Xapian-discuss mailing list