FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveMac / FivePhone (iPhone, iPad) FiveMac
Posts: 58
Joined: Fri Oct 07, 2005 06:30 AM
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

/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:
./../../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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
FiveMac
Posted: Mon Dec 24, 2007 11:20 AM

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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
FiveMac
Posted: Mon Dec 24, 2007 11:30 AM

Pier Luigi,

You have to use XCode 3.0 for Leopard!

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion