Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated bootstrap that support Macports automake tools #6

Open
GoogleCodeExporter opened this issue Jan 19, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant