cwalls251 / iphone-dev

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

odcctools make problem, configure.in not found #158

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
In the "HowTo build the toolchain" wiki :
http://code.google.com/p/iphone-dev/wiki/Building
Step : Build odcctools.
1.  $ mkdir -p build/odcctools
2.  $ pushd build/odcctools
3.  $ ../../odcctools/configure --target=arm-apple-darwin --disable-ld64
4.  $ make

What is the expected output? What do you see instead?
I expected a sucessful make so as to continue the toolchain install
Instead, I have the followind error :
'cd ../../odctools && autoconf
autoconf: configure.in: No such file or directory
make: *** [../../odcctools/configure] Error 1'

What version of the product are you using? On what operating system?
Using Cygwin setup version 2.573.2.3 
on Windows XP

Please provide any additional information below.
Initially, an error message indicated that the autoconf command was missing
so I installed it from the Cygwin net setup interface. 

Original issue reported on code.google.com by lucas.g...@gmail.com on 5 Nov 2008 at 12:49

GoogleCodeExporter commented 8 years ago
Missing file problem solved using the patch.
Solution described in a comment on Issue 40, by victzh.

Now trying to solve :
configure.ac:12 error: possibly undefined macro: AM_PROG_LEX
with Issue 98.

Original comment by lucas.g...@gmail.com on 5 Nov 2008 at 1:52