Hi, 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'm intersted in the Qt example, i have a source build for Qt-4.6 -cocoa (so it shoul'd be 64 bit as osg) my target is to run osg from python + pyqt. btw if osg-python will not build i'll try to use Qt - c++ tell me if i can provide any sort of logs (i build osg using Debug enabled and wrapper set to ON) Ciao, Massimo. Il giorno 08/dic/2009, alle ore 13.15, Stephan Maximilian Huber ha scritto: > Hi, > > Massimo Di Stefano schrieb: >> Hi, >> >> tring using cmake-2.6.4 (last osg trunk - revision : 10859) >> >> i restored the opentrhead files and used : >> >> cd trunk/ >> mkdir build >> cd build >> ccmake .. >> >> the build now goes ahead but fails at quicktime plug-in this the log : >> >> http://www.geofemengineering.it/data/osg-r10859_osx10-6_cmake.txt > > Any chance that you compile for 64bit? Then you'll have to disable the > quicktime-plugin and use the imageio-plugin, Quicktime is only available > for 32bit. > > Set OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX settings in CMAKE to imageio > > cheers, > Stephan > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

