rviz installation issues on 64bit snow-leopard using ROS Diamondback
I am trying to install rviz on ROS Diamondback (on a 64 bit Mac Snowleopard). I get this link error related to Ogre::Rectancle2D when I run,
"rosmake rviz"
Error mesg:
Undefined symbols:
"Ogre::Rectangle2D::Rectangle2D(bool)", referenced from: rviz::SelectionManager::initialize() in selection_manager.o
Any idea why it cant find the Rectangle2D symbol (specifically) in Ogre ?
When I comment all the occurrences of Rectangle2D (jus to see it build completely! ) and run it using,
"rosrun rviz rviz"
It complains that it cant find the Ogre library.
Error msg:
dyld: Library not loaded: @executable_path/../Frameworks/Ogre.framework/Versions/1.7.2/Ogre
I have built Ogre 1.7.2 manually (as the 1.7.1 version which comes with ROS does not build on 64 bit).
Can anyone tell me where exactly do I need to put the Ogre libraries for rviz to work ?