Dale Scott
2012-01-16 14:45:57 UTC
Hi, I tried compiling the current github head and get the following error in autogen (Linux Mint 11, autoconf 2.5):
***@dale-ThinkPad-T61 ~/Projects/mdbtools $ ./autogen.sh
**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 ...
configure.in:117: warning: macro `AM_PATH_GLIB_2_0' not found in library
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
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
<snip>
checking for iconv... yeschecking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);checking Are we using flex ... no - SQL engine disable./configure: line 11131: syntax error near unexpected token `2.0.0'./configure: line 11131: `AM_PATH_GLIB_2_0(2.0.0)'
I get the same error on FreeBSD 9.0, except the error message also notes there is an unexpected ")"
This didn't happen with the github head as of May 2010, but that was also on FreeBSD 8.2. I'm going to try re-compiling the old version again just to check what happens, but can anyone offer suggestions, or point out anything stupid I'm doing or not doing?
Thanks,
Dale
***@dale-ThinkPad-T61 ~/Projects/mdbtools $ ./autogen.sh
**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 ...
configure.in:117: warning: macro `AM_PATH_GLIB_2_0' not found in library
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
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
<snip>
checking for iconv... yeschecking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);checking Are we using flex ... no - SQL engine disable./configure: line 11131: syntax error near unexpected token `2.0.0'./configure: line 11131: `AM_PATH_GLIB_2_0(2.0.0)'
I get the same error on FreeBSD 9.0, except the error message also notes there is an unexpected ")"
This didn't happen with the github head as of May 2010, but that was also on FreeBSD 8.2. I'm going to try re-compiling the old version again just to check what happens, but can anyone offer suggestions, or point out anything stupid I'm doing or not doing?
Thanks,
Dale