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

Revision history [back]

Well, this probably isn't useful any more, and Groovy is a much better target for Arch. But I got visualization common building with boost 1.5x with a patch to CMake/Dependencies.cmake : -set(OGRE_BOOST_COMPONENTS thread date_time) +set(OGRE_BOOST_COMPONENTS thread system date_time)

Then adding the patch filename to the visualization_common/ogre/Makefile: -TARBALL_PATCH = hidden_window.patch hidden_window_glx_fix.patch multi_scene_manager.patch +TARBALL_PATCH = hidden_window.patch hidden_window_glx_fix.patch multi_scene_manager.patch ogre_boost150_system.patch

Well, this probably isn't useful any more, and Groovy is a much better target for Arch. But I got visualization common building with boost 1.5x with a patch to CMake/Dependencies.cmake : :
-set(OGRE_BOOST_COMPONENTS thread date_time) date_time)
+set(OGRE_BOOST_COMPONENTS thread system date_time)

Then adding the patch filename to the visualization_common/ogre/Makefile: visualization_common/ogre/Makefile:
-TARBALL_PATCH = hidden_window.patch hidden_window_glx_fix.patch multi_scene_manager.patch multi_scene_manager.patch
+TARBALL_PATCH = hidden_window.patch hidden_window_glx_fix.patch multi_scene_manager.patch ogre_boost150_system.patch