Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Performing C++ SOURCE FILE Test TEST_enable_new_dtags failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_12646 && [1/2] Building CXX object CMakeFiles/cmTC_12646.dir/src.cxx.obj
- [2/2] Linking CXX executable cmTC_12646.exe
- FAILED: cmTC_12646.exe
- cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -Wl,--enable-new-dtags CMakeFiles/cmTC_12646.dir/src.cxx.obj -o cmTC_12646.exe -Wl,--out-implib,libcmTC_12646.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
- C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: unrecognized option '--enable-new-dtags'
- C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: use the --help option for usage information
- collect2.exe: error: ld returned 1 exit status
- ninja: build stopped: subcommand failed.
- Source file was:
- int main() { return 0; }
- Performing C++ SOURCE FILE Test TEST_gdb_index failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_46cb9 && [1/2] Building CXX object CMakeFiles/cmTC_46cb9.dir/src.cxx.obj
- [2/2] Linking CXX executable cmTC_46cb9.exe
- FAILED: cmTC_46cb9.exe
- cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -Wl,--gdb-index CMakeFiles/cmTC_46cb9.dir/src.cxx.obj -o cmTC_46cb9.exe -Wl,--out-implib,libcmTC_46cb9.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
- C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: unrecognized option '--gdb-index'
- C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: use the --help option for usage information
- collect2.exe: error: ld returned 1 exit status
- ninja: build stopped: subcommand failed.
- Source file was:
- int main() { return 0; }
- Performing C++ SOURCE FILE Test HAVE_posix_fallocate failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_e8c06 && [1/2] Building CXX object CMakeFiles/cmTC_e8c06.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_e8c06.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_posix_fallocate -std=gnu++17 -o CMakeFiles/cmTC_e8c06.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:7:8: error: 'posix_fallocate' was not declared in this scope; did you mean 'HAVE_posix_fallocate'?
- 7 | (void) posix_fallocate(0, 0, 0);
- | ^~~~~~~~~~~~~~~
- | HAVE_posix_fallocate
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <fcntl.h>
- #include <unistd.h>
- int main(void)
- {
- /* 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: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_f4ee6 && [1/2] Building CXX object CMakeFiles/cmTC_f4ee6.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_f4ee6.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_alloca_h -std=gnu++17 -o CMakeFiles/cmTC_f4ee6.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: alloca.h: No such file or directory
- 1 | #include <alloca.h>
- | ^~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <alloca.h>
- #ifdef __QNXNTO__
- // extra include needed in QNX7 to define NULL for the alloca() macro
- # include <stddef.h>
- #endif
- int main(void)
- {
- /* BEGIN TEST: */
- alloca(1);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_intelcet failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_edab7 && [1/2] Building CXX object CMakeFiles/cmTC_edab7.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_edab7.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_intelcet -std=gnu++17 -o CMakeFiles/cmTC_edab7.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:5:4: error: #error Intel CET not available
- 5 | # 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_cloexec failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_4dac2 && [1/2] Building CXX object CMakeFiles/cmTC_4dac2.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_4dac2.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_cloexec -std=gnu++17 -o CMakeFiles/cmTC_4dac2.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:3:10: fatal error: sys/socket.h: No such file or directory
- 3 | #include <sys/socket.h>
- | ^~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #define _GNU_SOURCE 1
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <fcntl.h>
- #include <unistd.h>
- int main(void)
- {
- /* BEGIN TEST: */
- int pipes[2];
- (void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK);
- (void) fcntl(0, F_DUPFD_CLOEXEC, 0);
- (void) dup3(0, 3, O_CLOEXEC);
- #if defined(__NetBSD__)
- (void) paccept(0, 0, 0, NULL, SOCK_CLOEXEC | SOCK_NONBLOCK);
- #else
- (void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK);
- #endif
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_eventfd failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_2b3f4 && [1/2] Building CXX object CMakeFiles/cmTC_2b3f4.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_2b3f4.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_eventfd -std=gnu++17 -o CMakeFiles/cmTC_2b3f4.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: sys/eventfd.h: No such file or directory
- 1 | #include <sys/eventfd.h>
- | ^~~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/eventfd.h>
- int main(void)
- {
- /* BEGIN TEST: */
- eventfd_t value;
- int fd = eventfd(0, EFD_CLOEXEC);
- eventfd_read(fd, &value);
- eventfd_write(fd, value);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_futimens failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_42b71 && [1/2] Building CXX object CMakeFiles/cmTC_42b71.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_42b71.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_futimens -std=gnu++17 -o CMakeFiles/cmTC_42b71.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:1: error: 'futimens' was not declared in this scope
- 6 | futimens(-1, 0);
- | ^~~~~~~~
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/stat.h>
- int main(void)
- {
- /* BEGIN TEST: */
- futimens(-1, 0);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_futimes failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_c41ad && [1/2] Building CXX object CMakeFiles/cmTC_c41ad.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_c41ad.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_futimes -std=gnu++17 -o CMakeFiles/cmTC_c41ad.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:1: error: 'futimes' was not declared in this scope; did you mean 'ftime'?
- 6 | futimes(-1, 0);
- | ^~~~~~~
- | ftime
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/time.h>
- int main(void)
- {
- /* BEGIN TEST: */
- futimes(-1, 0);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_getauxval failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_a4c78 && [1/2] Building CXX object CMakeFiles/cmTC_a4c78.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_a4c78.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_getauxval -std=gnu++17 -o CMakeFiles/cmTC_a4c78.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: sys/auxv.h: No such file or directory
- 1 | #include <sys/auxv.h>
- | ^~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/auxv.h>
- int main(void)
- {
- /* BEGIN TEST: */
- (void) getauxval(AT_NULL);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_getentropy failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_aa77e && [1/2] Building CXX object CMakeFiles/cmTC_aa77e.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_aa77e.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_getentropy -std=gnu++17 -o CMakeFiles/cmTC_aa77e.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:7:8: error: 'getentropy' was not declared in this scope
- 7 | (void) getentropy(buf, sizeof(buf));
- | ^~~~~~~~~~
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <unistd.h>
- int main(void)
- {
- /* BEGIN TEST: */
- char buf[32];
- (void) getentropy(buf, sizeof(buf));
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_glibc failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_aef4b && [1/2] Building CXX object CMakeFiles/cmTC_aef4b.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_aef4b.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_glibc -std=gnu++17 -o CMakeFiles/cmTC_aef4b.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:8: error: '__GLIBC__' was not declared in this scope; did you mean '__LINE__'?
- 6 | return __GLIBC__;
- | ^~~~~~~~~
- | __LINE__
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <stdlib.h>
- int main(void)
- {
- /* BEGIN TEST: */
- return __GLIBC__;
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_inotify failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_97915 && [1/2] Building CXX object CMakeFiles/cmTC_97915.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_97915.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_inotify -std=gnu++17 -o CMakeFiles/cmTC_97915.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: sys/inotify.h: No such file or directory
- 1 | #include <sys/inotify.h>
- | ^~~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/inotify.h>
- int main(void)
- {
- /* BEGIN TEST: */
- inotify_init();
- inotify_add_watch(0, "foobar", IN_ACCESS);
- inotify_rm_watch(0, 1);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_ipc_sysv failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_a5b51 && [1/2] Building CXX object CMakeFiles/cmTC_a5b51.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_a5b51.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_ipc_sysv -std=gnu++17 -o CMakeFiles/cmTC_a5b51.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/ipc.h: No such file or directory
- 2 | #include <sys/ipc.h>
- | ^~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/types.h>
- #include <sys/ipc.h>
- #include <sys/sem.h>
- #include <sys/shm.h>
- #include <fcntl.h>
- int main(void)
- {
- /* BEGIN TEST: */
- key_t unix_key = ftok("test", 'Q');
- semctl(semget(unix_key, 1, 0666 | IPC_CREAT | IPC_EXCL), 0, IPC_RMID, 0);
- shmget(unix_key, 0, 0666 | IPC_CREAT | IPC_EXCL);
- shmctl(0, 0, (struct shmid_ds *)(0));
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_ipc_posix failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_09038 && [1/2] Building CXX object CMakeFiles/cmTC_09038.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_09038.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_ipc_posix -std=gnu++17 -o CMakeFiles/cmTC_09038.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/mman.h: No such file or directory
- 2 | #include <sys/mman.h>
- | ^~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/types.h>
- #include <sys/mman.h>
- #include <semaphore.h>
- #include <fcntl.h>
- int main(void)
- {
- /* BEGIN TEST: */
- sem_close(sem_open("test", O_CREAT | O_EXCL, 0666, 0));
- shm_open("test", O_RDWR | O_CREAT | O_EXCL, 0666);
- shm_unlink("test");
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_linkat failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_c8c74 && [1/2] Building CXX object CMakeFiles/cmTC_c8c74.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_c8c74.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_linkat -std=gnu++17 -o CMakeFiles/cmTC_c8c74.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:8: error: 'AT_FDCWD' was not declared in this scope
- 8 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
- | ^~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:42: error: 'AT_SYMLINK_FOLLOW' was not declared in this scope
- 8 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
- | ^~~~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:1: error: 'linkat' was not declared in this scope
- 8 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
- | ^~~~~~
- ninja: build stopped: subcommand failed.
- Source file was:
- #define _ATFILE_SOURCE 1
- #include <fcntl.h>
- #include <unistd.h>
- int main(void)
- {
- /* BEGIN TEST: */
- linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_ppoll failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_928c7 && [1/2] Building CXX object CMakeFiles/cmTC_928c7.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_928c7.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_ppoll -std=gnu++17 -o CMakeFiles/cmTC_928c7.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: poll.h: No such file or directory
- 2 | #include <poll.h>
- | ^~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <signal.h>
- #include <poll.h>
- int main(void)
- {
- /* BEGIN TEST: */
- struct pollfd pfd;
- struct timespec ts;
- sigset_t sig;
- ppoll(&pfd, 1, &ts, &sig);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_pollts failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_80ec3 && [1/2] Building CXX object CMakeFiles/cmTC_80ec3.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_80ec3.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_pollts -std=gnu++17 -o CMakeFiles/cmTC_80ec3.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: poll.h: No such file or directory
- 1 | #include <poll.h>
- | ^~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <poll.h>
- #include <signal.h>
- #include <time.h>
- int main(void)
- {
- /* BEGIN TEST: */
- struct pollfd pfd;
- struct timespec ts;
- sigset_t sig;
- pollts(&pfd, 1, &ts, &sig);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_poll failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_b36f6 && [1/2] Building CXX object CMakeFiles/cmTC_b36f6.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_b36f6.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_poll -std=gnu++17 -o CMakeFiles/cmTC_b36f6.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: poll.h: No such file or directory
- 1 | #include <poll.h>
- | ^~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <poll.h>
- int main(void)
- {
- /* BEGIN TEST: */
- struct pollfd pfd;
- poll(&pfd, 1, 0);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_renameat2 failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_089aa && [1/2] Building CXX object CMakeFiles/cmTC_089aa.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_089aa.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_renameat2 -std=gnu++17 -o CMakeFiles/cmTC_089aa.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:11: error: 'AT_FDCWD' was not declared in this scope
- 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
- | ^~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:21: error: 'argv' was not declared in this scope
- 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
- | ^~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:49: error: 'RENAME_NOREPLACE' was not declared in this scope
- 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
- | ^~~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:68: error: 'RENAME_WHITEOUT' was not declared in this scope
- 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
- | ^~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:1: error: 'renameat2' was not declared in this scope; did you mean 'rename'?
- 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
- | ^~~~~~~~~
- | rename
- ninja: build stopped: subcommand failed.
- Source file was:
- #define _ATFILE_SOURCE 1
- #include <fcntl.h>
- #include <stdio.h>
- int main(void)
- {
- /* BEGIN TEST: */
- renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_statx failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_111de && [1/2] Building CXX object CMakeFiles/cmTC_111de.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_111de.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_statx -std=gnu++17 -o CMakeFiles/cmTC_111de.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:14: error: aggregate 'main()::statx statxbuf' has incomplete type and cannot be defined
- 10 | struct statx statxbuf;
- | ^~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:21: error: 'STATX_BASIC_STATS' was not declared in this scope
- 11 | unsigned int mask = STATX_BASIC_STATS;
- | ^~~~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:14: error: 'AT_FDCWD' was not declared in this scope
- 12 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
- | ^~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:28: error: 'AT_STATX_SYNC_AS_STAT' was not declared in this scope
- 12 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
- | ^~~~~~~~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:66: error: invalid use of incomplete type 'struct main()::statx'
- 12 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
- | ^
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:8: note: forward declaration of 'struct main()::statx'
- 10 | struct statx statxbuf;
- | ^~~~~
- ninja: build stopped: subcommand failed.
- Source file was:
- #define _ATFILE_SOURCE 1
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
- #include <fcntl.h>
- int main(void)
- {
- /* BEGIN TEST: */
- struct statx statxbuf;
- unsigned int mask = STATX_BASIC_STATS;
- return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_syslog failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_8fd06 && [1/2] Building CXX object CMakeFiles/cmTC_8fd06.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_8fd06.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_syslog -std=gnu++17 -o CMakeFiles/cmTC_8fd06.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: syslog.h: No such file or directory
- 1 | #include <syslog.h>
- | ^~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <syslog.h>
- int main(void)
- {
- /* BEGIN TEST: */
- openlog("qt", 0, LOG_USER);
- syslog(LOG_INFO, "configure");
- closelog();
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_xlocalescanprint failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_35372 && [1/2] Building CXX object CMakeFiles/cmTC_35372.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_35372.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_xlocalescanprint -std=gnu++17 -o CMakeFiles/cmTC_35372.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:10: error: #include expects "FILENAME" or <FILENAME>
- 10 | #include QDSP_P_H
- | ^~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:18:1: error: 'locale_t' was not declared in this scope
- 18 | locale_t invalidLocale = NULL;
- | ^~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:21:17: error: 'argv' was not declared in this scope
- 21 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
- | ^~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:21:29: error: 'invalidLocale' was not declared in this scope
- 21 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
- | ^~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:21:1: error: 'qDoubleSnprintf' was not declared in this scope
- 21 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
- | ^~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:22:62: error: 'argc' was not declared in this scope
- 22 | qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
- | ^~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:22:1: error: 'qDoubleSscanf' was not declared in this scope
- 22 | qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
- | ^~~~~~~~~~~~~
- ninja: build stopped: subcommand failed.
- Source file was:
- #define QT_BEGIN_NAMESPACE
- #define QT_END_NAMESPACE
- #ifdef _MSVC_VER
- #define Q_CC_MSVC _MSVC_VER
- #endif
- #define QT_NO_DOUBLECONVERSION
- #include QDSP_P_H
- int main(void)
- {
- /* BEGIN TEST: */
- #ifdef _MSVC_VER
- _locale_t invalidLocale = NULL;
- #else
- locale_t invalidLocale = NULL;
- #endif
- double a = 3.4;
- qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
- qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_getifaddrs failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_295b5 && [1/2] Building CXX object CMakeFiles/cmTC_295b5.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_295b5.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_getifaddrs -std=gnu++17 -o CMakeFiles/cmTC_295b5.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/socket.h: No such file or directory
- 2 | #include <sys/socket.h>
- | ^~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <net/if.h>
- #include <ifaddrs.h>
- int main(void)
- {
- /* BEGIN TEST: */
- ifaddrs *list;
- getifaddrs(&list);
- freeifaddrs(list);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_ifr_index failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_31acc && [1/2] Building CXX object CMakeFiles/cmTC_31acc.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_31acc.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_ifr_index -std=gnu++17 -o CMakeFiles/cmTC_31acc.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: net/if.h: No such file or directory
- 1 | #include <net/if.h>
- | ^~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <net/if.h>
- int main(void)
- {
- /* BEGIN TEST: */
- struct ifreq req;
- req.ifr_index = 0;
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_ipv6ifname failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_02c34 && [1/2] Building CXX object CMakeFiles/cmTC_02c34.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_02c34.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_ipv6ifname -std=gnu++17 -o CMakeFiles/cmTC_02c34.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/socket.h: No such file or directory
- 2 | #include <sys/socket.h>
- | ^~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <net/if.h>
- int main(void)
- {
- /* BEGIN TEST: */
- char buf[IFNAMSIZ];
- if_nametoindex("eth0");
- if_indextoname(1, buf);
- if_freenameindex(if_nameindex());
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_linux_netlink failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_fff3a && [1/2] Building CXX object CMakeFiles/cmTC_fff3a.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_fff3a.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_linux_netlink -std=gnu++17 -o CMakeFiles/cmTC_fff3a.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: asm/types.h: No such file or directory
- 1 | #include <asm/types.h>
- | ^~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <asm/types.h>
- #include <linux/netlink.h>
- #include <linux/rtnetlink.h>
- #include <sys/socket.h>
- int main(void)
- {
- /* BEGIN TEST: */
- struct rtattr rta = { };
- struct ifinfomsg ifi = {};
- struct ifaddrmsg ifa = {};
- struct ifa_cacheinfo ci;
- ci.ifa_prefered = ci.ifa_valid = 0;
- (void)RTM_NEWLINK; (void)RTM_NEWADDR;
- (void)IFLA_ADDRESS; (void)IFLA_IFNAME;
- (void)IFA_ADDRESS; (void)IFA_LABEL; (void)IFA_CACHEINFO;
- (void)(IFA_F_SECONDARY | IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_MANAGETEMPADDR);
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_sctp failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_14862 && [1/2] Building CXX object CMakeFiles/cmTC_14862.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_14862.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_sctp -std=gnu++17 -o CMakeFiles/cmTC_14862.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/socket.h: No such file or directory
- 2 | #include <sys/socket.h>
- | ^~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <netinet/sctp.h>
- 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_networklistmanager failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_407ed && [1/2] Building CXX object CMakeFiles/cmTC_407ed.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_407ed.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_networklistmanager -std=gnu++17 -o CMakeFiles/cmTC_407ed.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:9:8: error: 'IConnectionPoint' was not declared in this scope
- 9 | ComPtr<IConnectionPoint> connectionPoint;
- | ^~~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:9:24: error: template argument 1 is invalid
- 9 | ComPtr<IConnectionPoint> connectionPoint;
- | ^
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:8: error: 'IConnectionPointContainer' was not declared in this scope
- 10 | ComPtr<IConnectionPointContainer> connectionPointContainer;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:33: error: template argument 1 is invalid
- 10 | ComPtr<IConnectionPointContainer> connectionPointContainer;
- | ^
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:48: error: no matching function for call to 'Microsoft::WRL::ComPtr<INetworkListManager>::As(int*)'
- 11 | networkListManager.As(&connectionPointContainer);
- | ^
- In file included from C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:
- C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:233:21: note: candidate: 'template<class U> HRESULT Microsoft::WRL::ComPtr<T>::As(Microsoft::WRL::Details::ComPtrRef<Microsoft::WRL::ComPtr<U> >) const [with U = U; T = INetworkListManager]'
- 233 | HRESULT As(Details::ComPtrRef<ComPtr<U>> p) const throw() {
- | ^~
- C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:233:21: note: template argument deduction/substitution failed:
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:48: note: mismatched types 'Microsoft::WRL::Details::ComPtrRef<Microsoft::WRL::ComPtr<T> >' and 'int*'
- 11 | networkListManager.As(&connectionPointContainer);
- | ^
- In file included from C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:
- C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:238:21: note: candidate: 'template<class U> HRESULT Microsoft::WRL::ComPtr<T>::As(Microsoft::WRL::ComPtr<U>*) const [with U = U; T = INetworkListManager]'
- 238 | HRESULT As(ComPtr<U> *p) const throw() {
- | ^~
- C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:238:21: note: template argument deduction/substitution failed:
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:48: note: mismatched types 'Microsoft::WRL::ComPtr<U>' and 'int'
- 11 | networkListManager.As(&connectionPointContainer);
- | ^
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:25: error: base operand of '->' is not a pointer
- 12 | connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint);
- | ^~
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <netlistmgr.h>
- #include <wrl/client.h>
- int main(void)
- {
- /* BEGIN TEST: */
- using namespace Microsoft::WRL;
- ComPtr<INetworkListManager> networkListManager;
- ComPtr<IConnectionPoint> connectionPoint;
- ComPtr<IConnectionPointContainer> 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: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_25681 && [1/2] Building CXX object CMakeFiles/cmTC_25681.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_25681.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_EGL -std=gnu++17 -o CMakeFiles/cmTC_25681.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: EGL/egl.h: No such file or directory
- 2 | #include <EGL/egl.h>
- | ^~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <EGL/egl.h>
- int main(int argc, char *argv[]) {
- EGLint x = 0; EGLDisplay dpy = 0; EGLContext ctx = 0;
- eglDestroyContext(dpy, ctx);
- }
- Performing C++ SOURCE FILE Test HAVE_GLESv2 failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_b8ed5 && [1/2] Building CXX object CMakeFiles/cmTC_b8ed5.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_b8ed5.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_GLESv2 -std=gnu++17 -o CMakeFiles/cmTC_b8ed5.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:12: fatal error: GLES2/gl2.h: No such file or directory
- 6 | # include <GLES2/gl2.h>
- | ^~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #ifdef __APPLE__
- # include <OpenGLES/ES2/gl.h>
- #else
- # define GL_GLEXT_PROTOTYPES
- # include <GLES2/gl2.h>
- #endif
- int main(int argc, char *argv[]) {
- glUniform1f(1, GLfloat(1.0));
- glClear(GL_COLOR_BUFFER_BIT);
- }
- Performing C++ SOURCE FILE Test HAVE_evdev failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_2d0ae && [1/2] Building CXX object CMakeFiles/cmTC_2d0ae.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_2d0ae.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_evdev -std=gnu++17 -o CMakeFiles/cmTC_2d0ae.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:4:12: fatal error: linux/input.h: No such file or directory
- 4 | # include <linux/input.h>
- | ^~~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #if defined(__FreeBSD__)
- # include <dev/evdev/input.h>
- #else
- # include <linux/input.h>
- # include <linux/kd.h>
- #endif
- enum {
- e1 = ABS_PRESSURE,
- e2 = ABS_X,
- e3 = REL_X,
- e4 = SYN_REPORT,
- };
- int main(void)
- {
- /* BEGIN TEST: */
- input_event buf[32];
- (void) buf;
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_integrityfb failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_47be9 && [1/2] Building CXX object CMakeFiles/cmTC_47be9.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_47be9.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_integrityfb -std=gnu++17 -o CMakeFiles/cmTC_47be9.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: device/fbdriver.h: No such file or directory
- 1 | #include <device/fbdriver.h>
- | ^~~~~~~~~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <device/fbdriver.h>
- int main(void)
- {
- /* BEGIN TEST: */
- FBDriver *driver = 0;
- /* END TEST: */
- return 0;
- }
- Performing C++ SOURCE FILE Test HAVE_linuxfb failed with the following output:
- Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_52c9c && [1/2] Building CXX object CMakeFiles/cmTC_52c9c.dir/src.cxx.obj
- FAILED: CMakeFiles/cmTC_52c9c.dir/src.cxx.obj
- C:\msys64\mingw64\bin\c++.exe -DHAVE_linuxfb -std=gnu++17 -o CMakeFiles/cmTC_52c9c.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
- C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: linux/fb.h: No such file or directory
- 1 | #include <linux/fb.h>
- | ^~~~~~~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
- Source file was:
- #include <linux/fb.h>
- #include <sys/kd.h>
- #include <sys/ioctl.h>
- 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;
- }
Add Comment
Please, Sign In to add comment