ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It seems it cannot locate you boost installation, which is you installed from macports should be at:
/opt/local/include/boost/
You install seems to search in /usr/...
directories. Can u make sure these environment variables are set
export CPATH=/opt/local/include
export LIBRARY_PATH=/opt/local/lib
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/opt/local/lib
export PATH=/opt/local/bin:$PATH
The run the install again after verifying that you have boost installed correctly. For further instructions, please consult this wiki
2 | No.2 Revision |
It seems it cannot locate you boost installation, which is you installed from macports should be at:
/opt/local/include/boost/
You Your install seems to search in /usr/...
directories. Can u make sure these environment variables are set
export CPATH=/opt/local/include
export LIBRARY_PATH=/opt/local/lib
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/opt/local/lib
export PATH=/opt/local/bin:$PATH
The run the install again after verifying that you have boost installed correctly. For further instructions, please consult this wiki
3 | No.3 Revision |
It seems it cannot locate you boost installation, which is you installed from macports should be at:
/opt/local/include/boost/
Your install seems to search in /usr/...
directories. Can u make sure these environment variables are set
export CPATH=/opt/local/include
export LIBRARY_PATH=/opt/local/lib
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/opt/local/lib
export PATH=/opt/local/bin:$PATH
The run the install again after verifying that you have boost installed correctly. For further instructions, please consult this wiki
4 | No.4 Revision |
It seems it cannot locate you boost installation, which is you installed from macports should be at:
/opt/local/include/boost/
Your install seems to search in /usr/...
directories. Can u make sure these environment variables are set
export CPATH=/opt/local/include
export LIBRARY_PATH=/opt/local/lib
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/opt/local/lib
export PATH=/opt/local/bin:$PATH
The run the install again after verifying that you have boost installed correctly. For further instructions, please consult this wikihttps://https://github.com/wjwwood/ros-osx/wiki