I get this errors when trying to compile ros on linux :
I use mingw 2.4-1
mingw-binutils-2.4-1
mingw-runtime
[root@schultz reactos]# make
make -C tools
make[1]: Entering directory `/home/alex/Projects/cvs/reactos/tools'
gcc -I./include -pipe -march=i386 -D_M_IX86 -Wall -Werror -I../include -pipe
-march=i386 -D_M_IX86 -DDOS_PATHS rmkdir.c -o rmkdir.exe
rmkdir.c: In function `mkdir_p':
rmkdir.c:68: error: too few arguments to function `mkdir'
make[1]: *** [rmkdir.exe] Error 1
make[1]: Leaving directory `/home/alex/Projects/cvs/reactos/tools'
make: *** [tools] Error 2
[root@schultz reactos]#
and a lot of theese ........... alot !!!!
../include/ntos/rtltypes.h:184:22: pshpack1.h: No such file or directory
../include/ntos/rtltypes.h:199:21: poppack.h: No such file or directory
And this when trying to compile freeldr:
[root@schultz freeldr]# make
make -C tools
make[1]: Entering directory `/home/alex/Projects/cvs/freeldr/tools'
Tools are up to date.
make[1]: Leaving directory `/home/alex/Projects/cvs/freeldr/tools'
make -C bootsect
make[1]: Entering directory `/home/alex/Projects/cvs/freeldr/bootsect'
make: Entering an unknown directory
make: *** ..tools: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [..\tools\bin2c] Error 2
make[1]: Leaving directory `/home/alex/Projects/cvs/freeldr/bootsect'
make: *** [all] Error 2
[root@schultz freeldr]#
My Gues :
make: *** ..tools: No such file or directory. Stop. >>>> ..tools , where
is the separoator ? i've looked in makefile, it's ok ?? hmmm .... what's
wrong ? am i doing something wrong here ?