ninja: Entering directory `out/gn' [1/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeRegisterContextLinux_arm64.o [2/4591] CXX obj/lldb/source/Plugins/Process/POSIX/POSIX.ProcessPOSIXLog.o [3/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextWindows_i386.o [4/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.Procfs.o [5/4591] CXX obj/lldb/source/Plugins/Process/POSIX/POSIX.CrashReason.o [6/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NetBSDSignals.o [7/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.OpenBSDSignals.o [8/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.FreeBSDSignals.o [9/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.GDBRemoteSignals.o [10/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.MemoryTagManagerAArch64MTE.o [11/4591] CXX obj/lldb/source/Host/windows/Host.WindowsFileAction.o FAILED: obj/lldb/source/Host/windows/Host.WindowsFileAction.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/lldb/source/Host/windows/Host.WindowsFileAction.o.d -o obj/lldb/source/Host/windows/Host.WindowsFileAction.o -c ../../lldb/source/Host/windows/WindowsFileAction.cpp -I../../llvm/include -Igen/llvm/include -I../../lldb/include -Igen/lldb/include -I../../sysroot/usr/include/libxml2 -O3 -fdiagnostics-color -Wall -Wextra -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -no-canonical-prefixes -Werror=date-time -fdebug-compilation-dir=. --sysroot=../../sysroot -Wpoison-system-directories -fPIC -Wcovered-switch-default -fno-strict-aliasing -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:66:21: error: cannot initialize a member subobject of type 'HANDLE' (aka 'void *') with an rvalue of type 'lldb::pipe_t' (aka 'int') 66 | HANDLE m_handle = LLDB_INVALID_PIPE; | ^~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/lldb-types.h:70:27: note: expanded from macro 'LLDB_INVALID_PIPE' 70 | #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1) | ^~~~~~~~~~~~~~~~~~ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:67:25: error: cannot initialize a member subobject of type 'HANDLE' (aka 'void *') with an rvalue of type 'lldb::pipe_t' (aka 'int') 67 | HANDLE m_arg_handle = LLDB_INVALID_PIPE; | ^~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/lldb-types.h:70:27: note: expanded from macro 'LLDB_INVALID_PIPE' 70 | #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1) | ^~~~~~~~~~~~~~~~~~ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:13: ../../lldb/include/lldb/Host/windows/windows.h:19:10: error: 'windows.h' file not found with include; use "quotes" instead 19 | #include | ^~~~~~~~~~~ | "windows.h" ../../lldb/source/Host/windows/WindowsFileAction.cpp:19:13: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 19 | if (fh != INVALID_HANDLE_VALUE && dup_fh != INVALID_HANDLE_VALUE) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:19:47: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 19 | if (fh != INVALID_HANDLE_VALUE && dup_fh != INVALID_HANDLE_VALUE) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:30:32: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 30 | if ((read || write) && fh != INVALID_HANDLE_VALUE && file_spec) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:48:19: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 48 | if (m_handle != INVALID_HANDLE_VALUE) | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:52:25: error: use of undeclared identifier 'STD_INPUT_HANDLE' 52 | return GetStdHandle(STD_INPUT_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:54:25: error: use of undeclared identifier 'STD_OUTPUT_HANDLE' 54 | return GetStdHandle(STD_OUTPUT_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:56:25: error: use of undeclared identifier 'STD_ERROR_HANDLE' 56 | return GetStdHandle(STD_ERROR_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:58:12: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 58 | return INVALID_HANDLE_VALUE; | ^ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:66:10: warning: private field 'm_handle' is not used [-Wunused-private-field] 66 | HANDLE m_handle = LLDB_INVALID_PIPE; | ^ ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:67:10: warning: private field 'm_arg_handle' is not used [-Wunused-private-field] 67 | HANDLE m_arg_handle = LLDB_INVALID_PIPE; | ^ 2 warnings and 11 errors generated. [12/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.AuxVector.o [13/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTThreadTraceCollection.o [14/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTPerThreadProcessTrace.o [15/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextRegisterInfo.o [16/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.LinuxProcMaps.o [17/4591] CXX obj/lldb/source/Plugins/ObjectFile/Breakpad/Breakpad.BreakpadRecords.o [18/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.LinuxSignals.o [19/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.Perf.o [20/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_arm64.o [21/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_arm.o [22/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_x86.o [23/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTSingleBufferTrace.o [24/4591] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServer.o [25/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_loongarch.o [26/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_arm.o [27/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg.o [28/4591] CXX obj/lldb/source/Plugins/Process/POSIX/POSIX.NativeProcessELF.o [29/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeProcessSoftwareSingleStep.o [30/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.SingleStepCheck.o [31/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeRegisterContextLinux.o [32/4591] CXX obj/lldb/source/Plugins/Process/minidump/minidump.MinidumpTypes.o [33/4591] CXX obj/lldb/tools/lldb-server/lldb-server.LLDBServerUtilities.o [34/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeRegisterContextLinux_x86.o [35/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeThreadLinux.o [36/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTMultiCoreTrace.o [37/4591] CXX obj/lldb/source/Plugins/ObjectFile/PECOFF/PECOFF.PECallFrameInfo.o [38/4591] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterFallback.o [39/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTCollector.o [40/4591] CXX obj/lldb/source/Plugins/Process/minidump/minidump.RegisterContextMinidump_ARM.o [41/4591] CXX obj/lldb/source/Plugins/ObjectFile/PECOFF/PECOFF.WindowsMiniDump.o [42/4591] CXX obj/lldb/source/Plugins/ObjectFile/PDB/PDB.ObjectFilePDB.o [43/4591] CXX obj/lldb/source/Plugins/ObjectFile/Placeholder/Placeholder.ObjectFilePlaceholder.o [44/4591] CXX obj/lldb/source/Plugins/Process/minidump/minidump.MinidumpParser.o [45/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteiOS.o [46/4591] CXX obj/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/Mach-O-Fileset.ObjectContainerMachOFileset.o [47/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinKernel.o [48/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleXR.o [49/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.HistoryUnwind.o [50/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleBridge.o [51/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteMacOSX.o [52/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.HistoryThread.o [53/4591] CXX obj/lldb/source/Plugins/Process/Utility/Utility.InferiorCallPOSIX.o [54/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteDarwinDevice.o [55/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleWatch.o [56/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformMacOSX.o [57/4591] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterContext.o [58/4591] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.ThreadMachCore.o [59/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleTV.o [60/4591] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerCommon.o [61/4591] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleThreadPlanStepThroughObjCTrampoline.o [62/4591] CXX obj/lldb/source/Plugins/ObjectFile/wasm/wasm.ObjectFileWasm.o [63/4591] CXX obj/lldb/source/Plugins/ObjectFile/PECOFF/PECOFF.ObjectFilePECOFF.o [64/4591] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerPlatform.o [65/4591] CXX obj/lldb/source/Plugins/Platform/gdb-server/gdb-server.PlatformRemoteGDBServer.o [66/4591] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeProcessLinux.o [67/4591] CXX obj/lldb/source/Plugins/Process/minidump/minidump.ProcessMinidump.o [68/4591] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCTypeEncodingParser.o [69/4591] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerLLGS.o [70/4591] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationClient.o [71/4591] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwin.o [72/4591] CXX obj/lldb/source/Plugins/ObjectFile/Mach-O/Mach-O.ObjectFileMachO.o [73/4591] CXX obj/lldb/source/Plugins/Platform/POSIX/POSIX.PlatformPOSIX.o [74/4591] CXX obj/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.AppleObjCTrampolineHandler.o [75/4591] CXX obj/lldb/source/Plugins/Platform/Windows/Windows.PlatformWindows.o [76/4591] CXX obj/lldb/source/Plugins/Platform/Linux/Linux.PlatformLinux.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.