Re: No such file or directory
Re: No such file or directory
- Subject: Re: No such file or directory
- From: Thomas Engelmeier <email@hidden>
- Date: Wed, 22 Feb 2006 12:16:00 +0100
On 22.02.2006, at 02:58, Jeff Heyob wrote:
Thanks for the follow-up rationale. The recursive feature that is
important for my particular situation was difficult and time-
consuming to realize its need. A note about this feature in the
description for the search paths would be helpful.
Once you have the recursive paths working you could look at the gcc
commandline and extract the _necessary_ paths to an xcconfig file.
The advantage is you can share it (for a multi-project setup).
HEADER_SEARCH_PATHS = $(CUSTOMER_ROOT)/Part1/Common/Include/Mac $
(CUSTOMER_ROOT )/3rdParties/boost_1_33_1
USER_HEADER_SEARCH_PATHS = $(CUSTOMER_ROOT)/Part1/Common/Include $
(CUSTOMER_ROOT)/Part1/Common/Include/Mac $(CUSTOMER_ROOT)/Part2/Common
One caveat is to break down the line length with temp variables as
you can NOT use
USER_HEADER_SEARCH_PATHS = $(CUSTOMER_ROOT)/Part1/Common/Include
USER_HEADER_SEARCH_PATHS = $(USER_HEADER_SEARCH_PATHS) $
(CUSTOMER_ROOT)/Part1/Common/Include/Mac
HTH,
Tom_E
_______________________________________________
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