Robert Osfield wrote:
> 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.

    
I placed your attachment in place of the include file and then moved 
Alberto's ConvertUTF.cpp out of the way and retrieved the current 
version from SVN.  Compiles just fine.

Anything I can run/test to verify it functions properly? 

bk



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

Reply via email to