Recently installed ROS Jade (only version in Ubuntu 15.04), which requires OGRE 1.9. Gazebo requires OGRE 1.8. gazebo
doesn’t show a GUI anymore, gz
nags about libogre....1.8.0.so
Approach:
- Purge all
libogre-1.*
- Install
libogre-1.8.0
andlibogre-1.8-dev
- Change Gazebo’s cmake so that the OGRE SO’s are statically linked.
- Rebuild Gazebo
make install
Gazebo- Purge all
libogre-1.8*
- Install
libogre-1.9.0
andlibogre-1.9-dev
- Report back here?
How am I going to link statically to OGRE?
- Find all
CMakeLists.txt
containing OGRE:grep -il ogre `find . -iname cmakelists.txt`