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
From: Colin Burn
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?
Unfortunately there have been some changes in the build tools recently, making the info on reactos.com out of date. Jason, could you please update this?
You need: - MinGW 3.1.0 - GCC + G++ 3.3.1 (I think this is your problem) - w32api CVS
Gé van Geldorp.
deja vu?
Ge van Geldorp wrote:
From: Colin Burn
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?
Unfortunately there have been some changes in the build tools recently, making the info on reactos.com out of date. Jason, could you please update this?
You need:
- MinGW 3.1.0
- GCC + G++ 3.3.1 (I think this is your problem)
- w32api CVS
Gé van Geldorp.
ros-general mailing list ros-general@reactos.com http://reactos.com/mailman/listinfo/ros-general
I'd recomment taking a snapshot of the win32api cvs and putting it up for download.
Richard Campbell wrote:
deja vu?
Ge van Geldorp wrote:
From: Colin Burn
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?
Unfortunately there have been some changes in the build tools recently, making the info on reactos.com out of date. Jason, could you please update this?
You need:
- MinGW 3.1.0
- GCC + G++ 3.3.1 (I think this is your problem)
- w32api CVS
Gé van Geldorp.
ros-general mailing list ros-general@reactos.com http://reactos.com/mailman/listinfo/ros-general
ros-general mailing list ros-general@reactos.com http://reactos.com/mailman/listinfo/ros-general