Build started at 2025-06-04T17:32:27.405400 Main binary: C:\Users\Manthan\pipx\venvs\gvsbuild\Scripts\python.exe Build Options: -Ddocs=false '-Dprefix=C:\gtk-build\gtk\x64\release' -Dbuildtype=debugoptimized Python system: Windows The Meson build system Version: 1.8.0 Source dir: C:\gtk-build\build\x64\release\fribidi Build dir: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson Build type: native build Project name: fribidi Project version: 1.0.16 ----------- Detecting compiler via: `icl ""` -> [WinError 2] The system cannot find the file specified ----------- Detecting compiler via: `cl /?` -> 0 stdout: C/C++ COMPILER OPTIONS -OPTIMIZATION- /O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed) /Ob inline expansion (default n=0) /Od disable optimizations (default) /Og enable global optimization /Oi[-] enable intrinsic functions /Os favor code space /Ot favor code speed /Ox optimizations (favor speed) /favor: select processor to optimize for, one of: blend - a combination of optimizations for several different x64 processors AMD64 - 64-bit AMD processors INTEL64 - Intel(R)64 architecture processors ATOM - Intel(R) Atom(TM) processors -CODE GENERATION- /Gu[-] ensure distinct functions have distinct addresses /Gw[-] separate global variables for linker /GF enable read-only string pooling /Gy[-] separate functions for linker /GS[-] enable security checks /GR[-] enable C++ RTTI /guard:cf[-] enable CFG (control flow guard) /guard:ehcont[-] enable EH continuation metadata (CET) /EHs enable C++ EH (no SEH exceptions) /EHa enable C++ EH (w/ SEH exceptions) /EHc extern "C" defaults to nothrow /EHr always generate noexcept runtime termination checks /fp: choose floating-point model: contract - consider floating-point contractions when generating code except[-] - consider floating-point exceptions when generating code fast - "fast" floating-point model; results are less predictable precise - "precise" floating-point model; results are predictable strict - "strict" floating-point model (implies /fp:except) /Qfast_transcendentals generate inline FP intrinsics even with /fp:except /Qspectre[-] enable mitigations for CVE 2017-5753 /Qpar[-] enable parallel code generation /Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops /Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized /Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops /Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized /GL[-] enable link-time code generation /volatile: choose volatile model: iso - Acquire/release semantics not guaranteed on volatile accesses ms - Acquire/release semantics guaranteed on volatile accesses /GA optimize for Windows Application /Ge force stack checking for all funcs /Gs[num] control stack checking calls /Gh enable _penter function call /GH enable _pexit function call /GT generate fiber-safe TLS accesses /RTC1 Enable fast checks (/RTCsu) /RTCc Convert to smaller type checks /RTCs Stack Frame runtime checking /RTCu Uninitialized local usage checks /clr[:option] compile for common language runtime, where option is: pure : produce IL-only output file (no native executable code) safe : produce IL-only verifiable output file netcore : produce assemblies targeting .NET Core runtime noAssembly : do not produce an assembly nostdlib : ignore the system .NET framework directory when searching for assemblies nostdimport : do not import any required assemblies implicitly initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002 implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this) char_t- : turn off metadata support for char8_t, char16_t and char32_t ECMAParamArray : use rules specified in ECMA-372/14.6 for overloads with parameter arrays (implied by /clr) ECMAParamArray- : use new rules for overloads with parameter arrays (implied by /clr:netcore) /fsanitize=address Enable address sanitizer codegen /homeparams Force parameters passed in registers to be written to the stack /GZ Enable stack checks (/RTCs) /Gv __vectorcall calling convention (Preview) /dynamicdeopt Enable dynamic debugging; place deoptimized breakpoints and step in anywhere with on-demand function deoptimization (Preview) /dynamicdeopt:suffix File extension suffix for deoptimized output (default: .alt) (Preview) /dynamicdeopt:sync Build deoptimized output after optimized output instead of in parallel /arch: minimum CPU architecture requirements, one of: SSE2 - (default) enable use of instructions available with SSE2-enabled CPUs SSE4.2 - enable use of instructions available with SSE 4.2-enabled CPUs AVX - enable use of instructions available with AVX-enabled CPUs AVX2 - enable use of instructions available with AVX2-enabled CPUs AVX512 - enable use of instructions available with AVX-512-enabled CPUs AVX10.x - enable use of instructions available with AVX10.x-enabled CPUs. Valid values of x are 1 /QIntel-jcc-erratum enable mitigations for Intel JCC erratum /Qspectre-load Enable spectre mitigations for all instructions which load memory /Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory /Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions /fpcvt: FP to unsigned integer conversion compatibility IA - results compatible with VCVTTSD2USI instruction BC - results compatible with VS2017 and earlier compiler /jumptablerdata Place jump tables for switch case statements in .rdata section /vlen=<256|512> Choose vector length of either 256 or 512 for automatic code-generation /vlen Choose default vector length based on /arch setting -OUTPUT FILES- /Fa[file] name assembly listing file /FA[scu] configure assembly listing /Fd[file] name .PDB file /Fe name executable file /Fm[file] name map file /Fo name object file /Fp name precompiled header file /Fr[file] name source browser file /FR[file] name extended .SBR file /Fi[file] name preprocessed file /Fd: name .PDB file /Fe: name executable file /Fm: name map file /Fo: name object file /Fp: name .PCH file /FR: name extended .SBR file /Fi: name preprocessed file /Ft location of the header files generated for #import /doc[file] process XML documentation comments and optionally name the .xdc file -PREPROCESSOR- /AI add to assembly search path /FU import .NET assembly/module /FU:asFriend import .NET assembly/module as friend /C don't strip comments /D{=|#} define macro /E preprocess to stdout /EP preprocess to stdout, no #line /P preprocess to file /Fx merge injected code to file /FI name forced include file /U remove predefined macro /u remove all predefined macros /I add to include search path /X ignore "standard places" /PH generate #pragma file_hash when preprocessing /PD print all macro definitions -LANGUAGE- /std: C++ standard version c++14 - ISO/IEC 14882:2014 (default) c++17 - ISO/IEC 14882:2017 c++20 - ISO/IEC 14882:2020 c++latest - latest draft standard (feature set subject to change) /std: C standard version c11 - ISO/IEC 9899:2011 c17 - ISO/IEC 9899:2018 clatest - latest draft standard (feature set subject to change) /permissive[-] enable some nonconforming code to compile (feature set subject to change) (off by default in C++20 and later) /Za disable extensions (not recommended for C++) /ZW enable WinRT language extensions /Zs syntax check only /await enable resumable functions extension /await:strict enable standard C++20 coroutine support with earlier language versions /constexpr:depth recursion depth limit for constexpr evaluation (default: 512) /constexpr:backtrace show N constexpr evaluations in diagnostics (default: 10) /constexpr:steps terminate constexpr evaluation after N steps (default: 1048576) /Zi enable debugging information /Z7 enable old-style debug info /Zo[-] generate richer debugging information for optimized code (on by default) /ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256) /Zp[n] pack structs on n-byte boundary /Zl omit default library name in .OBJ /vd{0|1|2} disable/enable vtordisp /vm type of pointers to members /Zc:arg1[,arg2] language conformance, where arguments can be: forScope[-] enforce Standard C++ for scoping rules wchar_t[-] wchar_t is the native type, not a typedef auto[-] enforce the new Standard C++ meaning for auto trigraphs[-] enable trigraphs (off by default) rvalueCast[-] enforce Standard C++ explicit type conversion rules (on by default in C++20 or later, implied by /permissive-) strictStrings[-] disable string-literal to [char|wchar_t]* conversion (on by default in C++20 or later, implied by /permissive-) implicitNoexcept[-] enable implicit noexcept on required functions threadSafeInit[-] enable thread-safe local static initialization inline[-] remove unreferenced function or data if it is COMDAT or has internal linkage only (off by default) sizedDealloc[-] enable C++14 global sized deallocation functions (on by default) throwingNew[-] assume operator new throws on failure (off by default) referenceBinding[-] a temporary will not bind to a non-const lvalue reference (on by default in C++20 or later, implied by /permissive-) twoPhase- disable two-phase name lookup ternary[-] enforce C++11 rules for conditional operator (on by default in C++20 or later, implied by /permissive-) noexceptTypes[-] enforce C++17 noexcept rules (on by default in C++17 or later) alignedNew[-] enable C++17 alignment of dynamically allocated objects (on by default) hiddenFriend[-] enforce Standard C++ hidden friend rules (on by default in C++20 or later, implied by /permissive-) externC[-] enforce Standard C++ rules for 'extern "C"' functions (on by default in C++20 or later, implied by /permissive-) lambda[-] better lambda support by using the newer lambda processor (on by default in C++20 or later, implied by /permissive-) tlsGuards[-] generate runtime checks for TLS variable initialization (on by default) zeroSizeArrayNew[-] call member new/delete for 0-size arrays of objects (on by default) static_assert[-] strict handling of 'static_assert' (on by default in C++20 or later, implied by /permissive-) gotoScope[-] cannot jump past the initialization of a variable (implied by /permissive-) templateScope[-] enforce Standard C++ template parameter shadowing rules enumTypes[-] enable Standard C++ underlying enum types (off by default) checkGwOdr[-] enforce Standard C++ one definition rule violations when /Gw has been enabled (off by default) nrvo[-] enable optional copy and move elision (on by default in C++20 or later, implied by /permissive- or /O2) __STDC__ define __STDC__ to 1 in C __cplusplus[-] __cplusplus macro reports the supported C++ standard (off by default) char8_t[-] enable C++20 native `u8` literal support as `const char8_t` (on by default in C++20 or later) externConstexpr[-] enable external linkage for constexpr variables in C++ (on by default in C++20 or later, implied by /permissive-) preprocessor[-] enable standard conforming preprocessor in C/C++ (on by default in C11 or later) /ZI enable Edit and Continue debug info /openmp enable OpenMP 2.0 language extensions /openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions /openmp:llvm OpenMP language extensions using LLVM runtime -MISCELLANEOUS- @ options response file /?, /help print this help message /bigobj generate extended object format /c compile only, no link /FC use full pathnames in diagnostics /H max external name length /J default char type is unsigned /MP[n] use up to 'n' processes for compilation /nologo suppress copyright message /showIncludes show include file names /Tc compile file as .c /Tp compile file as .cpp /TC compile all files as .c /TP compile all files as .cpp /V set version string /Yc[file] create .PCH file /Yd put debug info in every .OBJ /Yl[sym] inject .PCH ref for debug lib /Yu[file] use .PCH file /Y- disable all PCH options /Zm max memory alloc (% of default) /FS force to use MSPDBSRV.EXE /source-charset:|.nnnn set source character set /execution-charset:|.nnnn set execution character set /utf-8 set source and execution character set to UTF-8 /validate-charset[-] validate UTF-8 files for only legal characters /fastfail[-] enable fast-fail mode /JMC[-] enable native just my code /presetPadding[-] zero initialize padding for stack based class types /volatileMetadata[-] generate metadata on volatile memory accesses /sourcelink [file] file containing source link information -LINKING- /LD Create .DLL /LDd Create .DLL debug library /LN Create a .netmodule /F set stack size /link [linker options and libraries] /MD link with MSVCRT.LIB /MT link with LIBCMT.LIB /MDd link with MSVCRTD.LIB debug lib /MTd link with LIBCMTD.LIB debug lib -CODE ANALYSIS- /analyze[-] Enable native analysis /analyze:quiet[-] No warning to console /analyze:log Warnings to file /analyze:autolog Log to *.pftlog /analyze:autolog:ext Log to *./analyze:autolog- No log file /analyze:WX- Warnings not fatal /analyze:stacksize Max stack frame /analyze:max_paths Max paths /analyze:only Analyze, no code gen -DIAGNOSTICS- /diagnostics: controls the format of diagnostic messages: classic - retains prior format column[-] - prints column information caret[-] - prints column and the indicated line of source /Wall enable all warnings /w disable all warnings /W set warning level (default n=1) /Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz /WX treat warnings as errors /WL enable one line diagnostics /wd disable warning n /we treat warning n as an error /wo issue warning n once /w set warning level 1-4 for n /external:I - location of external headers /external:env: - environment variable with locations of external headers /external:anglebrackets - treat all headers included via <> as external /external:W - warning level for external headers /external:templates[-] - evaluate warning level across template instantiation chain /sdl enable additional security features and warnings /options:strict unrecognized compiler options are an error ----------- stderr: Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35207.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. ----------- Sanity testing C compiler: cl Is cross compiler: False. Sanity check compiler command line: cl sanitycheckc.c /Fesanitycheckc.exe /MD /nologo /showIncludes /utf-8 /link Sanity check compile stdout: sanitycheckc.c ----- Sanity check compile stderr: ----- Running test binary command: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\sanitycheckc.exe C compiler for the host machine: cl (msvc 19.44.35207.1 "Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35207.1 for x64") C linker for the host machine: link link 14.44.35207.1 ----------- Detecting archiver via: `lib /?` -> 1100 stdout: Microsoft (R) Library Manager Version 14.44.35207.1 Copyright (C) Microsoft Corporation. All rights reserved. usage: LIB [options] [files] options: /DEF[:filename] /ERRORREPORT:{NONE|PROMPT|QUEUE|SEND} /EXPORT:symbol /EXTRACT:membername /INCLUDE:symbol /LIBPATH:dir /LINKREPRO:dir /LINKREPROFULLPATHRSP:filename /LINKREPROTARGET:filename /LIST[:filename] /LTCG /MACHINE:{ARM|ARM64|ARM64X|EBC|X64|X86} /NAME:filename /NODEFAULTLIB[:library] /NOLOGO /OUT:filename /REMOVE:membername /SUBSYSTEM:{BOOT_APPLICATION|CONSOLE|EFI_APPLICATION| EFI_BOOT_SERVICE_DRIVER|EFI_ROM|EFI_RUNTIME_DRIVER| NATIVE|POSIX|WINDOWS|WINDOWSCE}[,#[.##]] /VERBOSE /WX[:NO] /WX[:nnnn[,nnnn...]] ----------- ----------- Detecting compiler via: `icl ""` -> [WinError 2] The system cannot find the file specified ----------- Detecting compiler via: `cl /?` -> 0 stdout: C/C++ COMPILER OPTIONS -OPTIMIZATION- /O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed) /Ob inline expansion (default n=0) /Od disable optimizations (default) /Og enable global optimization /Oi[-] enable intrinsic functions /Os favor code space /Ot favor code speed /Ox optimizations (favor speed) /favor: select processor to optimize for, one of: blend - a combination of optimizations for several different x64 processors AMD64 - 64-bit AMD processors INTEL64 - Intel(R)64 architecture processors ATOM - Intel(R) Atom(TM) processors -CODE GENERATION- /Gu[-] ensure distinct functions have distinct addresses /Gw[-] separate global variables for linker /GF enable read-only string pooling /Gy[-] separate functions for linker /GS[-] enable security checks /GR[-] enable C++ RTTI /guard:cf[-] enable CFG (control flow guard) /guard:ehcont[-] enable EH continuation metadata (CET) /EHs enable C++ EH (no SEH exceptions) /EHa enable C++ EH (w/ SEH exceptions) /EHc extern "C" defaults to nothrow /EHr always generate noexcept runtime termination checks /fp: choose floating-point model: contract - consider floating-point contractions when generating code except[-] - consider floating-point exceptions when generating code fast - "fast" floating-point model; results are less predictable precise - "precise" floating-point model; results are predictable strict - "strict" floating-point model (implies /fp:except) /Qfast_transcendentals generate inline FP intrinsics even with /fp:except /Qspectre[-] enable mitigations for CVE 2017-5753 /Qpar[-] enable parallel code generation /Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops /Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized /Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops /Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized /GL[-] enable link-time code generation /volatile: choose volatile model: iso - Acquire/release semantics not guaranteed on volatile accesses ms - Acquire/release semantics guaranteed on volatile accesses /GA optimize for Windows Application /Ge force stack checking for all funcs /Gs[num] control stack checking calls /Gh enable _penter function call /GH enable _pexit function call /GT generate fiber-safe TLS accesses /RTC1 Enable fast checks (/RTCsu) /RTCc Convert to smaller type checks /RTCs Stack Frame runtime checking /RTCu Uninitialized local usage checks /clr[:option] compile for common language runtime, where option is: pure : produce IL-only output file (no native executable code) safe : produce IL-only verifiable output file netcore : produce assemblies targeting .NET Core runtime noAssembly : do not produce an assembly nostdlib : ignore the system .NET framework directory when searching for assemblies nostdimport : do not import any required assemblies implicitly initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002 implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this) char_t- : turn off metadata support for char8_t, char16_t and char32_t ECMAParamArray : use rules specified in ECMA-372/14.6 for overloads with parameter arrays (implied by /clr) ECMAParamArray- : use new rules for overloads with parameter arrays (implied by /clr:netcore) /fsanitize=address Enable address sanitizer codegen /homeparams Force parameters passed in registers to be written to the stack /GZ Enable stack checks (/RTCs) /Gv __vectorcall calling convention (Preview) /dynamicdeopt Enable dynamic debugging; place deoptimized breakpoints and step in anywhere with on-demand function deoptimization (Preview) /dynamicdeopt:suffix File extension suffix for deoptimized output (default: .alt) (Preview) /dynamicdeopt:sync Build deoptimized output after optimized output instead of in parallel /arch: minimum CPU architecture requirements, one of: SSE2 - (default) enable use of instructions available with SSE2-enabled CPUs SSE4.2 - enable use of instructions available with SSE 4.2-enabled CPUs AVX - enable use of instructions available with AVX-enabled CPUs AVX2 - enable use of instructions available with AVX2-enabled CPUs AVX512 - enable use of instructions available with AVX-512-enabled CPUs AVX10.x - enable use of instructions available with AVX10.x-enabled CPUs. Valid values of x are 1 /QIntel-jcc-erratum enable mitigations for Intel JCC erratum /Qspectre-load Enable spectre mitigations for all instructions which load memory /Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory /Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions /fpcvt: FP to unsigned integer conversion compatibility IA - results compatible with VCVTTSD2USI instruction BC - results compatible with VS2017 and earlier compiler /jumptablerdata Place jump tables for switch case statements in .rdata section /vlen=<256|512> Choose vector length of either 256 or 512 for automatic code-generation /vlen Choose default vector length based on /arch setting -OUTPUT FILES- /Fa[file] name assembly listing file /FA[scu] configure assembly listing /Fd[file] name .PDB file /Fe name executable file /Fm[file] name map file /Fo name object file /Fp name precompiled header file /Fr[file] name source browser file /FR[file] name extended .SBR file /Fi[file] name preprocessed file /Fd: name .PDB file /Fe: name executable file /Fm: name map file /Fo: name object file /Fp: name .PCH file /FR: name extended .SBR file /Fi: name preprocessed file /Ft location of the header files generated for #import /doc[file] process XML documentation comments and optionally name the .xdc file -PREPROCESSOR- /AI add to assembly search path /FU import .NET assembly/module /FU:asFriend import .NET assembly/module as friend /C don't strip comments /D{=|#} define macro /E preprocess to stdout /EP preprocess to stdout, no #line /P preprocess to file /Fx merge injected code to file /FI name forced include file /U remove predefined macro /u remove all predefined macros /I add to include search path /X ignore "standard places" /PH generate #pragma file_hash when preprocessing /PD print all macro definitions -LANGUAGE- /std: C++ standard version c++14 - ISO/IEC 14882:2014 (default) c++17 - ISO/IEC 14882:2017 c++20 - ISO/IEC 14882:2020 c++latest - latest draft standard (feature set subject to change) /std: C standard version c11 - ISO/IEC 9899:2011 c17 - ISO/IEC 9899:2018 clatest - latest draft standard (feature set subject to change) /permissive[-] enable some nonconforming code to compile (feature set subject to change) (off by default in C++20 and later) /Za disable extensions (not recommended for C++) /ZW enable WinRT language extensions /Zs syntax check only /await enable resumable functions extension /await:strict enable standard C++20 coroutine support with earlier language versions /constexpr:depth recursion depth limit for constexpr evaluation (default: 512) /constexpr:backtrace show N constexpr evaluations in diagnostics (default: 10) /constexpr:steps terminate constexpr evaluation after N steps (default: 1048576) /Zi enable debugging information /Z7 enable old-style debug info /Zo[-] generate richer debugging information for optimized code (on by default) /ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256) /Zp[n] pack structs on n-byte boundary /Zl omit default library name in .OBJ /vd{0|1|2} disable/enable vtordisp /vm type of pointers to members /Zc:arg1[,arg2] language conformance, where arguments can be: forScope[-] enforce Standard C++ for scoping rules wchar_t[-] wchar_t is the native type, not a typedef auto[-] enforce the new Standard C++ meaning for auto trigraphs[-] enable trigraphs (off by default) rvalueCast[-] enforce Standard C++ explicit type conversion rules (on by default in C++20 or later, implied by /permissive-) strictStrings[-] disable string-literal to [char|wchar_t]* conversion (on by default in C++20 or later, implied by /permissive-) implicitNoexcept[-] enable implicit noexcept on required functions threadSafeInit[-] enable thread-safe local static initialization inline[-] remove unreferenced function or data if it is COMDAT or has internal linkage only (off by default) sizedDealloc[-] enable C++14 global sized deallocation functions (on by default) throwingNew[-] assume operator new throws on failure (off by default) referenceBinding[-] a temporary will not bind to a non-const lvalue reference (on by default in C++20 or later, implied by /permissive-) twoPhase- disable two-phase name lookup ternary[-] enforce C++11 rules for conditional operator (on by default in C++20 or later, implied by /permissive-) noexceptTypes[-] enforce C++17 noexcept rules (on by default in C++17 or later) alignedNew[-] enable C++17 alignment of dynamically allocated objects (on by default) hiddenFriend[-] enforce Standard C++ hidden friend rules (on by default in C++20 or later, implied by /permissive-) externC[-] enforce Standard C++ rules for 'extern "C"' functions (on by default in C++20 or later, implied by /permissive-) lambda[-] better lambda support by using the newer lambda processor (on by default in C++20 or later, implied by /permissive-) tlsGuards[-] generate runtime checks for TLS variable initialization (on by default) zeroSizeArrayNew[-] call member new/delete for 0-size arrays of objects (on by default) static_assert[-] strict handling of 'static_assert' (on by default in C++20 or later, implied by /permissive-) gotoScope[-] cannot jump past the initialization of a variable (implied by /permissive-) templateScope[-] enforce Standard C++ template parameter shadowing rules enumTypes[-] enable Standard C++ underlying enum types (off by default) checkGwOdr[-] enforce Standard C++ one definition rule violations when /Gw has been enabled (off by default) nrvo[-] enable optional copy and move elision (on by default in C++20 or later, implied by /permissive- or /O2) __STDC__ define __STDC__ to 1 in C __cplusplus[-] __cplusplus macro reports the supported C++ standard (off by default) char8_t[-] enable C++20 native `u8` literal support as `const char8_t` (on by default in C++20 or later) externConstexpr[-] enable external linkage for constexpr variables in C++ (on by default in C++20 or later, implied by /permissive-) preprocessor[-] enable standard conforming preprocessor in C/C++ (on by default in C11 or later) /ZI enable Edit and Continue debug info /openmp enable OpenMP 2.0 language extensions /openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions /openmp:llvm OpenMP language extensions using LLVM runtime -MISCELLANEOUS- @ options response file /?, /help print this help message /bigobj generate extended object format /c compile only, no link /FC use full pathnames in diagnostics /H max external name length /J default char type is unsigned /MP[n] use up to 'n' processes for compilation /nologo suppress copyright message /showIncludes show include file names /Tc compile file as .c /Tp compile file as .cpp /TC compile all files as .c /TP compile all files as .cpp /V set version string /Yc[file] create .PCH file /Yd put debug info in every .OBJ /Yl[sym] inject .PCH ref for debug lib /Yu[file] use .PCH file /Y- disable all PCH options /Zm max memory alloc (% of default) /FS force to use MSPDBSRV.EXE /source-charset:|.nnnn set source character set /execution-charset:|.nnnn set execution character set /utf-8 set source and execution character set to UTF-8 /validate-charset[-] validate UTF-8 files for only legal characters /fastfail[-] enable fast-fail mode /JMC[-] enable native just my code /presetPadding[-] zero initialize padding for stack based class types /volatileMetadata[-] generate metadata on volatile memory accesses /sourcelink [file] file containing source link information -LINKING- /LD Create .DLL /LDd Create .DLL debug library /LN Create a .netmodule /F set stack size /link [linker options and libraries] /MD link with MSVCRT.LIB /MT link with LIBCMT.LIB /MDd link with MSVCRTD.LIB debug lib /MTd link with LIBCMTD.LIB debug lib -CODE ANALYSIS- /analyze[-] Enable native analysis /analyze:quiet[-] No warning to console /analyze:log Warnings to file /analyze:autolog Log to *.pftlog /analyze:autolog:ext Log to *./analyze:autolog- No log file /analyze:WX- Warnings not fatal /analyze:stacksize Max stack frame /analyze:max_paths Max paths /analyze:only Analyze, no code gen -DIAGNOSTICS- /diagnostics: controls the format of diagnostic messages: classic - retains prior format column[-] - prints column information caret[-] - prints column and the indicated line of source /Wall enable all warnings /w disable all warnings /W set warning level (default n=1) /Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz /WX treat warnings as errors /WL enable one line diagnostics /wd disable warning n /we treat warning n as an error /wo issue warning n once /w set warning level 1-4 for n /external:I - location of external headers /external:env: - environment variable with locations of external headers /external:anglebrackets - treat all headers included via <> as external /external:W - warning level for external headers /external:templates[-] - evaluate warning level across template instantiation chain /sdl enable additional security features and warnings /options:strict unrecognized compiler options are an error ----------- stderr: Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35207.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. ----------- Sanity testing C compiler: cl Is cross compiler: False. Sanity check compiler command line: cl sanitycheckc.c /Fesanitycheckc.exe /MD /nologo /showIncludes /utf-8 /link Sanity check compile stdout: sanitycheckc.c LINK : fatal error LNK1104: cannot open file 'sanitycheckc.exe' ----- Sanity check compile stderr: ----- Compiler for language c for the build machine not found. Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: x86_64 Host machine cpu: x86_64 Target machine cpu family: x86_64 Target machine cpu: x86_64 Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpu6hf5qru Code: #define memmove meson_disable_define_of_memmove #include #undef memmove #ifdef __cplusplus extern "C" #endif char memmove (void); #if defined __stub_memmove || defined __stub___memmove fail fail fail this function is not going to work #endif int main(void) { return memmove (); } ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpu6hf5qru\testfile.c /FeC:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpu6hf5qru\output.exe /nologo /showIncludes /utf-8 /MD /nologo /showIncludes /utf-8 /Od /Oi- kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib` -> 0 stdout: testfile.c Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\limits.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\vcruntime.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\sal.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\concurrencysal.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\vadefs.h ----------- Checking for function "memmove" : YES Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpfo7x2e88 Code: #define memset meson_disable_define_of_memset #include #undef memset #ifdef __cplusplus extern "C" #endif char memset (void); #if defined __stub_memset || defined __stub___memset fail fail fail this function is not going to work #endif int main(void) { return memset (); } ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpfo7x2e88\testfile.c /FeC:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpfo7x2e88\output.exe /nologo /showIncludes /utf-8 /MD /nologo /showIncludes /utf-8 /Od /Oi- kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib` -> 0 stdout: testfile.c Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\limits.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\vcruntime.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\sal.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\concurrencysal.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\vadefs.h ----------- Checking for function "memset" : YES Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpz3vymwn2 Code: #define strdup meson_disable_define_of_strdup #include #undef strdup #ifdef __cplusplus extern "C" #endif char strdup (void); #if defined __stub_strdup || defined __stub___strdup fail fail fail this function is not going to work #endif int main(void) { return strdup (); } ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpz3vymwn2\testfile.c /FeC:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpz3vymwn2\output.exe /nologo /showIncludes /utf-8 /MD /nologo /showIncludes /utf-8 /Od /Oi- kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib` -> 0 stdout: testfile.c Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\limits.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\vcruntime.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\sal.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\concurrencysal.h Note: including file: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\vadefs.h ----------- Checking for function "strdup" : YES Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpl91iyeed Code: #ifdef __has_include #if !__has_include("stdlib.h") #error "Header 'stdlib.h' could not be found" #endif #else #include #endif ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpl91iyeed\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi-` -> 0 stderr: testfile.c ----------- Has header "stdlib.h" : YES Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpooe1uq0h Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpooe1uq0h\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi-` -> 0 stderr: testfile.c ----------- Has header "string.h" : YES Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp9_hjq_os Code: #ifdef __has_include #if !__has_include("memory.h") #error "Header 'memory.h' could not be found" #endif #else #include #endif ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp9_hjq_os\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi-` -> 0 stderr: testfile.c ----------- Has header "memory.h" : YES Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp0r0el1q8 Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp0r0el1q8\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi-` -> 2 stderr: testfile.c C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp0r0el1q8\testfile.c(4): fatal error C1189: #error: "Header 'strings.h' could not be found" ----------- Has header "strings.h" : NO Running compile: Working directory: C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp7o9d0bpl Code: #ifdef __has_include #if !__has_include("sys/times.h") #error "Header 'sys/times.h' could not be found" #endif #else #include #endif ----------- Command line: `cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp7o9d0bpl\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi-` -> 2 stderr: testfile.c C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp7o9d0bpl\testfile.c(4): fatal error C1189: #error: "Header 'sys/times.h' could not be found" ----------- Has header "sys/times.h" : NO Using cached compile: Cached command line: cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp0r0el1q8\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi- Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: testfile.c C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp0r0el1q8\testfile.c(4): fatal error C1189: #error: "Header 'strings.h' could not be found" Has header "strings.h" : NO (cached) Configuring config.h using configuration Using cached compile: Cached command line: cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpl91iyeed\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi- Code: #ifdef __has_include #if !__has_include("stdlib.h") #error "Header 'stdlib.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: testfile.c Has header "stdlib.h" : YES (cached) Using cached compile: Cached command line: cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmpooe1uq0h\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi- Code: #ifdef __has_include #if !__has_include("string.h") #error "Header 'string.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: testfile.c Has header "string.h" : YES (cached) Using cached compile: Cached command line: cl C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp0r0el1q8\testfile.c /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi- Code: #ifdef __has_include #if !__has_include("strings.h") #error "Header 'strings.h' could not be found" #endif #else #include #endif Cached compiler stdout: Cached compiler stderr: testfile.c C:\gtk-build\build\x64\release\fribidi\_gvsbuild-meson\meson-private\tmp0r0el1q8\testfile.c(4): fatal error C1189: #error: "Header 'strings.h' could not be found" Has header "strings.h" : NO (cached) gen.tab\meson.build:32:22: ERROR: No build machine compiler for 'gen.tab/gen-unicode-version.c'