TR: Header paths
TR: Header paths
- Subject: TR: Header paths
- From: "Swar Systems" <email@hidden>
- Date: Sat, 4 Jun 2005 11:40:48 +0200
- Importance: Normal
Seems to have worked, thanks a lot! Is there any document that specifies all
the settings to use in XCode to port a unix library?
Cheers!
Mariano
-----Message d'origine-----
De : Bjoern Knafla [mailto:email@hidden]
Envoye : vendredi, 3. juin 2005 10:14
A : Xcode-Users List
Cc : Bjoern Knafla
Objet : Re: Header paths
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