gazebo_plugins fails to build (undefined reference to Ogre) [closed]
Hi,
I've installed ROS on Ubuntu Oneiric (11.10), using the Natty repository and manually installing needed Natty packages (eg. libglut3).
ROS itself and Gazebo (the stuff in the tutorial) work fine, however I can't get gazebo_plugins to build.
Here's the build log: http://paste.debian.net/plain/150875
The visualization_common stack is installed (there's an ogre/ROS_NOBUILD file in there, I suppose that's normal?).
I've tried installing the OGRE packages from Natty, but that didn't help.
$ dpkg -l | grep ogre
ii libogre-dev 1.6.4.dfsg1-1ubuntu1 Object-oriented Graphics Rendering Engine (development files)
ii libogremain-1.6.4 1.6.4.dfsg1-1ubuntu1 Object-oriented Graphics Rendering Engine (libraries)
Any ideas?