pereraa / iphone-dev

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

Make odcctools failed on MacOS10.6.3 #209

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
localhost:odcctools nqmac$ make
cd libstuff && make
gcc -Wall -Wno-import  -DHAVE_CONFIG_H    -I..//include 
-I../../../odcctools/include -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -O2 -fno-builtin-round 
-fno-builtin-trunc -no-cpp-precomp -mdynamic-no-pic  -c -o execute.o 
../../../odcctools/libstuff/execute.c
In file included from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/libc.h:41,
                 from ../../../odcctools/libstuff/execute.c:24:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No 
such file or directory
make[1]: *** [execute.o] Error 1
make: *** [libstuff] Error 2

Original issue reported on code.google.com by lm382304...@gmail.com on 29 Nov 2010 at 1:54