|
From: Phillip S. <ps...@cf...> - 2001-10-31 21:46:26
|
On windows it opens the file with CR in the name, and windows ignores the CR and opens the file correctly? At 10:10 PM 10/31/2001 +0100, you wrote: > > 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 = ==================================================== |