Hi Preet

Not too sure what exactly your issue is but the error

(.rodata._ZTVN9osgViewer22GraphicsWindowEmbeddedE[_ZTVN9osgViewer22GraphicsWindowEmbeddedE]+0xcc):-1:
 
error: undefined reference to `non-virtual thunk to 
osgViewer::GraphicsWindow::requestRedraw()' 

Suggests that your osgViewer lib isn't linked or GraphicsWindow.cpp wasn't 
compiled into your lib.

Setting the windowing system to "None" is correct but it may be that it needs 
to be set before you run cmake. Look at osgViewers CMakeLists.txt and see how 
it's done on Android.

Cheers
Tom

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





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to