Re: time.h vs Time.h
Re: time.h vs Time.h
- Subject: Re: time.h vs Time.h
- From: Eric Albert <email@hidden>
- Date: Fri, 27 Aug 2004 09:43:51 -0700
On Aug 26, 2004, at 11:31 PM, Eric Albert wrote:
On Aug 26, 2004, at 7:33 AM, Massimo Marino wrote:
currently the only workaround I have found is to copy /usr/include
header files referenced by system files locally. Xcode then finds
them instead of digging (without any -I<path> to those files) in the
project files with same names (although starting with a capital
letter, as in SealBase/Time.h).
Try adding
USE_HEADERMAPS = NO
to your target settings. I think this gets Xcode to invoke GCC in a
way that references header files much more like what happens when you
use GCC from the command line.
Oops...I looked up the wrong message in the archives for this. The
correct setting is
USE_HEADERMAP = NO
Sorry about that,
Eric
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.