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

Revision history [back]

It seems like whatever is generating the file rviz/build/sip/rviz_sip/Makefile is not putting "-framework" before Carbon and Collada15Dom when generating the LFLAGS. If you edit that file and change "Carbon" to "-framework Carbon" and "Collada15Dom" to "-framework Collada15Dom" in the LDFLAGS definition you'll get past this stage.