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

Revision history [back]

First, I copied stage.pc to /opt/ros/<distro>/lib/pkgconfig/ and cmake runs fine, but make throws an error. So I uninstall libfltk-1.3 and install libfltk-1.1. After this make finish well and create stageros executable, but doesn't run; Segmentation fault (core dumped) message appears.

First, I copied stage.pc stage.pc to /opt/ros/<distro>/lib/pkgconfig/ /opt/ros/<distro>/lib/pkgconfig/ and cmake runs fine, but make throws an error. So I uninstall libfltk-1.3 and install libfltk-1.1. After this make finish well and create stageros executable, but doesn't run; Segmentation fault (core dumped) message appears.

First, I copied stage.pc to /opt/ros/<distro>/lib/pkgconfig/ and when I catkin_make, cmake runs fine, but make throws an error. So I uninstall libfltk-1.3 and install libfltk-1.1. After this make finish well and create stageros executable, but doesn't run; Segmentation fault (core dumped) message appears.

EDIT:

FInally worked. I re-install stage with libfltk1.1, and then catkin_make runs fine. After this stageros works.