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

RoboEarth on Ubuntu oneiric: Compilation errors

asked 2011-12-08 02:24:52 -0500

Enrique gravatar image

Hi,

After following all steps to install roboearth (http://www.ros.org/wiki/roboearth) with ros-electric in Ubuntu 11.10 (oneiric), I still have the following compilation errors when I do rosmake roboearth:

  • roboearth/object_scanning/re_kinect_object_detector/src/recognitionmodel.cpp:457:10: error: ‘class boost::filesystem3::path’ has no member called ‘native_file_string’, an similar ones
  • roboearth/object_scanning/ar_bounding_box/src/ar_kinect.cpp:479:63: error: taking address of temporary [-fpermissive], repeated several times

Note that I had to translate error messages into English, so probably they're not the same text you would have if you try to reproduce the error.

Thanks!

Regards,

Enrique

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2011-12-08 04:44:16 -0500

tfoote gravatar image

This looks like the transition between boost filesystem version 2 and 3. Roboearth probably needs a patch. Another similar question http://answers.ros.org/question/1459/boostfilesystem-version-issues

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-12-08 02:24:52 -0500

Seen: 236 times

Last updated: Dec 08 '11