Re: Header paths
Re: Header paths
- Subject: Re: Header paths
- From: Bjoern Knafla <email@hidden>
- Date: Fri, 3 Jun 2005 10:14:14 +0200
Hey,
When I leave the project as it it, the rw/headername includes fail
to find the header file. When I try to solve the problem by adding
a header search path in the Target to the SRCROOT. This solves the
problem of "headers not found", but creates a new problem, where rw/
locale.h (my lib header) is included in darwin/3.3/c++/iosfwd.h at
#include <locale>.
Add USE_HEADERMAP to the style settings of your project and then set
its value to NO (or "no" (lower case)?) or disable the checkbox aside
it (shown in Xcode 2.x).
This tells Xcode not to cache headers so if "locale" wants to include
"locale.h" it won't look into the header cache and find your version
of the file.
Cheers,
Bjoern
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Header paths (From: "Swar Systems" <email@hidden>) |