|
From: Jon S. <jes...@ho...> - 2006-07-16 17:35:07
|
Hi all,
Trying to compile on Mac OS X from CVS, as checked out July 16, 2006.
Following the advice posted by Sam Moffat in January, I overrode the libtool
check in autogen.sh (after using fink to ensure I had the latest version
installed), but I am still running into errors further down the line. Any
help would be appreciated. The errors autogen.sh throws are as follows
(I've cut out a long list of stuff in the middle that went just fine):
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
processing .
Running aclocal ...
aclocal:configure.in:106: warning: macro `AM_PATH_GLIB_2_0' not found in
library
Running libtoolize...
Running autoheader...
Running automake --gnu ...
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for size_t... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking Are we using flex ... yes
/configure: line 20354: syntax error near unexpected token `2.0.0'
/configure: line 20354: `AM_PATH_GLIB_2_0(2.0.0)'
|