• 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: Xcode 3.1 and boost
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 3.1 and boost


  • Subject: Re: Xcode 3.1 and boost
  • From: Paul Walmsley <email@hidden>
  • Date: Wed, 23 Jul 2008 08:37:55 +0100



The problem seems to be locating some additional files nested inside of boost. I’ve updated the build setting “Header Search Paths” to point to “../boost” and the boost directory itself is located at the same level as the rest of my sources. I’ve also tried setting “User Header Search Paths” to point to “../boost” but had no luck there either. Hard coding the path to boost doesn’t work either and is not a solution I’m content to settle with anyway.
I suspect that this has arisen because you have your code arranged in several subdirectories but you use '../boost' as a relative header search path. So when boost files themselves try to include other files they look in '../boost' relative to their own path. To fix this try setting the include path to $(SRCROOT)/boost instead, which makes the paths relative to your project (so in effect the compiler sees it as an absolute path)

Paul

_______________________________________________
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


  • Follow-Ups:
    • Re: Xcode 3.1 and boost
      • From: Frank van Meurs <email@hidden>
References: 
 >Xcode 3.1 and boost (From: "Mastalir, George" <email@hidden>)

  • Prev by Date: Problem creating a new Target
  • Next by Date: NSTableView, disable row truncation?
  • Previous by thread: Xcode 3.1 and boost
  • Next by thread: Re: Xcode 3.1 and boost
  • Index(es):
    • Date
    • Thread