Hi,
I'm having some difficulty compiling ROS. I had to make a small tweak to <wine\config.h> (see my previous email) and everything compiles, except the explorer (which I've removed from my make file).
The explorer fails to compile because wstring is not defined. wstring in undefined because I have...
#ifdef _GLIBCPP_USE_WCHAR_T template<> struct char_traits<wchar_t>;
typedef basic_string<wchar_t> wstring; #endif
...in stringfwd.h (in the MinGW headers). I've tried defining _GLIBCPP_USE_WCHAR_T but the MinGW headers seem to be flawed.
I'm using MinGW 3.0.0, as linked to from reactos.com, but I notice 3.1.0 is also available (it appears to have the same problem).
How do you guys compile the explorer?
Cheers
Col