ros_desktop OS X Build Issue
I would like to build everything required to run rviz on my OS 10.8.3 machine. I followed the instructions here:
http://www.ros.org/wiki/groovy/Installation/OSX/MacPorts/Source
...except that I changed ros_comm to desktop in the wstool command. When I run the prescribed cmake command, I get this output:
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/groovy -DSETUPTOOLS_DEB_LAYOUT=OFF -- Using CATKIN_DEVEL_PREFIX: /Users/ayrton/ros_catkin_ws/src/build/devel -- Using CMAKE_PREFIX_PATH: -- Found gtest: gtests will be built CMake Warning at catkin/cmake/test/nosetests.cmake:90 (message): nosetests not found, Python tests can not be run (try installing package 'python-nose') Call Stack (most recent call first): catkin/cmake/all.cmake:133 (include) CMakeLists.txt:12 (include) -- Using CATKIN_TEST_RESULTS_DIR: /Users/ayrton/ros_catkin_ws/src/build/test_results -- catkin 0.5.65 -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ~~ traversing 156 packages in topological order: -- ~~ - angles -- ~~ - bond_core (metapackage) WARNING: The metapackage 'bond_core' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/bond_core/CMakeLists.txt -- ~~ - common_msgs (metapackage) WARNING: The metapackage 'common_msgs' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/common_msgs/CMakeLists.txt -- ~~ - console_bridge -- ~~ - class_loader -- ~~ - convex_decomposition -- ~~ - cpp_common -- ~~ - diagnostics (metapackage) WARNING: The metapackage 'diagnostics' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/diagnostics/CMakeLists.txt -- ~~ - driver_common (metapackage) WARNING: The metapackage 'driver_common' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/driver_common/CMakeLists.txt -- ~~ - genmsg -- ~~ - gencpp -- ~~ - genlisp -- ~~ - genpy -- ~~ - geometry (metapackage) WARNING: The metapackage 'geometry' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/geometry/CMakeLists.txt -- ~~ - geometry_experimental (metapackage) WARNING: The metapackage 'geometry_experimental' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/geometry_experimental/CMakeLists.txt -- ~~ - image_common (metapackage) WARNING: The metapackage 'image_common' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/image_common/CMakeLists.txt -- ~~ - ivcon -- ~~ - kdl (metapackage) WARNING: The metapackage 'kdl' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/kdl/CMakeLists.txt -- ~~ - message_generation -- ~~ - message_runtime -- ~~ - mk -- ~~ - nodelet_core (metapackage) WARNING: The metapackage 'nodelet_core' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/nodelet_core/CMakeLists.txt -- ~~ - opencv2 (plain cmake) -- ~~ - orocos_kdl -- ~~ - orocos_kinematics_dynamics (metapackage) WARNING: The metapackage 'orocos_kinematics_dynamics' has no CMakeLists.txt. Please add one to the package source. You can use the following file: /Users/ayrton/ros_catkin_ws/src/build/catkin_generated/metapackages/orocos_kinematics_dynamics/CMakeLists.txt -- ~~ - python_orocos_kdl -- ~~ - qt_dotgraph -- ~~ - qt_gui -- ~~ - qt_gui_app -- ~~ - qt_gui_core (metapackage) -- ~~ - qt_gui_py_common -- ~~ - ros (metapackage) -- ~~ - ros_comm (metapackage) -- ~~ - ros_tutorials (metapackage) -- ~~ - rosbash -- ~~ - rosboost_cfg -- ~~ - rosbuild ...