On Thu, Jul 3, 2008 at 8:45 AM, Andrea Martini <[EMAIL PROTECTED]>
wrote:

> Hi,
> i have used Robert's suggestion.
> I have added :
>
> #ifndef GL_BGRA_EXT
> #define GL_BGRA_EXT  0x80E1
> #endif
>
> in MovieData.h. Previuos problem SOLVED. THANX :)
>
> Now i get another error :
>
> For each .h file in CInclude directory of QuickTime SDK folder, i get :
>           warning: multi-character character constant
> and warning list ended with this error.
>
> mingw32-make[2]: ***
> [src/osgPlugins/quicktime/CMakeFiles/osgdb_qt.dir/MovieData.obj] Error 1
> mingw32-make[1]: *** [src/osgPlugins/quicktime/CMakeFiles/osgdb_qt.dir/all]
> Error 2
> mingw32-make: *** [all] Error 2
>
>
> ????


Can you run "mingw32-make VERBOSE=1" and paste the entire output here from
the last execution of gcc (i.e. the command that fails)?

There should be a compilation error somewhere up above the warnings you're
seeing if at the end it's erroring out.

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

Reply via email to