[1/353] Performing build step for 'host-tools' ninja: no work to do. [2/55] Building C object win32ss/CMakeFiles/win32k.dir/user/ntuser/ime.c.obj FAILED: win32ss/CMakeFiles/win32k.dir/user/ntuser/ime.c.obj C:\RosBE\i386\bin\gcc.exe -DDBG=1 -DKDBG -DLANGPACK -DMINGW_HAS_SECURE_API=1 -DUSE_COMPILER_EXCEPTIONS -DWINVER=0x502 -D_CRT_NON_CONFORMING_SWPRINTFS -D_GLIBCXX_HAVE_BROKEN_VSWPRINTF -D_M_IX86 -D_NEW_DELETE_OPERATORS_ -D_SEH_ENABLE_TRACE -D_SETUPAPI_VER=0x502 -D_USE_32BIT_TIME_T -D_USE_PSEH3=1 -D_WIN32K_ -D_WIN32_IE=0x600 -D_WIN32_WINDOWS=0x502 -D_WIN32_WINNT=0x502 -D_X86_ -D__REACTOS__ -D__USE_PSEH2__ -D__i386__ -Di386 -Iwin32ss -I../win32ss -I../sdk/include -I../sdk/include/psdk -I../sdk/include/dxsdk -Isdk/include -Isdk/include/psdk -Isdk/include/dxsdk -Isdk/include/ddk -Isdk/include/reactos -Isdk/include/reactos/mc -I../sdk/include/crt -I../sdk/include/ddk -I../sdk/include/ndk -I../sdk/include/reactos -I../sdk/include/reactos/libs -I../win32ss/. -I../win32ss/include -I../ntoskrnl/include -I../sdk/lib/3rdparty/freetype/include -I../sdk/include/reactos/subsys -I../sdk/include/reactos/drivers -I../sdk/lib/pseh/include -ffile-prefix-map=C:/Users/katahiromz/reactos-1= -ffile-prefix-map=../= -pipe -fms-extensions -fno-strict-aliasing -nostdinc -fno-aggressive-loop-optimizations -Wold-style-declaration -gdwarf-2 -gstrict-dwarf -femit-struct-debug-detailed=none -feliminate-unused-debug-symbols -march=pentium -mtune=generic -Werror -Wall -Wpointer-arith -Wno-char-subscripts -Wno-multichar -Wno-unused-value -Wno-unused-const-variable -Wno-unused-local-typedefs -Wno-deprecated -Wno-unused-result -Wno-maybe-uninitialized -O1 -fno-optimize-sibling-calls -fno-omit-frame-pointer -mstackrealign -mpreferred-stack-boundary=3 -fno-set-stack-executable -std=gnu99 -MD -MT win32ss/CMakeFiles/win32k.dir/user/ntuser/ime.c.obj -MF win32ss\CMakeFiles\win32k.dir\user\ntuser\ime.c.obj.d -o win32ss/CMakeFiles/win32k.dir/user/ntuser/ime.c.obj -c ../win32ss/user/ntuser/ime.c ../win32ss/user/ntuser/ime.c:1609:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, timeLast) == 0x05c, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1610:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, idLast) == 0x060, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1611:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, QuitPosted) == 0x064, ""); // Win: cQuit ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1612:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, exitCode) == 0x064, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1613:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, hdesk) == 0x068, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1614:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, cPaintsReady) == 0x06c, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1615:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, cTimersReady) == 0x070, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1616:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, pMenuState) == 0x074, ""); ^~~~~~~~~~~~~~ In file included from ../sdk/include/crt/intrin.h:9, from sdk/include/ddk/wdm.h:70, from sdk/include/ddk/ntddk.h:38, from sdk/include/ddk/ntifs.h:35, from ../win32ss/pch.h:19, from ../win32ss/win32k.h:1, from ../win32ss/user/ntuser/ime.c:10: ../win32ss/user/ntuser/ime.c:1617:37: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'ptdb'; did you mean 'ptl'? _Static_assert(offsetof(THREADINFO, ptdb) == 0x078, ""); // ??? ^~~~ ../sdk/include/crt/stddef.h:372:56: note: in definition of macro 'offsetof' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1617:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, ptdb) == 0x078, ""); // ??? ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'pwinsta' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1618:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, pwinsta) == 0x078, ""); // ??? ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1618:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, pwinsta) == 0x078, ""); // ??? ^~~~~~~~ ../win32ss/user/ntuser/ime.c:1619:37: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'psiiList'; did you mean 'idLast'? _Static_assert(offsetof(THREADINFO, psiiList) == 0x07c, ""); // ??? ^~~~~~~~ ../sdk/include/crt/stddef.h:372:56: note: in definition of macro 'offsetof' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1619:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, psiiList) == 0x07c, ""); // ??? ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'pmsd' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1625:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, pmsd) == 0x094, ""); ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1625:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, pmsd) == 0x094, ""); ^~~~~~~~ ../win32ss/user/ntuser/ime.c:1626:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, fsHooks) == 0x098, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1627:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, sphkCurrent) == 0x09c, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1628:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, pSBTrack) == 0x0a0, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1629:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, hEventQueueClient) == 0x0a4, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1630:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, pEventQueueServer) == 0x0a8, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1631:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, PtiLink) == 0x0ac, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1632:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, iCursorLevel) == 0x0b4, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1633:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, ptLast) == 0x0b8, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1634:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, spwndDefaultIme) == 0x0c0, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1635:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, spDefaultImc) == 0x0c4, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1636:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, hklPrev) == 0x0c8, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1637:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, cEnterCount) == 0x0cc, ""); ^~~~~~~~~~~~~~ In file included from ../sdk/include/crt/intrin.h:9, from sdk/include/ddk/wdm.h:70, from sdk/include/ddk/ntddk.h:38, from sdk/include/ddk/ntifs.h:35, from ../win32ss/pch.h:19, from ../win32ss/win32k.h:1, from ../win32ss/user/ntuser/ime.c:10: ../sdk/include/crt/stddef.h:372:32: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'mlPost' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1638:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, mlPost) == 0x0d0, ""); // Win: PostedMessagesListHead ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1638:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, mlPost) == 0x0d0, ""); // Win: PostedMessagesListHead ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'fsReserveKeys' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1641:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, fsReserveKeys) == 0x0e0, ""); ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1641:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, fsReserveKeys) == 0x0e0, ""); ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'apEven' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1642:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, apEven) == 0x0e4, ""); ^~~~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1642:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, apEven) == 0x0e4, ""); ^~~~~~~~ ../win32ss/user/ntuser/ime.c:1643:37: error: 'THREADINFO' {aka 'struct _THREADINFO'} has no member named 'amdesk'; did you mean 'rpdesk'? _Static_assert(offsetof(THREADINFO, amdesk) == 0x0e8, ""); ^~~~~~ ../sdk/include/crt/stddef.h:372:56: note: in definition of macro 'offsetof' # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~ ../sdk/include/crt/stddef.h:372:32: error: expression in static assertion is not an integer # define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) ^~~~~~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1643:16: note: in expansion of macro 'offsetof' _Static_assert(offsetof(THREADINFO, amdesk) == 0x0e8, ""); ^~~~~~~~ ../win32ss/user/ntuser/ime.c:1644:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, cWindows) == 0x0ec, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1645:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, cVisWindows) == 0x0f0, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1646:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, aphkStart) == 0x0f4, ""); ^~~~~~~~~~~~~~ ../win32ss/user/ntuser/ime.c:1647:1: error: static assertion failed: "" _Static_assert(offsetof(THREADINFO, cti) == 0x134, ""); ^~~~~~~~~~~~~~ [3/55] Building C object win32ss/CMakeFiles/win32k.dir/user/ntuser/ntuser.c.obj [4/55] Building C object win32ss/CMakeFiles/win32k.dir/user/ntuser/ntstubs.c.obj [5/55] Building C object win32ss/CMakeFiles/win32k.dir/user/ntuser/scrollbar.c.obj [6/55] Building C object win32ss/CMakeFiles/win32k.dir/user/ntuser/nonclient.c.obj [7/55] Building C object win32ss/CMakeFiles/win32k.dir/user/ntuser/msgqueue.c.obj ninja: build stopped: subcommand failed.