Hi, Rain

It seems like this version of MinGW´s GCC does not define the preprocessor 
directive _GLIBCXX_USE_WCHAR_T, used in the <iosfwd> include for defining the 
wchar streams.
I was getting the same error and then forced the directive definition by 
passing the -D_GLIBCXX_USE_WCHAR_T option to GCC´s invocation (or DEFINES +=  
_GLIBCXX_USE_WCHAR_T in the .pro file if you´re using qmake). My code compiled 
well, but it happens that in my case the methods that need this #define are not 
actually used, so be careful.

Hope this helps!

Att,
Thiago

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





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

Reply via email to