Header paths
Header paths
- Subject: Header paths
- From: "Swar Systems" <email@hidden>
- Date: Thu, 2 Jun 2005 23:10:12 +0200
- Importance: Normal
Hi,
I am
trying to port a C++ library to the OS X, and I am still having problems
with the header paths. My sources use some headers that are included in a rw
subfolder, and therefore always have "rw/headername.h" in the include
section.
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>.
This
all seems to be linked with the way search paths and other settings are
defined. Is there any documentation that describes step by step how to create a
new project in XCode to port a Unix library? I have XCode version
1.5.
Thanks
a lot for any help.
Mariano
|
_______________________________________________
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