import and make
import and make
- Subject: import and make
- From: ken lindsay <email@hidden>
- Date: Tue, 27 Jan 2009 18:24:25 -0800
I'm importing a gcc app into Xcode which has several libraries and working makefiles.
It all works well on the command line, but importing into Xcode I'm not getting the includes to work. I've made some groups, copied the header files into those groups in Xcode. This fixes some of the include problems by putting the group name in the header search path field in the build properties for the project (double click project name/icon to bring this up -- there may be other windows named similarly).
By copying the header files into the "include" group I get Xcode to find these. I have a library that wants to be nested: <jasper/jasper.h> is typical and its siblings. I made a subgroup in "include" called "jasper" which doesn't work, and also made a new group called "jasper" at the same level as "include". None of these gets Xcode to find my include files. I've searched Xcode docs and find nothing. Searched some forums and found a few tips, but nothing that fixes this nested directory issue.
anybody got the answer to this one?
tanx in advance.
ken lindsay information scientist www.tlafx.com
|
_______________________________________________
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