Xcode 3.1 and boost
Xcode 3.1 and boost
- Subject: Xcode 3.1 and boost
- From: "Mastalir, George" <email@hidden>
- Date: Tue, 22 Jul 2008 21:17:26 -0700
- Thread-topic: Xcode 3.1 and boost
Title: Xcode 3.1 and boost
I’m getting the following error message from Xcode 3.1 when including the boost file “scoped_ptr.hpp”.
/projects/br-sidewinder/retrospect/engine/engine_osx/../boost/scoped_ptr.hpp:14:28: error: boost/assert.hpp: No such file or directory
/projects/br-sidewinder/retrospect/engine/engine_osx/../boost/scoped_ptr.hpp:15:36: error: boost/checked_delete.hpp: No such file or directory
/projects/br-sidewinder/retrospect/engine/engine_osx/../boost/scoped_ptr.hpp:16:39: error: boost/detail/workaround.hpp: No such file or directory
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.
There were some similar questions posted on this list regarding the same issue, but none of the answers provided have worked for me. This may have something to do with how gcc handles angle brackets (boost uses them exclusively), but I haven’t found any good explanations of that in my research so far. Anyone have an eye for what I’m doing wrong?
Thanks for any help in advance,
--George
_______________________________________________
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