|
From: KJK::Hyperion <no...@li...> - 2001-10-26 23:34:44
|
Today I tried, for fun (and to be able to build some rosapps), to build the libraries "manually" (i.e. making them one by one, instead of issuing "make all" from the top directory), and all the build problems I always had automagically disappeared... The only things I can't build are ntoskrnl.exe and hal.dll, they require a long list of .d (?) files I've found no way to build, and everything depending on them (device drivers and win32k). I suspect my shell (a zsh port for Win32) is the problem, as the output of a global "make all" is: ALDEBARAN\Hyperion [e:\wwwroot\roscvs\reactos] ::make [cut - targets already built] ./tools/rmkdir ./dk [cut] [cut - targets already built] make -C ntoskrnl ../tools/depend.mk:10: nt/.channel.d: No such file or directory [cut - similar errors] make[1]: Entering directory `E:/wwwroot/roscvs/reactos/ntoskrnl' gcc -I./include -pipe -m386 -I./include -I./include -D__NTOSKRNL__ -g -Wall -Werror -I../include -p ipe -m386 -M rtl/capture.c | ..\tools\depends.exe rtl rtl/.capture.d zsh: command not found: ..toolsdepends.exe make[1]: *** [rtl/.capture.d] Error 1 make[1]: Leaving directory `E:/wwwroot/roscvs/reactos/ntoskrnl' make: *** [ntoskrnl] Error 2 See? it looks like the backslashes cause trouble ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |