Hi Ulrich,

strange.. I tweaked the CmakeLists.txt a bit: among others I add 
BUILD_OSG_EXAMPLES=ON and I go with 
COCOA_LIBRARY /System/Library/Frameworks/Cocoa.framework
but now I have compiling issues:  

example_osgviewerQT does not built 
I get error: 'osgViewer::GraphicsWindowCarbon' has not been declared
from typedef osgViewer::GraphicsWindowCarbon::WindowData WindowData;
and similar ones. Should I kill example_osgviewerQT (I hope there is an  
example_osgviewerQT for Cocoa) and uncomment  FIND_LIBRARY(CARBON_LIBRARY 
Carbon) in l.146 of CmakeLists?

More importantly, it cannot detect wxWidget, hence I get undefined symbols from 
linker. For detecting wxWidgets my config in cmake gui is  

wxWidgets_CONFIG_EXECUTABLE /usr/lib/wx/config/mac-unicode-debug-2.8 
wxWidgets_wxrc_EXECUTABLE /usr/bin/wxrc-2.8

Also, not of equal importance, I cannot get rid of the linker warnings w.r.t. 
duplicate dylibs, e.g.  
/Users/nikos/NetBeansProjects/OpenSceneGraph/OpenSceneGraph/Bin/lib/Debug/libOpenThreadsd.dylib


Cheers,
Nikos

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





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to