I'm installing ROS following:
http://wiki.ros.org/hydro/Installation/OSX/Homebrew/Source#os.2BAC8-OSX.2BAC8-Homebrew.2BAC8-troubleshooting.rviz
I'm stuck at 190 of 196.
[ 59%] Built target rviz
[ 59%] Compiling generated code for rviz_sip Python bindings...
[ 59%] Built target executable
[ 60%] Meta target for rviz_sip Python bindings...
[ 60%] Built target librviz_sip
Linking CXX executable /Users/mark/ros_catkin_ws/devel_isolated/rviz/lib/rviz/image_view
Undefined symbols for architecture x86_64:
"Ogre::Quaternion::IDENTITY", referenced from:
ImageView::showEvent(QShowEvent*) in image_view.cpp.o
...
"typeinfo for Ogre::Exception", referenced from:
typeinfo for Ogre::RenderingAPIException in map_display.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/Users/mark/ros_catkin_ws/devel_isolated/rviz/lib/libdefault_plugin.dylib] Error 1
make[1]: *** [src/rviz/default_plugin/CMakeFiles/default_plugin.dir/all] Error 2
make: *** [all] Error 2
Here's my version of Ogre:
brew info ogre
ogre: stable 1.7.4, HEAD
http://www.ogre3d.org/
/usr/local/Cellar/ogre/1.7.4 (487 files, 17M) *
Built from source
From: https://github.com/osrf/homebrew-simulation/blob/master/ogre.rb
==> Dependencies
Build: cmake ✔
Required: boost ✔, doxygen ✔, freeimage ✔, freetype ✔, libzzip ✔, tbb ✔
==> Options
--with-cg
--HEAD
install HEAD version
And yes I have the following patches installed:
https://github.com/ros-visualization/rviz/pull/563
https://github.com/ros-visualization/rviz/pull/564
https://github.com/ros-visualization/rviz/pull/558
Any tips on how to finish my ROS install? Thanks!
↧