[ros-kernel] ROS does NOT compile.

Mike Nordell tamlin at algonet.se
Thu Jan 8 07:42:35 CET 2004


Radoslaw Sokol wrote:

> make[1]: Entering directory `I:/rosbuild/cvs_src/reactos/lib/libwine'
>
gcc -D_DISABLE_TIDENTS -Werror -Wall -I./ -I../../include -pipe -march=i386 
-D_M_IX86 -c debug.c -o
> debug.o
> In file included from debug.c:27:
> ../../include/wine/port.h:245: error: parse error before "pread"

Looking two lines above that error I find:

#ifndef __REACTOS__

Seems this macro is not defined for the libwine build. Try adding:

-D__REACTOS__

to TARGET_CFLAGS in lib/libwine/makefile.

/Mike



More information about the Ros-kernel mailing list