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.30.30705 for x86 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.30.30705 for x86 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.30.30705 for x86 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.30.30705 for x86 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.30.30705 for x86 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.30.30705 for x86 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.30.30705 for x86 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.30.30705 for x86 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.30.30705 for x86 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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_dfedc && [1/2] Building CXX object CMakeFiles\cmTC_dfedc.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_dfedc.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_LD_VERSION_SCRIPT /DWIN32 /D_WINDOWS /EHsc -Wl,--version-script="D:/QTBuild/build/qtbase/version_flag.map" /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_dfedc.dir\src.cxx.obj /FdCMakeFiles\cmTC_dfedc.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx cl : Command line error D8021 : invalid numeric argument '/Wl,--version-script=D:/QTBuild/build/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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_6d8c6 && [1/2] Building CXX object CMakeFiles\cmTC_6d8c6.dir\src.cxx.obj cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=bfd' [2/2] Linking CXX executable cmTC_6d8c6.exe Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_use_gold_linker failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_ea807 && [1/2] Building CXX object CMakeFiles\cmTC_ea807.dir\src.cxx.obj cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=gold' [2/2] Linking CXX executable cmTC_ea807.exe Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_use_lld_linker failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_29eef && [1/2] Building CXX object CMakeFiles\cmTC_29eef.dir\src.cxx.obj cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=lld' [2/2] Linking CXX executable cmTC_29eef.exe Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_optimize_debug failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_d6e5b && [1/2] Building CXX object CMakeFiles\cmTC_d6e5b.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_d6e5b.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DTEST_optimize_debug /DWIN32 /D_WINDOWS /EHsc /Zi /Ob0 /Od /RTC1 -MDd -Og -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d6e5b.dir\src.cxx.obj /FdCMakeFiles\cmTC_d6e5b.dir\ /FS -c D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_c806f && [1/2] Building CXX object CMakeFiles\cmTC_c806f.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_c806f.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_reduce_relocations /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_c806f.dir\src.cxx.obj /FdCMakeFiles\cmTC_c806f.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_6e1c8 && [1/2] Building CXX object CMakeFiles\cmTC_6e1c8.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_6e1c8.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_posix_fallocate /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_6e1c8.dir\src.cxx.obj /FdCMakeFiles\cmTC_6e1c8.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_89965 && [1/2] Building CXX object CMakeFiles\cmTC_89965.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_89965.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\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_89965.dir\src.cxx.obj /FdCMakeFiles\cmTC_89965.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_d6735 && [1/2] Building CXX object CMakeFiles\cmTC_d6735.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_d6735.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_alloca_h /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d6735.dir\src.cxx.obj /FdCMakeFiles\cmTC_d6735.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_01b34 && [1/2] Building CXX object CMakeFiles\cmTC_01b34.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_01b34.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_intelcet /DWIN32 /D_WINDOWS /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_01b34.dir\src.cxx.obj /FdCMakeFiles\cmTC_01b34.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_56a35 && [1/2] Building CXX object CMakeFiles\cmTC_56a35.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_56a35.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_GETTIME /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_56a35.dir\src.cxx.obj /FdCMakeFiles\cmTC_56a35.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_b6244 && [1/2] Building CXX object CMakeFiles\cmTC_b6244.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_b6244.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_cloexec /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_b6244.dir\src.cxx.obj /FdCMakeFiles\cmTC_b6244.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_a8360 && [1/2] Building CXX object CMakeFiles\cmTC_a8360.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_a8360.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_eventfd /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_a8360.dir\src.cxx.obj /FdCMakeFiles\cmTC_a8360.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_3255c && [1/2] Building CXX object CMakeFiles\cmTC_3255c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_3255c.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_futimens /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_3255c.dir\src.cxx.obj /FdCMakeFiles\cmTC_3255c.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_ef061 && [1/2] Building CXX object CMakeFiles\cmTC_ef061.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_ef061.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_futimes /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_ef061.dir\src.cxx.obj /FdCMakeFiles\cmTC_ef061.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_3e44d && [1/2] Building CXX object CMakeFiles\cmTC_3e44d.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_3e44d.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_getauxval /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_3e44d.dir\src.cxx.obj /FdCMakeFiles\cmTC_3e44d.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_83415 && [1/2] Building CXX object CMakeFiles\cmTC_83415.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_83415.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_getentropy /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_83415.dir\src.cxx.obj /FdCMakeFiles\cmTC_83415.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_680d4 && [1/2] Building CXX object CMakeFiles\cmTC_680d4.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_680d4.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_glibc /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_680d4.dir\src.cxx.obj /FdCMakeFiles\cmTC_680d4.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_5437c && [1/2] Building CXX object CMakeFiles\cmTC_5437c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_5437c.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_inotify /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_5437c.dir\src.cxx.obj /FdCMakeFiles\cmTC_5437c.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_8428f && [1/2] Building CXX object CMakeFiles\cmTC_8428f.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_8428f.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_ipc_sysv /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_8428f.dir\src.cxx.obj /FdCMakeFiles\cmTC_8428f.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_0c5bd && [1/2] Building CXX object CMakeFiles\cmTC_0c5bd.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_0c5bd.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_ipc_posix /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_0c5bd.dir\src.cxx.obj /FdCMakeFiles\cmTC_0c5bd.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_45940 && [1/2] Building CXX object CMakeFiles\cmTC_45940.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_45940.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_linkat /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_45940.dir\src.cxx.obj /FdCMakeFiles\cmTC_45940.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_7c7cb && [1/2] Building CXX object CMakeFiles\cmTC_7c7cb.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_7c7cb.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_ppoll /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_7c7cb.dir\src.cxx.obj /FdCMakeFiles\cmTC_7c7cb.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_7c45e && [1/2] Building CXX object CMakeFiles\cmTC_7c45e.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_7c45e.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_pollts /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_7c45e.dir\src.cxx.obj /FdCMakeFiles\cmTC_7c45e.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_5eb86 && [1/2] Building CXX object CMakeFiles\cmTC_5eb86.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_5eb86.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_poll /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_5eb86.dir\src.cxx.obj /FdCMakeFiles\cmTC_5eb86.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_c567a && [1/2] Building CXX object CMakeFiles\cmTC_c567a.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_c567a.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_renameat2 /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_c567a.dir\src.cxx.obj /FdCMakeFiles\cmTC_c567a.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'AT_FDCWD': undeclared identifier D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'argv': undeclared identifier D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'AT_FDCWD': undeclared identifier D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'argv': undeclared identifier D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'RENAME_NOREPLACE': undeclared identifier D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(8): error C2065: 'RENAME_WHITEOUT': undeclared identifier D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_53ace && [1/2] Building CXX object CMakeFiles\cmTC_53ace.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_53ace.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_statx /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_53ace.dir\src.cxx.obj /FdCMakeFiles\cmTC_53ace.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_3ed5a && [1/2] Building CXX object CMakeFiles\cmTC_3ed5a.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_3ed5a.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_syslog /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_3ed5a.dir\src.cxx.obj /FdCMakeFiles\cmTC_3ed5a.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_9a30c && [1/2] Building CXX object CMakeFiles\cmTC_9a30c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_9a30c.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_xlocalescanprint /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_9a30c.dir\src.cxx.obj /FdCMakeFiles\cmTC_9a30c.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(10): error C2006: '#include': expected "FILENAME" or D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_7ea1b && [1/2] Building CXX object CMakeFiles\cmTC_7ea1b.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_7ea1b.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_getifaddrs /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_7ea1b.dir\src.cxx.obj /FdCMakeFiles\cmTC_7ea1b.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_34fb3 && [1/2] Building CXX object CMakeFiles\cmTC_34fb3.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_34fb3.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_ifr_index /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_34fb3.dir\src.cxx.obj /FdCMakeFiles\cmTC_34fb3.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_19a2d && [1/2] Building CXX object CMakeFiles\cmTC_19a2d.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_19a2d.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_ipv6ifname /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_19a2d.dir\src.cxx.obj /FdCMakeFiles\cmTC_19a2d.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_a9d4b && [1/2] Building CXX object CMakeFiles\cmTC_a9d4b.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_a9d4b.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_linux_netlink /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_a9d4b.dir\src.cxx.obj /FdCMakeFiles\cmTC_a9d4b.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_c1bb5 && [1/2] Building CXX object CMakeFiles\cmTC_c1bb5.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_c1bb5.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_sctp /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_c1bb5.dir\src.cxx.obj /FdCMakeFiles\cmTC_c1bb5.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_b12f5 && [1/2] Building CXX object CMakeFiles\cmTC_b12f5.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_b12f5.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_EGL /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_b12f5.dir\src.cxx.obj /FdCMakeFiles\cmTC_b12f5.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_d593a && [1/2] Building CXX object CMakeFiles\cmTC_d593a.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_d593a.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_GLESv2 /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d593a.dir\src.cxx.obj /FdCMakeFiles\cmTC_d593a.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_d589a && [1/2] Building CXX object CMakeFiles\cmTC_d589a.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_d589a.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_evdev /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d589a.dir\src.cxx.obj /FdCMakeFiles\cmTC_d589a.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_4bc7c && [1/2] Building CXX object CMakeFiles\cmTC_4bc7c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_4bc7c.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_integrityfb /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_4bc7c.dir\src.cxx.obj /FdCMakeFiles\cmTC_4bc7c.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_ab5aa && [1/2] Building CXX object CMakeFiles\cmTC_ab5aa.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_ab5aa.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_linuxfb /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_ab5aa.dir\src.cxx.obj /FdCMakeFiles\cmTC_ab5aa.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\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: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_7a49a && [1/2] Building C object CMakeFiles\cmTC_7a49a.dir\CheckIncludeFile.c.obj FAILED: CMakeFiles/cmTC_7a49a.dir/CheckIncludeFile.c.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c11 /showIncludes /FoCMakeFiles\cmTC_7a49a.dir\CheckIncludeFile.c.obj /FdCMakeFiles\cmTC_7a49a.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\CheckIncludeFile.c D:\QTBuild\build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory ninja: build stopped: subcommand failed. Performing C++ SOURCE FILE Test HAVE_pointer_64bit failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_084d2 && [1/2] Building CXX object CMakeFiles\cmTC_084d2.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_084d2.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_pointer_64bit /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_084d2.dir\src.cxx.obj /FdCMakeFiles\cmTC_084d2.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(8): error C2338: fail ninja: build stopped: subcommand failed. Source file was: int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ static_assert(sizeof(void *) == 8, "fail"); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_arm_thumb failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_79970 && [1/2] Building CXX object CMakeFiles\cmTC_79970.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_79970.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_arm_thumb /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_79970.dir\src.cxx.obj /FdCMakeFiles\cmTC_79970.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(16): fatal error C1189: #error: "fail" ninja: build stopped: subcommand failed. Source file was: int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ #if defined(thumb2) || defined(__thumb2__) # define THUMB_OK #elif (defined(__thumb) || defined(__thumb__)) && __TARGET_ARCH_THUMB-0 == 4 # define THUMB_OK #elif defined(__ARM_ARCH_ISA_THUMB) && __ARM_ARCH_ISA_THUMB == 2 // clang 3.5 and later will set this if the core supports the Thumb-2 ISA. # define THUMB_OK #else # error "fail" #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ICONV failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_0be7c && [1/2] Building CXX object CMakeFiles\cmTC_0be7c.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_0be7c.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_ICONV /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_0be7c.dir\src.cxx.obj /FdCMakeFiles\cmTC_0be7c.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(int, char **) { iconv_t x = iconv_open("", ""); iconv_close(x); return 0; } Performing C++ SOURCE FILE Test HAVE_ICONV_WITH_LIB failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_bd62d && [1/2] Building CXX object CMakeFiles\cmTC_bd62d.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_bd62d.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_ICONV_WITH_LIB /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_bd62d.dir\src.cxx.obj /FdCMakeFiles\cmTC_bd62d.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(1): fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(int, char **) { iconv_t x = iconv_open("", ""); iconv_close(x); return 0; } Performing C++ SOURCE FILE Test HAVE_ntddmodm failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_14d30 && [1/2] Building CXX object CMakeFiles\cmTC_14d30.dir\src.cxx.obj [2/2] Linking CXX executable cmTC_14d30.exe FAILED: cmTC_14d30.exe cmd.exe /C "cd . && D:\QtOfficial\Tools\CMake_64\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\cmTC_14d30.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x86\mt.exe --manifests -- D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\link.exe /nologo CMakeFiles\cmTC_14d30.dir\src.cxx.obj /out:cmTC_14d30.exe /implib:cmTC_14d30.lib /pdb:cmTC_14d30.pdb /version:0.0 /machine:X86 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." LINK Pass 1: command "D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\link.exe /nologo CMakeFiles\cmTC_14d30.dir\src.cxx.obj /out:cmTC_14d30.exe /implib:cmTC_14d30.lib /pdb:cmTC_14d30.pdb /version:0.0 /machine:X86 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\cmTC_14d30.dir/intermediate.manifest CMakeFiles\cmTC_14d30.dir/manifest.res" failed (exit code 1120) with the following output: src.cxx.obj : error LNK2001: unresolved external symbol _GUID_DEVINTERFACE_MODEM cmTC_14d30.exe : fatal error LNK1120: 1 unresolved externals ninja: build stopped: subcommand failed. Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ GUID guid = GUID_DEVINTERFACE_MODEM; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_uacpp failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_0b7f9 && [1/2] Building CXX object CMakeFiles\cmTC_0b7f9.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_0b7f9.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_uacpp /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_0b7f9.dir\src.cxx.obj /FdCMakeFiles\cmTC_0b7f9.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(3): fatal error C1083: Cannot open include file: 'uaplatformlayer.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include #include #include #include using namespace UaClientSdk; int main(int /*argc*/, char ** /*argv*/) { UaPlatformLayer::init(); UaSession *session = new UaSession; UaPlatformLayer::cleanup(); return 0; } Performing C++ SOURCE FILE Test HAVE_khr failed with the following output: Change Dir: D:/QTBuild/build/CMakeFiles/CMakeTmp Run Build Command(s):D:/TW/Tools/Ninja/ninja.exe cmTC_460eb && [1/2] Building CXX object CMakeFiles\cmTC_460eb.dir\src.cxx.obj FAILED: CMakeFiles/cmTC_460eb.dir/src.cxx.obj D:\VISUAL~1\VC\Tools\MSVC\1430~1.307\bin\Hostx86\x86\cl.exe /nologo /TP -DHAVE_khr /DWIN32 /D_WINDOWS -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_460eb.dir\src.cxx.obj /FdCMakeFiles\cmTC_460eb.dir\ /FS -c D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx D:\QTBuild\build\CMakeFiles\CMakeTmp\src.cxx(2): fatal error C1083: Cannot open include file: 'KHR/khrplatform.h': No such file or directory ninja: build stopped: subcommand failed. Source file was: #include int main(void) { return 0; }