Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9002 : ignoring unknown option '--version' cl : Command line error D8003 : missing source filename Checking whether the ASM compiler is Clang using "--version" did not match "(clang version)": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9002 : ignoring unknown option '--version' cl : Command line error D8003 : missing source filename Checking whether the ASM compiler is AppleClang using "--version" did not match "(Apple LLVM version)": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9002 : ignoring unknown option '--version' cl : Command line error D8003 : missing source filename Checking whether the ASM compiler is ARMClang using "--version" did not match "armclang": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9002 : ignoring unknown option '--version' cl : Command line error D8003 : missing source filename Checking whether the ASM compiler is HP using "-V" did not match "HP C": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line error D8004 : '/V' requires an argument Checking whether the ASM compiler is Intel using "--version" did not match "(ICC)": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9002 : ignoring unknown option '--version' cl : Command line error D8003 : missing source filename Checking whether the ASM compiler is IntelLLVM using "--version" did not match "(Intel[^ ]+oneAPI)": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9002 : ignoring unknown option '--version' cl : Command line error D8003 : missing source filename Checking whether the ASM compiler is SunPro using "-V" did not match "Sun C": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line error D8004 : '/V' requires an argument Checking whether the ASM compiler is XL using "-qversion" did not match "XL C": Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for ARM64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9002 : ignoring unknown option '-qversion' cl : Command line error D8003 : missing source filename Performing C++ SOURCE FILE Test HAVE_LD_VERSION_SCRIPT failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_fd1a6 && [1/2] Building CXX object CMakeFiles\cmTC_fd1a6.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_fd1a6.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_LD_VERSION_SCRIPT /DWIN32 /D_WINDOWS /EHsc -Wl,--version-script="C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/qtbase/version_flag.map" /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_fd1a6.dir\src.cxx.obj /FdCMakeFiles\cmTC_fd1a6.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx cl : Command line error D8021 : invalid numeric argument '/Wl,--version-script=C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/qtbase/version_flag.map' ninja: build stopped: subcommand failed. Source file was: int main(void){return 0;} Performing C++ SOURCE FILE Test TEST_use_bfd_linker failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_8433e && [1/2] Building CXX object CMakeFiles\cmTC_8433e.dir\src.cxx.obj cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=bfd' [2/2] Linking CXX executable cmTC_8433e.exe Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_use_gold_linker failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_88c08 && [1/2] Building CXX object CMakeFiles\cmTC_88c08.dir\src.cxx.obj cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=gold' [2/2] Linking CXX executable cmTC_88c08.exe Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_use_lld_linker failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_a2a62 && [1/2] Building CXX object CMakeFiles\cmTC_a2a62.dir\src.cxx.obj cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=lld' [2/2] Linking CXX executable cmTC_a2a62.exe Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_optimize_debug failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_5c1e2 && [1/2] Building CXX object CMakeFiles\cmTC_5c1e2.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_5c1e2.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DTEST_optimize_debug /DWIN32 /D_WINDOWS /EHsc /Zi /Ob0 /Od /RTC1 -MDd -Og -std:c++17 /showIncludes /FoCMakeFiles\cmTC_5c1e2.dir\src.cxx.obj /FdCMakeFiles\cmTC_5c1e2.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx cl : Command line warning D9035 : option 'Og' has been deprecated and will be removed in a future release cl : Command line error D8016 : '/RTC1' and '/Og' command-line options are incompatible ninja: build stopped: subcommand failed. Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_reduce_relocations failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_58f21 && [1/2] Building CXX object CMakeFiles\cmTC_58f21.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_58f21.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_reduce_relocations /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_58f21.dir\src.cxx.obj /FdCMakeFiles\cmTC_58f21.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1189: #error: Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129). ninja: build stopped: subcommand failed. Source file was: #if !(defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) || defined(__amd64)) || defined(__sun) # error Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129). #endif int main(void) { /* BEGIN TEST: */ /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_posix_fallocate failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_31275 && [1/2] Building CXX object CMakeFiles\cmTC_31275.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_31275.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_posix_fallocate /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_31275.dir\src.cxx.obj /FdCMakeFiles\cmTC_31275.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include int main(void) { /* BEGIN TEST: */ (void) posix_fallocate(0, 0, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_alloca_stdlib_h failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_58492 && [1/2] Building CXX object CMakeFiles\cmTC_58492.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_58492.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_alloca_stdlib_h /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_58492.dir\src.cxx.obj /FdCMakeFiles\cmTC_58492.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(6): error C3861: 'alloca': identifier not found ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ alloca(1); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_alloca_h failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_12cad && [1/2] Building CXX object CMakeFiles\cmTC_12cad.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_12cad.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_alloca_h /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_12cad.dir\src.cxx.obj /FdCMakeFiles\cmTC_12cad.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #ifdef __QNXNTO__ // extra include needed in QNX7 to define NULL for the alloca() macro # include #endif int main(void) { /* BEGIN TEST: */ alloca(1); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_intelcet failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_3f9d5 && [1/2] Building CXX object CMakeFiles\cmTC_3f9d5.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_3f9d5.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_intelcet /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_3f9d5.dir\src.cxx.obj /FdCMakeFiles\cmTC_3f9d5.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(5): fatal error C1189: #error: Intel CET not available ninja: build stopped: subcommand failed. Source file was: int main(void) { /* BEGIN TEST: */ #if !defined(__CET__) # error Intel CET not available #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_GETTIME failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_fdd1c && [1/2] Building CXX object CMakeFiles\cmTC_fdd1c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_fdd1c.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_GETTIME /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_fdd1c.dir\src.cxx.obj /FdCMakeFiles\cmTC_fdd1c.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include int main(int argc, char *argv[]) { timespec ts; clock_gettime(CLOCK_REALTIME, &ts); } Performing C++ SOURCE FILE Test HAVE_cloexec failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_efa39 && [1/2] Building CXX object CMakeFiles\cmTC_efa39.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_efa39.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_cloexec /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_efa39.dir\src.cxx.obj /FdCMakeFiles\cmTC_efa39.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #define _GNU_SOURCE 1 #include #include #include #include int main(void) { /* BEGIN TEST: */ int pipes[2]; (void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK); (void) fcntl(0, F_DUPFD_CLOEXEC, 0); (void) dup3(0, 3, O_CLOEXEC); #if defined(__NetBSD__) (void) paccept(0, 0, 0, NULL, SOCK_CLOEXEC | SOCK_NONBLOCK); #else (void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK); #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_eventfd failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_25a07 && [1/2] Building CXX object CMakeFiles\cmTC_25a07.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_25a07.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_eventfd /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_25a07.dir\src.cxx.obj /FdCMakeFiles\cmTC_25a07.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'sys/eventfd.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ eventfd_t value; int fd = eventfd(0, EFD_CLOEXEC); eventfd_read(fd, &value); eventfd_write(fd, value); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_futimens failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_603c5 && [1/2] Building CXX object CMakeFiles\cmTC_603c5.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_603c5.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_futimens /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_603c5.dir\src.cxx.obj /FdCMakeFiles\cmTC_603c5.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(6): error C3861: 'futimens': identifier not found ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ futimens(-1, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_futimes failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_ce64b && [1/2] Building CXX object CMakeFiles\cmTC_ce64b.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_ce64b.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_futimes /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_ce64b.dir\src.cxx.obj /FdCMakeFiles\cmTC_ce64b.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ futimes(-1, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_getauxval failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_2c90a && [1/2] Building CXX object CMakeFiles\cmTC_2c90a.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_2c90a.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_getauxval /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_2c90a.dir\src.cxx.obj /FdCMakeFiles\cmTC_2c90a.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'sys/auxv.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ (void) getauxval(AT_NULL); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_getentropy failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_f5b62 && [1/2] Building CXX object CMakeFiles\cmTC_f5b62.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_f5b62.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_getentropy /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_f5b62.dir\src.cxx.obj /FdCMakeFiles\cmTC_f5b62.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ char buf[32]; (void) getentropy(buf, sizeof(buf)); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_glibc failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_621ea && [1/2] Building CXX object CMakeFiles\cmTC_621ea.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_621ea.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_glibc /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_621ea.dir\src.cxx.obj /FdCMakeFiles\cmTC_621ea.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(6): error C2065: '__GLIBC__': undeclared identifier ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ return __GLIBC__; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_inotify failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_1b05b && [1/2] Building CXX object CMakeFiles\cmTC_1b05b.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_1b05b.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_inotify /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_1b05b.dir\src.cxx.obj /FdCMakeFiles\cmTC_1b05b.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'sys/inotify.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ inotify_init(); inotify_add_watch(0, "foobar", IN_ACCESS); inotify_rm_watch(0, 1); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ipc_sysv failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_74503 && [1/2] Building CXX object CMakeFiles\cmTC_74503.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_74503.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_ipc_sysv /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_74503.dir\src.cxx.obj /FdCMakeFiles\cmTC_74503.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'sys/ipc.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include #include #include int main(void) { /* BEGIN TEST: */ key_t unix_key = ftok("test", 'Q'); semctl(semget(unix_key, 1, 0666 | IPC_CREAT | IPC_EXCL), 0, IPC_RMID, 0); shmget(unix_key, 0, 0666 | IPC_CREAT | IPC_EXCL); shmctl(0, 0, (struct shmid_ds *)(0)); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ipc_posix failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_14567 && [1/2] Building CXX object CMakeFiles\cmTC_14567.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_14567.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_ipc_posix /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_14567.dir\src.cxx.obj /FdCMakeFiles\cmTC_14567.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'sys/mman.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include #include int main(void) { /* BEGIN TEST: */ sem_close(sem_open("test", O_CREAT | O_EXCL, 0666, 0)); shm_open("test", O_RDWR | O_CREAT | O_EXCL, 0666); shm_unlink("test"); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_linkat failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_f8fbb && [1/2] Building CXX object CMakeFiles\cmTC_f8fbb.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_f8fbb.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_linkat /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_f8fbb.dir\src.cxx.obj /FdCMakeFiles\cmTC_f8fbb.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #define _ATFILE_SOURCE 1 #include #include int main(void) { /* BEGIN TEST: */ linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ppoll failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_c9653 && [1/2] Building CXX object CMakeFiles\cmTC_c9653.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_c9653.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_ppoll /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_c9653.dir\src.cxx.obj /FdCMakeFiles\cmTC_c9653.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'poll.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include int main(void) { /* BEGIN TEST: */ struct pollfd pfd; struct timespec ts; sigset_t sig; ppoll(&pfd, 1, &ts, &sig); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_pollts failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_b2b15 && [1/2] Building CXX object CMakeFiles\cmTC_b2b15.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_b2b15.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_pollts /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_b2b15.dir\src.cxx.obj /FdCMakeFiles\cmTC_b2b15.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'poll.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include int main(void) { /* BEGIN TEST: */ struct pollfd pfd; struct timespec ts; sigset_t sig; pollts(&pfd, 1, &ts, &sig); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_poll failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_05732 && [1/2] Building CXX object CMakeFiles\cmTC_05732.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_05732.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_poll /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_05732.dir\src.cxx.obj /FdCMakeFiles\cmTC_05732.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'poll.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ struct pollfd pfd; poll(&pfd, 1, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_renameat2 failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_ff513 && [1/2] Building CXX object CMakeFiles\cmTC_ff513.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_ff513.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_renameat2 /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_ff513.dir\src.cxx.obj /FdCMakeFiles\cmTC_ff513.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'AT_FDCWD': undeclared identifier C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'argv': undeclared identifier C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'AT_FDCWD': undeclared identifier C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'argv': undeclared identifier C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'RENAME_NOREPLACE': undeclared identifier C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'RENAME_WHITEOUT': undeclared identifier C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(8): error C3861: 'renameat2': identifier not found ninja: build stopped: subcommand failed. Source file was: #define _ATFILE_SOURCE 1 #include #include int main(void) { /* BEGIN TEST: */ renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_statx failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_d087c && [1/2] Building CXX object CMakeFiles\cmTC_d087c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_d087c.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_statx /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d087c.dir\src.cxx.obj /FdCMakeFiles\cmTC_d087c.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(4): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #define _ATFILE_SOURCE 1 #include #include #include #include int main(void) { /* BEGIN TEST: */ struct statx statxbuf; unsigned int mask = STATX_BASIC_STATS; return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_syslog failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_4bd1b && [1/2] Building CXX object CMakeFiles\cmTC_4bd1b.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_4bd1b.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_syslog /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_4bd1b.dir\src.cxx.obj /FdCMakeFiles\cmTC_4bd1b.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'syslog.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ openlog("qt", 0, LOG_USER); syslog(LOG_INFO, "configure"); closelog(); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_xlocalescanprint failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_30e9c && [1/2] Building CXX object CMakeFiles\cmTC_30e9c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_30e9c.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_xlocalescanprint /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_30e9c.dir\src.cxx.obj /FdCMakeFiles\cmTC_30e9c.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(10): error C2006: '#include': expected "FILENAME" or C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(10): fatal error C1083: Cannot open include file: '': No such file or directory ninja: build stopped: subcommand failed. Source file was: #define QT_BEGIN_NAMESPACE #define QT_END_NAMESPACE #ifdef _MSVC_VER #define Q_CC_MSVC _MSVC_VER #endif #define QT_NO_DOUBLECONVERSION #include QDSP_P_H int main(void) { /* BEGIN TEST: */ #ifdef _MSVC_VER _locale_t invalidLocale = NULL; #else locale_t invalidLocale = NULL; #endif double a = 3.4; qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a); qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_getifaddrs failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_383f5 && [1/2] Building CXX object CMakeFiles\cmTC_383f5.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_383f5.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_getifaddrs /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_383f5.dir\src.cxx.obj /FdCMakeFiles\cmTC_383f5.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include #include int main(void) { /* BEGIN TEST: */ ifaddrs *list; getifaddrs(&list); freeifaddrs(list); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ifr_index failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_e6a44 && [1/2] Building CXX object CMakeFiles\cmTC_e6a44.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_e6a44.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_ifr_index /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_e6a44.dir\src.cxx.obj /FdCMakeFiles\cmTC_e6a44.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'net/if.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ struct ifreq req; req.ifr_index = 0; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ipv6ifname failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_7b299 && [1/2] Building CXX object CMakeFiles\cmTC_7b299.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_7b299.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_ipv6ifname /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_7b299.dir\src.cxx.obj /FdCMakeFiles\cmTC_7b299.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include int main(void) { /* BEGIN TEST: */ char buf[IFNAMSIZ]; if_nametoindex("eth0"); if_indextoname(1, buf); if_freenameindex(if_nameindex()); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_linux_netlink failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_63347 && [1/2] Building CXX object CMakeFiles\cmTC_63347.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_63347.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_linux_netlink /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_63347.dir\src.cxx.obj /FdCMakeFiles\cmTC_63347.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'asm/types.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include #include int main(void) { /* BEGIN TEST: */ struct rtattr rta = { }; struct ifinfomsg ifi = {}; struct ifaddrmsg ifa = {}; struct ifa_cacheinfo ci; ci.ifa_prefered = ci.ifa_valid = 0; (void)RTM_NEWLINK; (void)RTM_NEWADDR; (void)IFLA_ADDRESS; (void)IFLA_IFNAME; (void)IFA_ADDRESS; (void)IFA_LABEL; (void)IFA_CACHEINFO; (void)(IFA_F_SECONDARY | IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_MANAGETEMPADDR); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_sctp failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_79054 && [1/2] Building CXX object CMakeFiles\cmTC_79054.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_79054.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_sctp /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_79054.dir\src.cxx.obj /FdCMakeFiles\cmTC_79054.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include #include int main(void) { /* BEGIN TEST: */ sctp_initmsg sctpInitMsg; socklen_t sctpInitMsgSize = sizeof(sctpInitMsg); (void) socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP); (void) getsockopt(-1, SOL_SCTP, SCTP_INITMSG, &sctpInitMsg, &sctpInitMsgSize); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_EGL failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_047e6 && [1/2] Building CXX object CMakeFiles\cmTC_047e6.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_047e6.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_EGL /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_047e6.dir\src.cxx.obj /FdCMakeFiles\cmTC_047e6.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'EGL/egl.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(int argc, char *argv[]) { EGLint x = 0; EGLDisplay dpy = 0; EGLContext ctx = 0; eglDestroyContext(dpy, ctx); } Performing C++ SOURCE FILE Test HAVE_GLESv2 failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_d9267 && [1/2] Building CXX object CMakeFiles\cmTC_d9267.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_d9267.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_GLESv2 /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d9267.dir\src.cxx.obj /FdCMakeFiles\cmTC_d9267.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(6): fatal error C1083: Cannot open include file: 'GLES2/gl2.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #ifdef __APPLE__ # include #else # define GL_GLEXT_PROTOTYPES # include #endif int main(int argc, char *argv[]) { glUniform1f(1, GLfloat(1.0)); glClear(GL_COLOR_BUFFER_BIT); } Performing C++ SOURCE FILE Test HAVE_evdev failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_451eb && [1/2] Building CXX object CMakeFiles\cmTC_451eb.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_451eb.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_evdev /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_451eb.dir\src.cxx.obj /FdCMakeFiles\cmTC_451eb.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(4): fatal error C1083: Cannot open include file: 'linux/input.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #if defined(__FreeBSD__) # include #else # include # include #endif enum { e1 = ABS_PRESSURE, e2 = ABS_X, e3 = REL_X, e4 = SYN_REPORT, }; int main(void) { /* BEGIN TEST: */ input_event buf[32]; (void) buf; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_integrityfb failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_d0ad6 && [1/2] Building CXX object CMakeFiles\cmTC_d0ad6.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_d0ad6.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_integrityfb /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d0ad6.dir\src.cxx.obj /FdCMakeFiles\cmTC_d0ad6.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'device/fbdriver.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { /* BEGIN TEST: */ FBDriver *driver = 0; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_linuxfb failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_1c855 && [1/2] Building CXX object CMakeFiles\cmTC_1c855.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_1c855.dir/src.cxx.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /TP -DHAVE_linuxfb /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_1c855.dir\src.cxx.obj /FdCMakeFiles\cmTC_1c855.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'linux/fb.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include int main(void) { /* BEGIN TEST: */ fb_fix_screeninfo finfo; fb_var_screeninfo vinfo; int fd = 3; ioctl(fd, FBIOGET_FSCREENINFO, &finfo); ioctl(fd, FBIOGET_VSCREENINFO, &vinfo); /* END TEST: */ return 0; } Determining if the include file pthread.h exists failed with the following output: Change Dir: C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeTmp Run Build Command(s):C:/PROGRA~1/MICROS~4/2022/Preview/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_f7ac8 && [1/2] Building C object CMakeFiles\cmTC_f7ac8.dir\CheckIncludeFile.c.obj FAILED: CMakeFiles/cmTC_f7ac8.dir/CheckIncludeFile.c.obj C:\PROGRA~1\MICROS~4\2022\Preview\VC\Tools\MSVC\1431~1.308\bin\Hostx64\arm64\cl.exe /nologo /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c11 /showIncludes /FoCMakeFiles\cmTC_f7ac8.dir\CheckIncludeFile.c.obj /FdCMakeFiles\cmTC_f7ac8.dir\ /FS -c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\CheckIncludeFile.c C:\Users\tommy\Desktop\qt\6.2.2\buildARM64\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory ninja: build stopped: subcommand failed.