Hi,

if you are compiling against 64bit, then you can't use the
quicktime-plugin, as quicktime is 32bit only. Set
OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX to imageio and try a recompile.


cheers,
Stephan

Am 12.07.10 20:20, schrieb Alejandro Aguilar Sierra:
> That works, thank you!
> 
> Now it stops at osgdb_qt, complaining about Movie not defined
> 
> [ 97%] Built target osgdb_imageio
> [ 98%] Building CXX object
> src/osgPlugins/quicktime/CMakeFiles/osgdb_qt.dir/MovieData.cpp.o
> In file included from
> /Users/ale/src/OpenSceneGraph-2.8.3/src/osgPlugins/quicktime/MovieData.cpp:14:
> /Users/ale/src/OpenSceneGraph-2.8.3/src/osgPlugins/quicktime/MovieData.h:54:
> error: ISO C++ forbids declaration of ‘Movie’ with no type
> /Users/ale/src/OpenSceneGraph-2.8.3/src/osgPlugins/quicktime/MovieData.h:54:
> error: ‘Movie’ declared as an ‘inline’ field
> 
> However Movie is defined in Movies.h included by QuickTime.h
> 
> typedef struct MovieType**              Movie;
> 
> What is the problem now? Any idea?
> 
> Regards,
> 
> -- A.
> 
> On Mon, Jul 12, 2010 at 10:57 AM, Stephan Huber <ratzf...@digitalmind.de> 
> wrote:
>> Hi,
>>
>> Am 12.07.10 16:46, schrieb Alejandro Aguilar Sierra:
>>> Why it is trying to compile for PPC in an Intel architecture?
>>
>> osg tries to build universal libs on mac os x. Set
>> CMAKE_OSX_ARCHITECTURES according to your needs and do a recompile.
>>
>> cheers,
>> Stephan
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

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

Reply via email to