Hi Robert,

El Viernes 14 Noviembre 2008ES 19:04:28 Robert Osfield escribió:
> What about doing a in the ConvertUTF header:
>
> #ifdef __CYGWIN__
> namespace std
> {
>      typedef basic_string<wchar_t> wstring;
> }
> #endif

if I do that, it compiles fine when OSG_USE_UTF8_FILENAME is set to OFF, but 
it breaks when OSG_USE_UTF8_FILENAME is set to ON because of undefined 
_wfopen, _wstat64, _wmkdir and _waccess.

I find this very acceptable, since the platform doesn't support yet the wide 
functions anyway, so it's ok for me.

Could you apply that?

Many thanks,

Alberto
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to