Massimo Di Stefano schrieb:
> i applied the change to cmake settings :
> 
>> OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX = imageio
> 
> but the error persists, so i make a copy of the quicktime directory and i 
> removed all the files from the original on :
> 
> cp -r trunk/src/osgPlugins/quicktime runk/src/osgPlugins/quicktime_
> cd trunk/src/osgPlugins/quicktime
> rm -rf *
> 
> httpp://www.geofemengineering.it/data/osg_osgQtBrowser_error.txt
> httpp://www.geofemengineering.it/data/osg_osgviewerQT_error.txt
> httpp://www.geofemengineering.it/data/osg_osgviewerQtWidget_error.txt
> httpp://www.geofemengineering.it/data/osg_wx_error.txt
> 
> 
> thi gived me a succesfull build.
> 
> then, i reconfigured osg enablig the examples, 
> here i had errors for Wx and Qt :
> 
> httpp://www.geofemengineering.it/data/osg_osgQtBrowser_error.txt
> httpp://www.geofemengineering.it/data/osg_osgviewerQT_error.txt
> httpp://www.geofemengineering.it/data/osg_osgviewerQtWidget_error.txt
> httpp://www.geofemengineering.it/data/osg_wx_error.txt
> 
> appling the same "hack" 
> 
> cp -r plug-in_dir plug-in_dir_
> cd tplug-in_dir
> rm -rf *
> 
> i succesful build the other examles
> 
> Thanks a lot to helped me!
> any suggestion to have Qt example running ?

I have no experience with qt, but looking at the logs it looks like Qt
needs the GraphicsWindowCarbon-implementation, which is not available
for 64bit, you'll have to set OSG_WINDOWING_SYSTEM to Carbon and make
sure you are not building against 64bit (check CMAKE_OSX_ARCHITECTURES)

HTH,
Stephan


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

Reply via email to