ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This problem also happened for me on 10.7 with Macports. I found the correct solution to be defining CPATH and DYLD_FALLBACK_LIBRARY_PATH. So run the follow bash script prior to running 'rosinstall'.

PORTS=/opt/local
export CPATH=$PORTS/include
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:$PORTS/lib