Okay, I'm just trying to build the system to see what's going on with it, and thinking about doing some application related work, maybe, at some point, but in any case, I can't get ReactOS to build. The build dies when it reaches explorer.cpp, and you can see in the attached error log (explorer-build.log-2). The version of gcc used was:
fd0man@fd0man:~> i386-mingw32msvc-gcc --version i386-mingw32msvc-gcc (GCC) 3.4.1 (mingw special) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The compiler is a Linux-to-Win32 cross compiler. The CVS tree is fully up-to-date as of right this minute, as I just ran the update before I sent this off and didn't see any changes occur.
I don't have the ability to poke around with it at the moment, nor do I have the slightest clue of what's causing it... it seems that it's saying something about an overloaded function - when it's a completely different function that's called on the line it's complaining about, anyway, just doesn't seem to make sense to me. *shrugs*
Later, Michael
Michael B. Trausch wrote:
Okay, I'm just trying to build the system to see what's going on with it, and thinking about doing some application related work, maybe, at some point, but in any case, I can't get ReactOS to build. The build dies when it reaches explorer.cpp, and you can see in the attached error log (explorer-build.log-2). The version of gcc used was: