Hi Brian, I have just reviewed Alberto's fix and I'm not happy with it as it stands, I don't cygwin to test against so I can't test this myself, but I do wonder if defining wstring ourselves for Cygwin would be a workable solution i.e. add the following to ConvertUTF:
#ifdef __CYGWIN__
namespace std
{
typedef basic_string<wchar_t> wstring;
}
#endif
I've attached a modified ConvertUTF. Could you try this out in place
of Alberto's changes. In theory you'll be able to revert to the svn
version of ConvertUTF.cpp as well is this works fine.
If this work I'll check this in.
Robert.
ConvertUTF
Description: Binary data
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

