build fail Debian Wheezy [closed]

asked 2014-01-14 11:10:28 -0500

richkappler gravatar image

updated 2014-01-28 17:19:02 -0500

ngrennan gravatar image

I followed the tutorial here and got a CMake error. I'm completely at a loss. Here's the error report:

CMake Error at /home/richard/ros_catkin_ws/install_isolated/share/catkin/cmake/catkinConfig.cmake:72 (find_package): Could not find a package configuration file provided by "roscpp_traits" with any of the following names:

roscpp_traitsConfig.cmake
roscpp_traits-config.cmake

Add the installation prefix of "roscpp_traits" to CMAKE_PREFIX_PATH or set "roscpp_traits_DIR" to a directory containing one of the above files. If "roscpp_traits" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:3 (find_package)

-- Configuring incomplete, errors occurred! <== Failed to process package 'roscpp_serialization': Command '/home/richard/ros_catkin_ws/install_isolated/env.sh cmake /home/richard/ros_catkin_ws/src/roscpp_serialization -DCATKIN_DEVEL_PREFIX=/home/richard/ros_catkin_ws/devel_isolated/roscpp_serialization -DCMAKE_INSTALL_PREFIX=/home/richard/ros_catkin_ws/install_isolated' returned non-zero exit status 1

Reproduce this error by running: ==> cd /home/richard/ros_catkin_ws/build_isolated/roscpp_serialization && /home/richard/ros_catkin_ws/install_isolated/env.sh cmake /home/richard/ros_catkin_ws/src/roscpp_serialization -DCATKIN_DEVEL_PREFIX=/home/richard/ros_catkin_ws/devel_isolated/roscpp_serialization -DCMAKE_INSTALL_PREFIX=/home/richard/ros_catkin_ws/install_isolated

Command failed, exiting.

Any ideas?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2018-04-12 20:23:57.131753

Comments

Can you find the package roscpp_traits in your workspace?

tfoote gravatar image tfoote  ( 2014-01-14 20:40:39 -0500 )edit

no. bad download? separate download?

richkappler gravatar image richkappler  ( 2014-01-14 23:35:23 -0500 )edit

Is it in the rosinstall file? When I run the rosinstall_generator command on my machine it is included there.

tfoote gravatar image tfoote  ( 2014-01-15 11:32:02 -0500 )edit