• 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: Question about Header Search Paths
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about Header Search Paths


  • Subject: Re: Question about Header Search Paths
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 17 Mar 2008 12:54:12 -0700


On Mar 17, 2008, at 12:29 PM, Terry Simons wrote:

Are the Xcode Header Search Paths walked in the order they were provided?

That is to say... if I put both and "/usr/local/include/foo" and  "/usr/include/foo" as header search paths (in that order) will /usr/local/include/foo be searched before /usr/include/foo?

Ditto for library search paths?

Yes, for paths listed explicitly in the build settings.

If you use the recursive descent option (/** or check the Recursive box) there is no guaranteed order of traversal of the directory, because different file systems can provide different orderings.

Chris
 _______________________________________________
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: 
 >Question about Header Search Paths (From: Terry Simons <email@hidden>)

  • Prev by Date: Question about Header Search Paths
  • Next by Date: Re: Standard C++
  • Previous by thread: Question about Header Search Paths
  • Next by thread: Debugging Cocoa-Python
  • Index(es):
    • Date
    • Thread