FiveMac
Posted: Mon Dec 24, 2007 10:54 am
I just installed Mac OSX Leopard and Xcode 2.5 and I no longer compile the programs. My build.sh is
This is the error:
Where is the mistake?
Regards
Pier Luigi
Code: Select all
/Xcode2.5/usr/bin/gcc $1.c -c -I./../include -I./../../harbour/include -I/Xcode2.5/SDKs/MacOSX10.4u/usr/include
Code: Select all
./../../harbour/include/hbdefs.h:57:19: error: stdio.h: No such file or directory
./../../harbour/include/hbdefs.h:58:20: error: stdlib.h: No such file or directory
./../../harbour/include/hbdefs.h:59:20: error: string.h: No such file or directory
Regards
Pier Luigi