Page 1 of 1

FiveMac

Posted: Mon Dec 24, 2007 10:54 am
by Pier Luigi
I just installed Mac OSX Leopard and Xcode 2.5 and I no longer compile the programs. My build.sh is

Code: Select all

/Xcode2.5/usr/bin/gcc $1.c -c -I./../include -I./../../harbour/include -I/Xcode2.5/SDKs/MacOSX10.4u/usr/include
This is the error:

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
Where is the mistake?

Regards
Pier Luigi

Posted: Mon Dec 24, 2007 11:20 am
by Antonio Linares
Pier Luigi,

We are properly using FiveMac in Leopard.

You don't need to specify the path for gcc:
/Xcode2.5/usr/bin/gcc

Also, you don't need to set this headers path for gcc:
-I/Xcode2.5/SDKs/MacOSX10.4u/usr/include

We email you the most recent FiveMac build for Leopard :-)

Posted: Mon Dec 24, 2007 11:30 am
by Antonio Linares
Pier Luigi,

You have to use XCode 3.0 for Leopard!