[osg-users] Compiling osgVRPN

Michael W Bogucki mwbogucki at gmail.com
Wed May 29 10:44:38 PDT 2019


Hi,

Hi Guys,
I'm curious if anyone has had luck in getting osgvrpn to compile as of lately?

In terms of versions I'm using the following:

Latest pull from the vrpn git site.
OpenSceneGraph-3.6.0
osgVrpn (Hollingsworth branch of osgVRPN)


I've compiled and installed both vrpn and openscenegraph on an ubuntu (18.04) system.
However I get into trouble when compling osgvrpn.


Building the osgvrpn libraries is fine, however when I get to the examples, in particular osgVRPNviewer, I see a lot of:


Code:

CMakeFiles/osgVRPNviewer.dir/osgVRPNviewer.cpp.o: In function `main':
osgVRPNviewer.cpp:(.text+0x104e): undefined reference to `osgViewer::Viewer::Viewer()'
osgVRPNviewer.cpp:(.text+0x1072): undefined reference to `osgViewer::Viewer::getUsage(osg::ApplicationUsage&) const'
osgVRPNviewer.cpp:(.text+0x1285): undefined reference to `osgGA::StateSetManipulator::StateSetManipulator(osg::StateSet*)'
osgVRPNviewer.cpp:(.text+0x129d): undefined reference to `osgViewer::View::addEventHandler(osgGA::EventHandler*)'
osgVRPNviewer.cpp:(.text+0x12c7): undefined reference to `osgViewer::HelpHandler::HelpHandler(osg::ApplicationUsage*)'
osgVRPNviewer.cpp:(.text+0x12df): undefined reference to `osgViewer::View::addEventHandler(osgGA::EventHandler*)'
osgVRPNviewer.cpp:(.text+0x12f4): undefined reference to `osgViewer::ThreadingHandler::ThreadingHandler()'
osgVRPNviewer.cpp:(.text+0x130c): undefined reference to `osgViewer::View::addEventHandler(osgGA::EventHandler*)'
osgVRPNviewer.cpp:(.text+0x1321): undefined reference to `osgViewer::WindowSizeHandler::WindowSizeHandler()'
osgVRPNviewer.cpp:(.text+0x1339): undefined reference to `osgViewer::View::addEventHandler(osgGA::EventHandler*)'
osgVRPNviewer.cpp:(.text+0x134e): undefined reference to `osgViewer::StatsHandler::StatsHandler()'

../../bin/libosgVRPN.so: undefined reference to `q_from_axis_angle'
../../bin/libosgVRPN.so: undefined reference to `osgGA::CameraManipulator::computeHomePosition(osg::Camera const*, bool)'
../../bin/libosgVRPN.so: undefined reference to `osgGA::CameraManipulator::handle(osgGA::GUIEventAdapter const&, osgGA::GUIActionAdapter&)'




I'm wondering if things have changed enough that this won't compile with the current versions.
Is this a lost cause??

Any help would be appreciated.
Thank you.
--Mike


Thank you!

Cheers,
Michael

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=76148#76148




Attachments: 
http://forum.openscenegraph.org//files/error_dump_211.txt




More information about the osg-users mailing list