Hi all!
I'm developping an application using boost on MAC OS X, using CMake as system compiler.
I succesfully built the same application with CMake on windows and it works fine.
But on Mac OS, the build fails. It sounds like CMake failed finding boost include directory.
I tried the bjam command : bjam --builddir=anydir --toolset=gcc --with-some_boost_lib install.
I got libs but it skipps creating any directory on /usr/local/.
If anyone succeeded on installing boost properly in /usr/loal... please help.
One more thing, since I'm using CMake, I can't use boost version later than 1.36.0.

Thanks to all.