Are you someone getting this ?
Thanks, David
mingw32-gcc -I../lib/kjs/include -I./include -I../include -D__NTOSKRNL__ -g -Wall -Werror -D_DISABLE_TIDENTS -D_SEH_NO_NATIVE_NLG -I../include -I../w32api/include -pipe -march=i686 -D_M_IX86 -D__NTOSKRNL__ -I. -D_SEH_NO_NATIVE_NLG -I../include -I../w32api/include -pipe -march=i686 -D_M_IX86 -g -D__NTOSKRNL__ -I. -D_SEH_NO_NATIVE_NLG -I../include -I../w32api/include -pipe -march=i686 -D_M_IX86 -g-c mm/marea.c -o mm/marea.o mm/marea.c: In function `MmReleaseMemoryAreaIfDecommitted': mm/marea.c:670: error: `TebBlock' undeclared (first use in this function) mm/marea.c:670: error: (Each undeclared identifier is reported only once mm/marea.c:670: error: for each function it appears in.) make[1]: *** [mm/marea.o] Error 1 make[1]: Leaving directory `/home/dave2/ros/reactos/ntoskrnl' make: *** [ntoskrnl] Error 2
From: David Kredba
Are you someone getting this ?
mm/marea.c: In function `MmReleaseMemoryAreaIfDecommitted': mm/marea.c:670: error: `TebBlock' undeclared (first use in this function)
Delete the pre-compiled header file reactos/ntoskrnl/include/ntoskrnl.h.gch and try again.
Ge van Geldorp.
I did it, but it fails in the same place.
I tried full co and it fails again.
I use :
export VERBOSE=yes export ROS_USE_PCH=yes export HOST=mingw32-linux ARCH := i386, OARCH := i686, KDBG := 1, DBG := 1, OPTIMIZED := 0, MP := 0, ACPI := 1, REGRESSIONTESTS := 0, SEH := 0
mingw-gcc-3.4.1, w32api-2.5, mingw-3.3, binutils-2.15.90-20040222-1
Thanks, David
Ge van Geldorp wrote:
Delete the pre-compiled header file reactos/ntoskrnl/include/ntoskrnl.h.gch and try again.
Thanks.
It is OK now.
Regards, David