Hi!
I solved my problem related to finding boost include directory.
I use XCode and I set the search paths to the wanted directories.
Thanks to all for your suggestions.

2009/1/27 James C. Sutherland <James.Sutherland@utah.edu>

On Jan 27, 2009, at 1:48 AM, rolf ngondo wrote:

Hi all!
Steven were right. It was a permission issue. Know boost is installed in /usr/local but CMake is still failling to find boost_1_37_0 include directory.
James suggested me to set set(Boost_ADDITIONAL_VERSIONS "1.37.0" "1.37" ) in the CMakeLists. I did it, but it is the same.
Is this possible to use XCode with CMake?

You can use CMake to generate XCode project files:
  cmake -G Xcode [path to project]

As for finding boost with cmake, you might want to go to
       http://www.cmake.org/cmake/help/cmake2.6docs.html
and search for "boost" - that will give you some tips.

James

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users