Performing C++ SOURCE FILE Test HAVE_precompile_header failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_94ecc/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_94ecc.dir\build.make CMakeFiles/cmTC_94ecc.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_94ecc.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_precompile_header -std=gnu++17 -o CMakeFiles\cmTC_94ecc.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:4:2: error: #error no go 4 | #error no go | ^~~~~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_94ecc.dir\build.make:84: CMakeFiles/cmTC_94ecc.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_94ecc/fast] Error 2 Source file was: #ifndef HEADER_H #error no go #endif int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test TEST_enable_new_dtags failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_6b9f9/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_6b9f9.dir\build.make CMakeFiles/cmTC_6b9f9.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6b9f9.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DTEST_enable_new_dtags -std=gnu++17 -o CMakeFiles\cmTC_6b9f9.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx Linking CXX executable cmTC_6b9f9.exe D:\DEV\cmake-3.18.4\bin\cmake.exe -E cmake_link_script CMakeFiles\cmTC_6b9f9.dir\link.txt --verbose=1 D:\DEV\cmake-3.18.4\bin\cmake.exe -E rm -f CMakeFiles\cmTC_6b9f9.dir/objects.a Q:\gcc-10.2.0\bin\ar.exe cr CMakeFiles\cmTC_6b9f9.dir/objects.a @CMakeFiles\cmTC_6b9f9.dir\objects1.rsp Q:\gcc-10.2.0\bin\g++.exe -DTEST_enable_new_dtags -Wl,--enable-new-dtags -Wl,--whole-archive CMakeFiles\cmTC_6b9f9.dir/objects.a -Wl,--no-whole-archive -o cmTC_6b9f9.exe -Wl,--out-implib,libcmTC_6b9f9.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_6b9f9.dir\linklibs.rsp Q:\gcc-10.2.0\bin/ld.exe: unrecognized option '--enable-new-dtags' Q:\gcc-10.2.0\bin/ld.exe: use the --help option for usage information collect2.exe: error: ld returned 1 exit status mingw32-make.exe[1]: *** [CMakeFiles\cmTC_6b9f9.dir\build.make:107: cmTC_6b9f9.exe] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_6b9f9/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_gdb_index failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_ad5a3/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_ad5a3.dir\build.make CMakeFiles/cmTC_ad5a3.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ad5a3.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DTEST_gdb_index -std=gnu++17 -o CMakeFiles\cmTC_ad5a3.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx Linking CXX executable cmTC_ad5a3.exe D:\DEV\cmake-3.18.4\bin\cmake.exe -E cmake_link_script CMakeFiles\cmTC_ad5a3.dir\link.txt --verbose=1 D:\DEV\cmake-3.18.4\bin\cmake.exe -E rm -f CMakeFiles\cmTC_ad5a3.dir/objects.a Q:\gcc-10.2.0\bin\ar.exe cr CMakeFiles\cmTC_ad5a3.dir/objects.a @CMakeFiles\cmTC_ad5a3.dir\objects1.rsp Q:\gcc-10.2.0\bin\g++.exe -DTEST_gdb_index -Wl,--gdb-index -Wl,--whole-archive CMakeFiles\cmTC_ad5a3.dir/objects.a -Wl,--no-whole-archive -o cmTC_ad5a3.exe -Wl,--out-implib,libcmTC_ad5a3.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_ad5a3.dir\linklibs.rsp Q:\gcc-10.2.0\bin/ld.exe: unrecognized option '--gdb-index' Q:\gcc-10.2.0\bin/ld.exe: use the --help option for usage information collect2.exe: error: ld returned 1 exit status mingw32-make.exe[1]: *** [CMakeFiles\cmTC_ad5a3.dir\build.make:107: cmTC_ad5a3.exe] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_ad5a3/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_posix_fallocate failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_4caf8/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_4caf8.dir\build.make CMakeFiles/cmTC_4caf8.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4caf8.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_posix_fallocate -std=gnu++17 -o CMakeFiles\cmTC_4caf8.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:9:8: error: 'posix_fallocate' was not declared in this scope; did you mean 'HAVE_posix_fallocate'? 9 | (void) posix_fallocate(0, 0, 0); | ^~~~~~~~~~~~~~~ | HAVE_posix_fallocate mingw32-make.exe[1]: *** [CMakeFiles\cmTC_4caf8.dir\build.make:84: CMakeFiles/cmTC_4caf8.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_4caf8/fast] Error 2 Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ (void) posix_fallocate(0, 0, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_alloca_h failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_f9f1f/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_f9f1f.dir\build.make CMakeFiles/cmTC_f9f1f.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f9f1f.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_alloca_h -std=gnu++17 -o CMakeFiles\cmTC_f9f1f.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: alloca.h: No such file or directory 2 | #include | ^~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_f9f1f.dir\build.make:84: CMakeFiles/cmTC_f9f1f.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_f9f1f/fast] Error 2 Source file was: #include #ifdef __QNXNTO__ // extra include needed in QNX7 to define NULL for the alloca() macro # include #endif int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ alloca(1); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_intelcet failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_566f8/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_566f8.dir\build.make CMakeFiles/cmTC_566f8.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_566f8.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_intelcet -std=gnu++17 -o CMakeFiles\cmTC_566f8.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:9:4: error: #error Intel CET not available 9 | # error Intel CET not available | ^~~~~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_566f8.dir\build.make:84: CMakeFiles/cmTC_566f8.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_566f8/fast] Error 2 Source file was: int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ #if !defined(__CET__) # error Intel CET not available #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_cloexec failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_95768/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_95768.dir\build.make CMakeFiles/cmTC_95768.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_95768.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_cloexec -std=gnu++17 -o CMakeFiles\cmTC_95768.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:3:10: fatal error: sys/socket.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_95768.dir\build.make:84: CMakeFiles/cmTC_95768.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_95768/fast] Error 2 Source file was: #define _GNU_SOURCE 1 #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_9c963/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_9c963.dir\build.make CMakeFiles/cmTC_9c963.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9c963.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_eventfd -std=gnu++17 -o CMakeFiles\cmTC_9c963.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: sys/eventfd.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_9c963.dir\build.make:84: CMakeFiles/cmTC_9c963.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_9c963/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_c9b7f/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_c9b7f.dir\build.make CMakeFiles/cmTC_c9b7f.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c9b7f.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_futimens -std=gnu++17 -o CMakeFiles\cmTC_c9b7f.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:8:1: error: 'futimens' was not declared in this scope 8 | futimens(-1, 0); | ^~~~~~~~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_c9b7f.dir\build.make:84: CMakeFiles/cmTC_c9b7f.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_c9b7f/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ futimens(-1, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_futimes failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_f0f82/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_f0f82.dir\build.make CMakeFiles/cmTC_f0f82.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f0f82.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_futimes -std=gnu++17 -o CMakeFiles\cmTC_f0f82.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:8:1: error: 'futimes' was not declared in this scope; did you mean 'ftime'? 8 | futimes(-1, 0); | ^~~~~~~ | ftime mingw32-make.exe[1]: *** [CMakeFiles\cmTC_f0f82.dir\build.make:84: CMakeFiles/cmTC_f0f82.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_f0f82/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ futimes(-1, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_getauxval failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_cecc5/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_cecc5.dir\build.make CMakeFiles/cmTC_cecc5.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_cecc5.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_getauxval -std=gnu++17 -o CMakeFiles\cmTC_cecc5.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: sys/auxv.h: No such file or directory 2 | #include | ^~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_cecc5.dir\build.make:84: CMakeFiles/cmTC_cecc5.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_cecc5/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_3f77f/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_3f77f.dir\build.make CMakeFiles/cmTC_3f77f.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3f77f.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_getentropy -std=gnu++17 -o CMakeFiles\cmTC_3f77f.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:9:8: error: 'getentropy' was not declared in this scope 9 | (void) getentropy(buf, sizeof(buf)); | ^~~~~~~~~~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_3f77f.dir\build.make:84: CMakeFiles/cmTC_3f77f.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_3f77f/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_ba67d/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_ba67d.dir\build.make CMakeFiles/cmTC_ba67d.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ba67d.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_glibc -std=gnu++17 -o CMakeFiles\cmTC_ba67d.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:8:8: error: '__GLIBC__' was not declared in this scope; did you mean '__LINE__'? 8 | return __GLIBC__; | ^~~~~~~~~ | __LINE__ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_ba67d.dir\build.make:84: CMakeFiles/cmTC_ba67d.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_ba67d/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ return __GLIBC__; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_inotify failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_75c28/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_75c28.dir\build.make CMakeFiles/cmTC_75c28.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_75c28.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_inotify -std=gnu++17 -o CMakeFiles\cmTC_75c28.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: sys/inotify.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_75c28.dir\build.make:84: CMakeFiles/cmTC_75c28.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_75c28/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_398d3/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_398d3.dir\build.make CMakeFiles/cmTC_398d3.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_398d3.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_ipc_sysv -std=gnu++17 -o CMakeFiles\cmTC_398d3.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:3:10: fatal error: sys/ipc.h: No such file or directory 3 | #include | ^~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_398d3.dir\build.make:84: CMakeFiles/cmTC_398d3.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_398d3/fast] Error 2 Source file was: #include #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_e0147/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_e0147.dir\build.make CMakeFiles/cmTC_e0147.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e0147.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_ipc_posix -std=gnu++17 -o CMakeFiles\cmTC_e0147.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:3:10: fatal error: sys/mman.h: No such file or directory 3 | #include | ^~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_e0147.dir\build.make:84: CMakeFiles/cmTC_e0147.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_e0147/fast] Error 2 Source file was: #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_67b35/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_67b35.dir\build.make CMakeFiles/cmTC_67b35.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_67b35.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_linkat -std=gnu++17 -o CMakeFiles\cmTC_67b35.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:9:8: error: 'AT_FDCWD' was not declared in this scope 9 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW); | ^~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:9:42: error: 'AT_SYMLINK_FOLLOW' was not declared in this scope 9 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW); | ^~~~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:9:1: error: 'linkat' was not declared in this scope 9 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW); | ^~~~~~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_67b35.dir\build.make:84: CMakeFiles/cmTC_67b35.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_67b35/fast] Error 2 Source file was: #define _ATFILE_SOURCE 1 #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_d7dd3/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_d7dd3.dir\build.make CMakeFiles/cmTC_d7dd3.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_d7dd3.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_ppoll -std=gnu++17 -o CMakeFiles\cmTC_d7dd3.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:3:10: fatal error: poll.h: No such file or directory 3 | #include | ^~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_d7dd3.dir\build.make:84: CMakeFiles/cmTC_d7dd3.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_d7dd3/fast] Error 2 Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_4ff5e/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_4ff5e.dir\build.make CMakeFiles/cmTC_4ff5e.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4ff5e.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_pollts -std=gnu++17 -o CMakeFiles\cmTC_4ff5e.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: poll.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_4ff5e.dir\build.make:84: CMakeFiles/cmTC_4ff5e.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_4ff5e/fast] Error 2 Source file was: #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_7d162/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_7d162.dir\build.make CMakeFiles/cmTC_7d162.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7d162.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_poll -std=gnu++17 -o CMakeFiles\cmTC_7d162.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: poll.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_7d162.dir\build.make:84: CMakeFiles/cmTC_7d162.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_7d162/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_d01a5/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_d01a5.dir\build.make CMakeFiles/cmTC_d01a5.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_d01a5.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_renameat2 -std=gnu++17 -o CMakeFiles\cmTC_d01a5.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:9:11: error: 'AT_FDCWD' was not declared in this scope 9 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); | ^~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:9:49: error: 'RENAME_NOREPLACE' was not declared in this scope 9 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); | ^~~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:9:68: error: 'RENAME_WHITEOUT' was not declared in this scope 9 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); | ^~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:9:1: error: 'renameat2' was not declared in this scope; did you mean 'rename'? 9 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); | ^~~~~~~~~ | rename mingw32-make.exe[1]: *** [CMakeFiles\cmTC_d01a5.dir\build.make:84: CMakeFiles/cmTC_d01a5.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_d01a5/fast] Error 2 Source file was: #define _ATFILE_SOURCE 1 #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_851c2/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_851c2.dir\build.make CMakeFiles/cmTC_851c2.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_851c2.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_statx -std=gnu++17 -o CMakeFiles\cmTC_851c2.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:11:14: error: aggregate 'main(int, char**)::statx statxbuf' has incomplete type and cannot be defined 11 | struct statx statxbuf; | ^~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:12:21: error: 'STATX_BASIC_STATS' was not declared in this scope 12 | unsigned int mask = STATX_BASIC_STATS; | ^~~~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:13:14: error: 'AT_FDCWD' was not declared in this scope 13 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf); | ^~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:13:28: error: 'AT_STATX_SYNC_AS_STAT' was not declared in this scope 13 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf); | ^~~~~~~~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:13:66: error: invalid use of incomplete type 'struct main(int, char**)::statx' 13 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf); | ^ D:\c\CMakeFiles\CMakeTmp\src.cxx:11:8: note: forward declaration of 'struct main(int, char**)::statx' 11 | struct statx statxbuf; | ^~~~~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_851c2.dir\build.make:84: CMakeFiles/cmTC_851c2.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_851c2/fast] Error 2 Source file was: #define _ATFILE_SOURCE 1 #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_b260a/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_b260a.dir\build.make CMakeFiles/cmTC_b260a.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b260a.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_syslog -std=gnu++17 -o CMakeFiles\cmTC_b260a.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: syslog.h: No such file or directory 2 | #include | ^~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_b260a.dir\build.make:84: CMakeFiles/cmTC_b260a.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_b260a/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_8030d/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_8030d.dir\build.make CMakeFiles/cmTC_8030d.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_8030d.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_xlocalescanprint -std=gnu++17 -o CMakeFiles\cmTC_8030d.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:12:10: error: #include expects "FILENAME" or 12 | #include QDSP_P_H | ^~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:20:1: error: 'locale_t' was not declared in this scope 20 | locale_t invalidLocale = NULL; | ^~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:23:29: error: 'invalidLocale' was not declared in this scope 23 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a); | ^~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:23:1: error: 'qDoubleSnprintf' was not declared in this scope 23 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a); | ^~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:24:1: error: 'qDoubleSscanf' was not declared in this scope 24 | qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc); | ^~~~~~~~~~~~~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_8030d.dir\build.make:84: CMakeFiles/cmTC_8030d.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_8030d/fast] Error 2 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(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_5b95d/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_5b95d.dir\build.make CMakeFiles/cmTC_5b95d.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5b95d.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_getifaddrs -std=gnu++17 -o CMakeFiles\cmTC_5b95d.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:3:10: fatal error: sys/socket.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_5b95d.dir\build.make:84: CMakeFiles/cmTC_5b95d.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_5b95d/fast] Error 2 Source file was: #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ ifaddrs *list; getifaddrs(&list); freeifaddrs(list); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ipv6ifname failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_4c71d/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_4c71d.dir\build.make CMakeFiles/cmTC_4c71d.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4c71d.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_ipv6ifname -std=gnu++17 -o CMakeFiles\cmTC_4c71d.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:3:10: fatal error: sys/socket.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_4c71d.dir\build.make:84: CMakeFiles/cmTC_4c71d.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_4c71d/fast] Error 2 Source file was: #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_c385f/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_c385f.dir\build.make CMakeFiles/cmTC_c385f.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c385f.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_linux_netlink -std=gnu++17 -o CMakeFiles\cmTC_c385f.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: asm/types.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_c385f.dir\build.make:84: CMakeFiles/cmTC_c385f.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_c385f/fast] Error 2 Source file was: #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_e2398/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_e2398.dir\build.make CMakeFiles/cmTC_e2398.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e2398.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_sctp -std=gnu++17 -o CMakeFiles\cmTC_e2398.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:3:10: fatal error: sys/socket.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_e2398.dir\build.make:84: CMakeFiles/cmTC_e2398.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_e2398/fast] Error 2 Source file was: #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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_netlistmgr failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_3d30c/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_3d30c.dir\build.make CMakeFiles/cmTC_3d30c.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3d30c.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_netlistmgr -std=gnu++17 -o CMakeFiles\cmTC_3d30c.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)': D:\c\CMakeFiles\CMakeTmp\src.cxx:11:8: error: 'IConnectionPoint' was not declared in this scope 11 | ComPtr connectionPoint; | ^~~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:11:24: error: template argument 1 is invalid 11 | ComPtr connectionPoint; | ^ D:\c\CMakeFiles\CMakeTmp\src.cxx:12:8: error: 'IConnectionPointContainer' was not declared in this scope 12 | ComPtr connectionPointContainer; | ^~~~~~~~~~~~~~~~~~~~~~~~~ D:\c\CMakeFiles\CMakeTmp\src.cxx:12:33: error: template argument 1 is invalid 12 | ComPtr connectionPointContainer; | ^ D:\c\CMakeFiles\CMakeTmp\src.cxx:13:48: error: no matching function for call to 'Microsoft::WRL::ComPtr::As(int*)' 13 | networkListManager.As(&connectionPointContainer); | ^ In file included from D:\c\CMakeFiles\CMakeTmp\src.cxx:3: q:\gcc-10.2.0\mingw64\include\wrl\client.h:233:21: note: candidate: 'template HRESULT Microsoft::WRL::ComPtr::As(Microsoft::WRL::Details::ComPtrRef >) const [with U = U; T = INetworkListManager]' 233 | HRESULT As(Details::ComPtrRef> p) const throw() { | ^~ q:\gcc-10.2.0\mingw64\include\wrl\client.h:233:21: note: template argument deduction/substitution failed: D:\c\CMakeFiles\CMakeTmp\src.cxx:13:48: note: mismatched types 'Microsoft::WRL::Details::ComPtrRef >' and 'int*' 13 | networkListManager.As(&connectionPointContainer); | ^ In file included from D:\c\CMakeFiles\CMakeTmp\src.cxx:3: q:\gcc-10.2.0\mingw64\include\wrl\client.h:238:21: note: candidate: 'template HRESULT Microsoft::WRL::ComPtr::As(Microsoft::WRL::ComPtr*) const [with U = U; T = INetworkListManager]' 238 | HRESULT As(ComPtr *p) const throw() { | ^~ q:\gcc-10.2.0\mingw64\include\wrl\client.h:238:21: note: template argument deduction/substitution failed: D:\c\CMakeFiles\CMakeTmp\src.cxx:13:48: note: mismatched types 'Microsoft::WRL::ComPtr' and 'int' 13 | networkListManager.As(&connectionPointContainer); | ^ D:\c\CMakeFiles\CMakeTmp\src.cxx:14:25: error: base operand of '->' is not a pointer 14 | connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint); | ^~ mingw32-make.exe[1]: *** [CMakeFiles\cmTC_3d30c.dir\build.make:84: CMakeFiles/cmTC_3d30c.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_3d30c/fast] Error 2 Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ using namespace Microsoft::WRL; ComPtr networkListManager; ComPtr connectionPoint; ComPtr connectionPointContainer; networkListManager.As(&connectionPointContainer); connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_EGL failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_38fb8/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_38fb8.dir\build.make CMakeFiles/cmTC_38fb8.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_38fb8.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_EGL -std=gnu++17 -o CMakeFiles\cmTC_38fb8.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: EGL/egl.h: No such file or directory 2 | #include | ^~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_38fb8.dir\build.make:84: CMakeFiles/cmTC_38fb8.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_38fb8/fast] Error 2 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_a9d65/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_a9d65.dir\build.make CMakeFiles/cmTC_a9d65.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_a9d65.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_GLESv2 -std=gnu++17 -o CMakeFiles\cmTC_a9d65.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:6:12: fatal error: GLES2/gl2.h: No such file or directory 6 | # include | ^~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_a9d65.dir\build.make:84: CMakeFiles/cmTC_a9d65.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_a9d65/fast] Error 2 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_46b81/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_46b81.dir\build.make CMakeFiles/cmTC_46b81.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_46b81.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_evdev -std=gnu++17 -o CMakeFiles\cmTC_46b81.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:4:12: fatal error: linux/input.h: No such file or directory 4 | # include | ^~~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_46b81.dir\build.make:84: CMakeFiles/cmTC_46b81.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_46b81/fast] Error 2 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(int argc, char **argv) { (void)argc; (void)argv; /* 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:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_c7106/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_c7106.dir\build.make CMakeFiles/cmTC_c7106.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c7106.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_integrityfb -std=gnu++17 -o CMakeFiles\cmTC_c7106.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: device/fbdriver.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_c7106.dir\build.make:84: CMakeFiles/cmTC_c7106.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_c7106/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ FBDriver *driver = 0; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_linuxfb failed with the following output: Change Dir: D:/c/CMakeFiles/CMakeTmp Run Build Command(s):Q:/gcc-10.2.0/bin/mingw32-make.exe cmTC_e874c/fast && Q:/gcc-10.2.0/bin/mingw32-make.exe -f CMakeFiles\cmTC_e874c.dir\build.make CMakeFiles/cmTC_e874c.dir/build mingw32-make.exe[1]: Entering directory 'D:/c/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e874c.dir/src.cxx.obj Q:\gcc-10.2.0\bin\g++.exe -DHAVE_linuxfb -std=gnu++17 -o CMakeFiles\cmTC_e874c.dir\src.cxx.obj -c D:\c\CMakeFiles\CMakeTmp\src.cxx D:\c\CMakeFiles\CMakeTmp\src.cxx:2:10: fatal error: linux/fb.h: No such file or directory 2 | #include | ^~~~~~~~~~~~ compilation terminated. mingw32-make.exe[1]: *** [CMakeFiles\cmTC_e874c.dir\build.make:84: CMakeFiles/cmTC_e874c.dir/src.cxx.obj] Error 1 mingw32-make.exe[1]: Leaving directory 'D:/c/CMakeFiles/CMakeTmp' mingw32-make.exe: *** [Makefile:139: cmTC_e874c/fast] Error 2 Source file was: #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* 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; }