|
From: Hartmut B. <har...@te...> - 2001-10-31 21:15:27
|
> make.exe > Errors then make bitches about not being able to find any makefiles even if > I'm in a directory with make files. The problem is in GetFileInformationByHandle() from kernel32.dll. This function calls NtQueryInformation with a wrong file information class and with an in vfatfs unimplemented class. I will fix this problems. You can try make -f makefile. This opens the makefile correct. But there is the next problem. Makefile includes rules.mak. The open call goes to vfatfs with the name '\sandbox\ros\reactos_work\.<CR>\rules.mak<CR>'. <CR> is 13 or '?'. Vfatfs can't handle this name. - Hartmut ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |