[ros-kernel] Building on linux

James Marjie jidatlah at sandyvalley.net
Mon Jan 26 02:27:05 CET 2004


Ciobanu Alexander wrote:

>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 at 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 at 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 at 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 at 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 ?
>
>
>_______________________________________________
>Ros-kernel mailing list
>Ros-kernel at reactos.com
>http://reactos.com/mailman/listinfo/ros-kernel
>
>
>  
>

You need gcc-g++-3.3.1 and gcc-core-3.3.1 if I remember correctly to build the current tree.
Not sure what version of win32api.

James Marjie




More information about the Ros-kernel mailing list