You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.try and "bootstrap" on OSX where the auto* tools are installed using Macports
2.
3.
What is the expected output? What do you see instead?
The build fails
> ./bootstrap
> ./configure
....
> make
$ make
Making all in lib
Making all in Gto
Making all in test
make[3]: Nothing to be done for `all'.
/bin/sh ../../libtool --tag=CXX --mode=compile g++
-DPACKAGE_NAME=\"open-gto\" -
DPACKAGE_TARNAME=\"open-gto\" -DPACKAGE_VERSION=\"3.5.3\" -
DPACKAGE_STRING=\"open-gto\ 3.5.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-
DPACKAGE=\"open-gto\" -DVERSION=\"3.5.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-
DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -
DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -
DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -
DSTDC_HEADERS=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -
DHAVE_UNISTD_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_MBSTATE_T=1 -DHAVE_STDLIB_H=1 -
DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_REGCOMP=1 -
DHAVE_STRTOL=1 -DGTO_SUPPORT_ZIP=1 -DHAVE_NAMESPACES=/\*\*/ -DHAVE_STL=/\*\*/ -
DHAVE_FULL_IOSTREAMS=1 -I. -I../../lib -I/sw/include -g -O2 -MT FlexLexer.lo
-MD -MP -MF
.deps/FlexLexer.Tpo -c -o FlexLexer.lo FlexLexer.cpp
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
make[3]: *** [FlexLexer.lo] Error 63
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
What version of the product are you using? On what operating system?
Latest GTO repo, OSX 10.6.3, Macports automake tools which are more recent than
that shipped
with OSX.
Please provide any additional information below.
I've attached a diff that fixes the problem.
Original issue reported on code.google.com by Drew.Whitehouse on 11 May 2010 at 2:31
Original issue reported on code.google.com by
Drew.Whitehouse
on 11 May 2010 at 2:31Attachments:
The text was updated successfully, but these errors were encountered: