From: David K. <kr...@mb...> - 2002-07-07 12:15:45
|
The first error is fixed by Steven. make -f makefile.ros -C ./../wine/tools/winebuild make[1]: Entering directory `d:/ros/wine/tools/winebuild' gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c im port.c -o import.o gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c ma in.c -o main.o gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c pa rser.c -o parser.o In file included from ../../include/winbase.h:27, from parser.c:34: ../../include/windef.h:152: warning: `MAX_PATH' redefined d:/mingw/bin/../lib/gcc-lib/mingw32/2.95.3-7/../../../../include/stdlib.h:62 : warning: this is the location of the previous definition gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c re lay.c -o relay.o gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c re s16.c -o res16.o In file included from ../../include/winbase.h:27, from res16.c:35: ../../include/windef.h:152: warning: `MAX_PATH' redefined d:/mingw/bin/../lib/gcc-lib/mingw32/2.95.3-7/../../../../include/stdlib.h:62 : warning: this is the location of the previous definition gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c re s32.c -o res32.o In file included from ../../include/winbase.h:27, from res32.c:35: ../../include/windef.h:152: warning: `MAX_PATH' redefined d:/mingw/bin/../lib/gcc-lib/mingw32/2.95.3-7/../../../../include/stdlib.h:62 : warning: this is the location of the previous definition gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c sp ec16.c -o spec16.o gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c sp ec32.c -o spec32.o gcc -I../../include -D__REACTOS__ -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK -I ../../../reactos/include/wine -I./ -I../../include -pipe -march=i386 -c ut ils.c -o utils.o make[1]: *** No rule to make target `../../../reactos/dk/w32/lib/libwine.a', needed by `winebuild.nostrip.exe'. Stop. make[1]: Leaving directory `d:/ros/wine/tools/winebuild' make: *** [winebuild] Error 2 |