Re: TR: Header paths
Re: TR: Header paths
- Subject: Re: TR: Header paths
- From: Scott Tooker <email@hidden>
- Date: Sun, 5 Jun 2005 12:08:11 -0700
Well, it's not specific to porting UNIX code, but the Xcode
documentation on the build system in the Xcode 2.0 user guide and the
"Build Settings Release Notes" (available in Xcode via Help->Show
Build Settings Notes) are good source of information on the Xcode
build system and how it works (the latter document focuses on the
various build settings that are used, while the former will give a
good overall description).
Scott
On Jun 4, 2005, at 2:40 AM, Swar Systems wrote:
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
_______________________________________________
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