githubhjs / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

make odcctools fails with "possibly undefined macro: AM_PROG_LEX" #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
During the make stage of odcctools I received the following error:

cd ../odcctools && autoconf
configure.ac:12: error: possibly undefined macro: AM_PROG_LEX
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make: *** [../odcctools/configure] Error 1

The following seems to have fixed it:

cd ../odcctools
aclocal
cd ../build
make

Just an FYI for the wiki. My system:

$ uname -a
Darwin xxx 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT
2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh powerpc

$ gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)

Original issue reported on code.google.com by apeder...@tds.net on 3 Nov 2007 at 6:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
thank you, too. Did work for me as well. (Vista + cygwin)

Original comment by Marcel.F...@googlemail.com on 2 Dec 2008 at 8:10

GoogleCodeExporter commented 8 years ago
no, the proper commands set (to be injected into the wiki) should be following:

cd ../../odcctools/
aclocal
cd ../build/odcctools/

and then repeat "make" command

Original comment by okoko...@gmail.com on 19 Oct 2009 at 8:11

GoogleCodeExporter commented 8 years ago
Thanks! it works.

Original comment by rmusique on 25 Dec 2011 at 3:06