Re: FAQ: Compile problems when multiple headers in project have same name
Re: FAQ: Compile problems when multiple headers in project have same name
- Subject: Re: FAQ: Compile problems when multiple headers in project have same name
- From: David Catmull <email@hidden>
- Date: Mon, 24 May 2004 10:03:03 -0600
On Apr 20, 2004, at 11:02 PM, email@hidden wrote:
On 20/04/2004, at 06:03, Chris Espinosa wrote:
There are known problems with using multiple header files with the
same name. Xcode's built-in header caching mechanism can get
confused. To turn this off, Get Info on the affected target, go to
the Build tab, and add
USE_HEADERMAPS | NO
to the build settings. This defeats header path caching and should
make your target build correctly.
Thanks very much for the pointer. I should note that the build setting
is named USE_HEADERMAP (no "s").
I finally got around to trying this, and all I get is different errors:
"No such file or directory" on almost every file I try to include, even
though the headers are in my project. How is this option actually
supposed to work?
I'm using XCode 1.2, and distributed compilation is off if that matters.
--
David Catmull
email@hidden
http://www.uncommonplace.com/
_______________________________________________
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.