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

The player not found is a red herring, the real problem is that it cannot find libtool:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LTDL_INCLUDE_DIR
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/libstage
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/libstage
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/examples/ctrl
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/worlds/benchmark
   used as include directory in directory /Users/Siva/ros_catkin_ws/src/stage/worlds/benchmark
LTDL_LIB
    linked by target "stage" in directory /Users/Siva/ros_catkin_ws/src/stage/libstage

This is the code which looks for those variables:

https://github.com/ros-gbp/stage-release/blob/upstream/CMakeLists.txt#L75-77

I cannot reproduce this problem on my machine though, so I'm not sure what is causing your problem.

Player not build I can reproduce, but that is something you would need to take up on the homebrew-simulation issue tracker:

https://github.com/osrf/homebrew-simulation/issues