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

OSX Homebrew : catkin_make_isolated

asked 2014-11-02 18:45:47 -0500

itskeeho gravatar image

When invoking the command


$ ./src/catkin/bin/catkin_make_isolated --install-space /opt/ros/indigo -DCMAKE_BUILD_TYPE=Release


I get the following output


==> Processing plain cmake package: 'stage'

CMake Error at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:136 (message): Could NOT find FLTK (missing: FLTK_LIBRARIES FLTK_FLUID_EXECUTABLE) Call Stack (most recent call first): /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE) /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/FindFLTK.cmake:320 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:105 (find_package)

-- Configuring incomplete, errors occurred! See also "/Users/keeholee/ros_catkin_ws/build_isolated/stage/devel/CMakeFiles/CMakeOutput.log". <== Failed to process package 'stage': Command '/Users/keeholee/ros_catkin_ws/devel_isolated/smclib/env.sh cmake /Users/keeholee/ros_catkin_ws/src/stage -DCMAKE_INSTALL_PREFIX=/Users/keeholee/ros_catkin_ws/devel_isolated/stage -DCMAKE_BUILD_TYPE=Release' returned non-zero exit status 1

Please help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-09 21:55:03 -0500

fergs gravatar image

Did you install dependencies via rosdep? It appears you are missing FLTK, which is not a ROS package and should be coming in from the rosdep step of the install.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-11-02 18:45:47 -0500

Seen: 401 times

Last updated: Nov 09 '14