Hi, It seems like the 3.4.x versions of MinGW´s GCC do 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. 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=17691#17691 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
