ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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
2 | No.2 Revision |
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