• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: No such file or directory
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >No such file or directory (From: Jeff Heyob <email@hidden>)
 >Re: No such file or directory (From: Chris Espinosa <email@hidden>)
 >Re: No such file or directory (From: Jeff Heyob <email@hidden>)
 >Re: No such file or directory (From: Chris Espinosa <email@hidden>)
 >Re: No such file or directory (From: Jeff Heyob <email@hidden>)
 >Re: No such file or directory (From: Chris Espinosa <email@hidden>)
 >Re: No such file or directory (From: Jeff Heyob <email@hidden>)

  • Prev by Date: Re: No such file or directory
  • Next by Date: Custo data formatters mysteriously stopped working.
  • Previous by thread: Re: No such file or directory
  • Next by thread: Re: No such file or directory
  • Index(es):
    • Date
    • Thread