Hi all I get errors when trying to build from svn trunk on a linux/gcc4.4
Versions:.
aclocal (GNU automake) 1.10,automake (GNU automake) 1.10, autoheader
(GNU Autoconf) 2.61, autoconf (GNU Autoconf) 2.61, Bakefile 0.2.6,
perl, v5.8.8, GNU bash, version 3.2.25(1)-release
I've never used bakefile before, and little experience with fixing gnu
build, so I've got not idea where to look.
Any help appreciated,
Thanks
Adrian Cornish
Offending configure lines:
1826 enable_static=no
1827 fi
1828
1829
1830 _LT_DECL(build_old_libs, enable_static, 0,
1831 Whether or not to build static libraries)
1832
1833
1834 ac_aux_dir=
1835 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Errors from running bootstrap under bash shell:
[6/6] generating autoconf from ./mysql++.bkl
writing ./Makefile.mingw
writing ./Makefile.in
writing ./autoconf_inc.m4
114 files modified
+ bakefile -f gnu -o Makefile.simple -DBUILDLIBRARY=no mysql++.bkl
writing Makefile.simple
+ set +x
+ aclocal -I config -I /usr/local/share/aclocal
+ autoheader
+ autoconf
+ ./configure --cache-file=config.cache
configure: creating cache config.cache
./configure: line 1830: syntax error near unexpected token `build_old_libs,'
./configure: line 1830: ` _LT_DECL(build_old_libs, enable_static, 0,'
+ '[' -z '' ']'
+ echo
+ echo BOOTSTRAP 'FAILED!'
BOOTSTRAP FAILED!
+ echo