|
From: Phillip S. <ps...@cf...> - 2001-10-26 23:46:14
|
Yes, unixish shells and apps ported with cygwin tend to screw the pooch when given backslashes. Try using cmd. As for the .d files, make will complain about them being missing the first time you build, but it will build them and work fine after that. At 07:59 PM 10/26/2001 +0200, you wrote: >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 = ==================================================== |