|
From: Casper H. <ch...@us...> - 2001-10-27 00:14:58
|
> -----Original Message----- > From: KJK::Hyperion [mailto:no...@li...] > Sent: 26. oktober 2001 20:00 > To: ros...@re... > Subject: [ros-kernel] Build system broken? > > 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 You can define the backslash character in rules.mak. You can set SEP := / or you can set the environment variable HOST to mingw32-linux, then this will happen automatically. - Casper ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |