Hi, I'd be curious about how you solved these issues:
modules\rostests\dxtest\ddraw\testlist.cpp:29: error: deprecated conversion from string constant to 'CHAR*' base\shell\explorer\shell\pane.cpp:58: error: deprecated conversion from string constant to 'WCHAR*' modules\rosapps\applications\devutils\gdb2\gdb2.cpp:97: error: deprecated conversion from string constant to 'char*' modules\rostests\dxtest\ddraw\/debug.cpp:8: error: deprecated conversion from string constant to 'CHAR*' modules\rostests\dxtest\ddraw\/Surface/caps_tests.h:8: error: deprecated conversion from string constant to 'char*' And especially: modules\rostests\winetests\kernel32\thread.c:22:1: warning: "_WIN32_WINNT" redefined (and similar) And also the linker errors regarding unwind functions in C++, and the lack of a libgcc? How were you able to build ntoskrnl when the function to make the stack executable imports from VirtualProtect? Thanks! Best regards, Alex Ionescu On Mon, Aug 24, 2009 at 1:43 PM, Dmitry Gorbachev<[email protected]> wrote: >> Does that mean you have patches to fix all the warnings (and errors) >> in the log? > > There are no errors. No need to fix all warnings at once. Though > ReactOS is compiling with -Werror, there are (commented out) options > in ReactOS-generic.rbuild, which demote some errors to warnings again, > so they will not be forgotten. > >> Or have you just hacked the .rbuild files to ignore them? ;-) > > I unhacked them. ;-) > >> What about C++ support, how did you solve that? > > I have not noticed any problems with C++. > >> Happy to hear the test results are similar, however. > > Everything is just fine! :-) > > _______________________________________________ > Ros-dev mailing list > [email protected] > http://www.reactos.org/mailman/listinfo/ros-dev > _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
