FiveMac

Post Reply
User avatar
Pier Luigi
Posts: 58
Joined: Fri Oct 07, 2005 6:30 am
Location: Rome - Italy

FiveMac

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Pier Luigi,

You have to use XCode 3.0 for Leopard!
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply