|
From: Guido de J. <gui...@ch...> - 2001-09-24 06:06:56
|
On Monday 24 September 2001 04:54, Phillip Susi wrote: > Building isn't working for me, so I was wondering if/how it is working for > everyone else on windows. It looks like the problem is that the path to > the depends.exe program uses / as the path separator instead of \, and the > / gets thrown out somewhere. I'm using all of the utilities from the > sourceforge site. Here is the error: > > ../tools/depend.mk:10: rtl/.memcmp.d: No such file or directory > ../tools/depend.mk:10: rtl/.capture.d: No such file or directory > make[1]: Entering directory `C:/source/reactos/ntoskrnl' > gcc -I./include -pipe -m386 -I./include -I./include -D__NTOSKRNL__ -g > -Wall -We > rror -I../include -pipe -m386 -M rtl/capture.c | ..\tools\depends.exe rtl > rtl/.c > apture.d > ..toolsdepends.exe: not found > \program files\mingw\bin\..\lib\gcc-lib\i386-mingw32\2.95.3-6\cpp0.exe: I/O > erro > r on output > make[1]: *** [rtl/.capture.d] Error 127 > make[1]: Leaving directory `C:/source/reactos/ntoskrnl' > make: *** [ntoskrnl] Error 2 This works fine for me and I use the same version of mingw. The latest SEH implemenation will not compile, though: except/exhand2.c:4: conflicting types for `ExceptionContinueExecution' ../../include/ntos/except.h:13: previous declaration of `ExceptionContinueExecution' except/exhand2.c:5: conflicting types for `ExceptionContinueSearch' ../../include/ntos/except.h:14: previous declaration of `ExceptionContinueSearch' except/exhand2.c:6: conflicting types for `ExceptionNestedException' ../../include/ntos/except.h:15: previous declaration of `ExceptionNestedException' except/exhand2.c:8: conflicting types for `ExceptionCollidedUnwind' ../../include/ntos/except.h:16: previous declaration of `ExceptionCollidedUnwind' except/exhand2.c:8: redefinition of `EXCEPTION_DISPOSITION' ../../include/ntos/except.h:18: `EXCEPTION_DISPOSITION' previously declared here make[1]: *** [except/exhand2.o] Error 1 C:\GCC\BIN\MAKE.EXE: *** [crtdll] Error 2 Guido ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |