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

pallegro's profile - activity

2012-12-03 05:00:49 -0500 received badge  Editor (source)
2012-12-03 04:58:37 -0500 answered a question building visualization_common (ogre) on archlinux

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

2012-05-09 09:54:18 -0500 received badge  Teacher (source)
2012-05-09 08:52:42 -0500 answered a question Errors in Minimal.launch after installing Fuerte Turtlebot Upgrade

http://code.ros.org/lurker/message/20100806.155025.c730c454.en.html

suggests this might have to do with your python path (same struct_I issue).
You could try echo $PYTHONPATH and see if there are old references to electric in there

2012-04-26 04:29:46 -0500 answered a question Python core libraries problem in archlinux

fyi, the hdf5-fortran-cxx package already in aur builds the c++ bindings. I used it in building electric before.