Installing Indigo on Mac OS X Maverick boost cannot be found cpp_common
When installing Indigo on Mac. I get an error stating that Boost cannot be found while compiling cpp_common. Did anyone have the same problem?
Im compiling using:
./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
Error:
[ 50%] Building CXX object CMakeFiles/cpp_common.dir/src/header.cpp.o
In file included from
/Users/codeporter/Development/indigo/ros_catkin_ws/src/roscpp_core/cpp_common/src/header.cpp:35:
/Users/codeporter/Development/indigo/ros_catkin_ws/src/roscpp_core/cpp_common/include/ros/header.h:41:10:fatal error: 'boost/shared_array.hpp' file not found
#include <boost/shared_array.hpp> ^
1 error generated.
make[2]: *** [CMakeFiles/cpp_common.dir/src/header.cpp.o] Error 1
make[1]: *** [CMakeFiles/cpp_common.dir/all] Error 2
make: *** [all] Error 2
<== Failed to process package 'cpp_common':
Command '/Users/codeporter/Development/indigo/ros_catkin_ws/install_isolated/env.sh make -j4 -l4' returned non-zero exit status 2