[Xapian-discuss] problem compiling xapian-bindings-0.8.0 on FreeBSD 5.2.1
Olly Betts
olly@survex.com
Thu Jun 24 17:36:05 BST 2004
On Thu, Jun 24, 2004 at 05:16:32PM +0100, James Cronin wrote:
> Interesting things:
>
> gcc - 3.3.3
> automake - 1.8.5
> autoconf - 2.59
> libtool - 1.5.6
>
> my configure arguments are --without-python
>
> when I do a make in xapian-bindings-0.8.0 I get:
>
> ...
>
> ./../xapian.i:481: Warning(501): Overloaded declaration ignored. const Xapian::Enquire::get_matching_terms_end(Xapian::MSetIterator const &)
> ./../xapian.i:479: Warning(501): Previous declaration is const Xapian::Enquire::get_matching_terms_end(Xapian::docid)
> make all-am
> cd xapian && /usr/local/bin/phpize
> configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
> run info '(automake)Extending aclocal'
> or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
phpize creates a mini-project which uses autoconf/automake/libtool.
This smells to me like this project doesn't work with automake 1.8.5,
but sadly there may not be much we can do about that.
I'd suggest perhaps trying automake 1.7 or 1.6 (I'm current using 1.6.3).
I didn't even realise there was a 1.8!
> configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
My other thought is to check that autoconf, automake, and libtool were
all configured and installed with the same prefix. If they aren't, then
they can't find each others macros.
Cheers,
Olly
More information about the Xapian-discuss
mailing list