I have tried to install Boost C++ library on Xcode 3.1.4 (Mac OS X Leopard) many different ways and all have failed. Recently I came across the Homebrew package installer and used this to install boost.
How do you install Boost on MacOS?
However when I try and include a boost library in a project, for example
"boost/lambda/lambda.hpp"
I get: "error: boost/lambda/lambda.hpp no such file or directory"
Have tried setting "/usr/local/boost_1_47_0" in the library search path. I cannot seem to find any header files for the boost library. So set header search path to the same "/usr/local/boost_1_47_0". I wonder if Homebrew has properly installed the boost libraries? I installed again and got a warning that boost is already installed.
Has anyone else had experience with getting Xcode to work with boost? Been struggling with this for a couple of days now and I am just about ready to give up and go to Eclipse on Ubuntu.