Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.72 KB | None | 0 0
  1. Command line: -release -static -opensource -confirm-license -static-runtime -no-pch -optimize-size -v -opengl desktop -platform win32-g++ -prefix C:\Qt\QT-Static -skip webengine -nomake tools -nomake tests -nomake examples -openssl-linked "OPENSSL_INCDIR=C:\OpenSSL-Win64\include" "OPENSSL_LIBDIR=C:\OpenSSL-Win64\lib\VC\static" "OPENSSL_LIBS=-lWs2_32 -lGdi32 -lAdvapi32 -lCrypt32 -lUser32" "OPENSSL_LIBS_DEBUG=-llibssl64MDd -llibcrypto64MDd" "OPENSSL_LIBS_RELEASE=-llibssl64MD -llibcrypto64MD"
  2. loaded result for config test config.qtbase.tests.verifyspec
  3. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\verifyspec && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/verifyspec
  4. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\verifyspec && set MAKEFLAGS=& mingw32-make
  5. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\verifyspec -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o verifyspec.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\verifyspec\verifyspec.cpp
  6. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o verifyspec.exe verifyspec.o
  7. test config.qtbase.tests.verifyspec succeeded
  8. loaded result for config test config.qtbase.tests.architecture
  9. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\arch && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/arch
  10. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\arch && set MAKEFLAGS=& mingw32-make
  11. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\arch -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o arch.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\arch\arch.cpp
  12. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o arch.exe arch.o
  13. Detected architecture: x86_64 (cx16 mmx sse sse2 sse3)
  14. test config.qtbase.tests.architecture gave result x86_64
  15. loaded result for config test config.qtbase.tests.sse2
  16. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse2" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  17. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make
  18. > g++ -c -fno-keep-inline-dllexport -msse2 -mstackrealign -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE2 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  19. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  20. test config.qtbase.tests.sse2 succeeded
  21. loaded result for config test config.qtbase.tests.aesni
  22. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=aesni" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  23. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  24. > del main.o
  25. > g++ -c -fno-keep-inline-dllexport -maes -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AESNI -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  26. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  27. test config.qtbase.tests.aesni succeeded
  28. loaded result for config test config.qtbase.tests.alloca_h
  29. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\alloca_h && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/alloca_h
  30. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\alloca_h && set MAKEFLAGS=& mingw32-make
  31. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  32. > main.cpp:2:10: fatal error: alloca.h: No such file or directory
  33. > #include <alloca.h>
  34. > ^~~~~~~~~~
  35. > compilation terminated.
  36. > Makefile:172: recipe for target 'main.o' failed
  37. > mingw32-make: *** [main.o] Error 1
  38. test config.qtbase.tests.alloca_h FAILED
  39. loaded result for config test config.qtbase.tests.alloca_malloc_h
  40. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\alloca_malloc_h && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/alloca_malloc_h
  41. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\alloca_malloc_h && set MAKEFLAGS=& mingw32-make
  42. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  43. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o alloca_malloc_h.exe main.o
  44. test config.qtbase.tests.alloca_malloc_h succeeded
  45. loaded result for config test config.qtbase.tests.sse3
  46. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse3" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  47. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  48. > del main.o
  49. > g++ -c -fno-keep-inline-dllexport -msse3 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE3 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  50. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  51. test config.qtbase.tests.sse3 succeeded
  52. loaded result for config test config.qtbase.tests.ssse3
  53. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=ssse3" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  54. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  55. > del main.o
  56. > g++ -c -fno-keep-inline-dllexport -mssse3 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSSE3 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  57. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  58. test config.qtbase.tests.ssse3 succeeded
  59. loaded result for config test config.qtbase.tests.sse4_1
  60. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse4_1" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  61. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  62. > del main.o
  63. > g++ -c -fno-keep-inline-dllexport -msse4.1 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_1 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  64. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  65. test config.qtbase.tests.sse4_1 succeeded
  66. loaded result for config test config.qtbase.tests.sse4_2
  67. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse4_2" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  68. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  69. > del main.o
  70. > g++ -c -fno-keep-inline-dllexport -msse4.2 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_2 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  71. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  72. test config.qtbase.tests.sse4_2 succeeded
  73. loaded result for config test config.qtbase.tests.avx
  74. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  75. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  76. > del main.o
  77. > g++ -c -fno-keep-inline-dllexport -mavx -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  78. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp:165:6: error: #error "AVX support is broken in 64-bit MinGW - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49001"
  79. > # error "AVX support is broken in 64-bit MinGW - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49001"
  80. > ^~~~~
  81. > Makefile:174: recipe for target 'main.o' failed
  82. > mingw32-make: *** [main.o] Error 1
  83. test config.qtbase.tests.avx FAILED
  84. loaded result for config test config.qtbase.tests.cxx14
  85. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx14 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/cxx14
  86. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx14 && set MAKEFLAGS=& mingw32-make
  87. > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++1y -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  88. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx14.exe main.o
  89. test config.qtbase.tests.cxx14 succeeded
  90. loaded result for config test config.qtbase.tests.cxx17
  91. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx17 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/cxx17
  92. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx17 && set MAKEFLAGS=& mingw32-make
  93. > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  94. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx17.exe main.o
  95. test config.qtbase.tests.cxx17 succeeded
  96. loaded result for config test config.qtbase.tests.c99
  97. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\c99 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/c99
  98. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\c99 && set MAKEFLAGS=& mingw32-make
  99. > gcc -c -fno-keep-inline-dllexport -O2 -std=gnu99 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.c
  100. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c99.exe main.o
  101. test config.qtbase.tests.c99 succeeded
  102. loaded result for config test config.qtbase.tests.c11
  103. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\c11 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/c11
  104. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\c11 && set MAKEFLAGS=& mingw32-make
  105. > gcc -c -fno-keep-inline-dllexport -O2 -std=gnu11 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.c
  106. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c11.exe main.o
  107. test config.qtbase.tests.c11 succeeded
  108. Global lib dirs: [] [C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0 C:/Strawberry/c/lib/gcc C:/Strawberry/c/x86_64-w64-mingw32/lib C:/Strawberry/c/lib]
  109. Global inc dirs: [] [C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/c++ C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/c++/x86_64-w64-mingw32 C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/c++/backward C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include C:/Strawberry/c/include C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include-fixed C:/Strawberry/c/x86_64-w64-mingw32/include]
  110. loaded result for library config.qtbase.libraries.dbus
  111. Trying source 0 (type pkgConfig) of library dbus ...
  112. pkg-config use disabled globally.
  113. => source produced no result.
  114. Trying source 1 (type inline) of library dbus ...
  115. dbus/dbus.h not found in [] and global paths.
  116. => source produced no result.
  117. Trying source 2 (type inline) of library dbus ...
  118. => source failed condition '!config.win32'.
  119. test config.qtbase.libraries.dbus FAILED
  120. loaded result for config test config.qtbase.tests.gc_binaries
  121. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\gc_binaries && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/gc_binaries
  122. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\gc_binaries && set MAKEFLAGS=& mingw32-make
  123. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  124. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o gc_binaries.exe main.o
  125. test config.qtbase.tests.gc_binaries succeeded
  126. loaded result for library config.qtbase.libraries.host_dbus
  127. Trying source 0 (type pkgConfig) of library host_dbus ...
  128. pkg-config use disabled globally.
  129. => source produced no result.
  130. Trying source 1 (type inline) of library host_dbus ...
  131. => source accepted.
  132. test config.qtbase.libraries.host_dbus succeeded
  133. loaded result for config test config.qtbase.tests.incredibuild_xge
  134. Searching for file BuildConsole.exe.
  135. Not found.
  136. test config.qtbase.tests.incredibuild_xge FAILED
  137. loaded result for config test config.qtbase.tests.intelcet
  138. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\intelcet && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/intelcet
  139. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\intelcet && set MAKEFLAGS=& mingw32-make
  140. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  141. > main.cpp:7:8: error: #error Intel CET not available
  142. > # error Intel CET not available
  143. > ^~~~~
  144. > Makefile:172: recipe for target 'main.o' failed
  145. > mingw32-make: *** [main.o] Error 1
  146. test config.qtbase.tests.intelcet FAILED
  147. loaded result for library config.qtbase.libraries.libudev
  148. Trying source 0 (type pkgConfig) of library libudev ...
  149. pkg-config use disabled globally.
  150. => source produced no result.
  151. Trying source 1 (type inline) of library libudev ...
  152. libudev.h not found in [] and global paths.
  153. => source produced no result.
  154. test config.qtbase.libraries.libudev FAILED
  155. loaded result for config test config.qtbase.tests.posix_fallocate
  156. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\posix_fallocate && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/posix_fallocate
  157. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\posix_fallocate && set MAKEFLAGS=& mingw32-make
  158. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  159. > main.cpp: In function 'int main(int, char**)':
  160. > main.cpp:8:12: error: 'posix_fallocate' was not declared in this scope
  161. > (void) posix_fallocate(0, 0, 0);
  162. > ^~~~~~~~~~~~~~~
  163. > Makefile:172: recipe for target 'main.o' failed
  164. > mingw32-make: *** [main.o] Error 1
  165. test config.qtbase.tests.posix_fallocate FAILED
  166. loaded result for config test config.qtbase.tests.rdrnd
  167. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=rdrnd" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  168. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  169. > del main.o
  170. > Could Not Find C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd\main.o
  171. > g++ -c -fno-keep-inline-dllexport -mrdrnd -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDRND -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  172. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  173. test config.qtbase.tests.rdrnd succeeded
  174. loaded result for config test config.qtbase.tests.rdseed
  175. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=rdseed" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  176. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  177. > del main.o
  178. > g++ -c -fno-keep-inline-dllexport -mrdseed -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDSEED -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  179. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp: In function 'int test_rdseed()':
  180. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp:140:9: error: '_rdseed16_step' was not declared in this scope
  181. > if (_rdseed16_step(&us))
  182. > ^~~~~~~~~~~~~~
  183. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp:140:9: note: suggested alternative: '_rdrand16_step'
  184. > if (_rdseed16_step(&us))
  185. > ^~~~~~~~~~~~~~
  186. > _rdrand16_step
  187. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp:142:9: error: '_rdseed32_step' was not declared in this scope
  188. > if (_rdseed32_step(&ui))
  189. > ^~~~~~~~~~~~~~
  190. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp:142:9: note: suggested alternative: '_rdrand32_step'
  191. > if (_rdseed32_step(&ui))
  192. > ^~~~~~~~~~~~~~
  193. > _rdrand32_step
  194. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp:146:9: error: '_rdseed64_step' was not declared in this scope
  195. > if (_rdseed64_step(&ull))
  196. > ^~~~~~~~~~~~~~
  197. > C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp:146:9: note: suggested alternative: '_rdrand64_step'
  198. > if (_rdseed64_step(&ull))
  199. > ^~~~~~~~~~~~~~
  200. > _rdrand64_step
  201. > Makefile:174: recipe for target 'main.o' failed
  202. > mingw32-make: *** [main.o] Error 1
  203. test config.qtbase.tests.rdseed FAILED
  204. loaded result for config test config.qtbase.tests.shani
  205. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=shani" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  206. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  207. > del main.o
  208. > Could Not Find C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd\main.o
  209. > g++ -c -fno-keep-inline-dllexport -msha -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SHANI -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  210. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  211. test config.qtbase.tests.shani succeeded
  212. loaded result for config test config.qtbase.tests.signaling_nan
  213. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\signaling_nan && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/signaling_nan
  214. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\signaling_nan && set MAKEFLAGS=& mingw32-make
  215. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  216. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o signaling_nan.exe main.o
  217. test config.qtbase.tests.signaling_nan succeeded
  218. loaded result for config test config.qtbase.tests.stl
  219. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\stl && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/stl
  220. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\stl && set MAKEFLAGS=& mingw32-make
  221. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\stl -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o stltest.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\stl\stltest.cpp
  222. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o stl.exe stltest.o
  223. test config.qtbase.tests.stl succeeded
  224. loaded result for library config.qtbase.libraries.zlib
  225. Trying source 0 (type inline) of library zlib ...
  226. => source failed condition 'config.msvc'.
  227. Trying source 1 (type inline) of library zlib ...
  228. => source failed condition 'config.msvc'.
  229. Trying source 2 (type inline) of library zlib ...
  230. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\zlib && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += zlib" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/qt-everywhere-src-5.15.1/config.tests/zlib
  231. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\zlib && set MAKEFLAGS=& mingw32-make
  232. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  233. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o zlib.exe main.o -lz
  234. => source accepted.
  235. test config.qtbase.libraries.zlib succeeded
  236. loaded result for config test config.qtbase.tests.x86SimdAlways
  237. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "SIMD=aesni rdrnd shani sse2 sse3 sse4_1 sse4_2 ssse3" C:/Qt/qt-everywhere-src-5.15.1/qtbase/config.tests/x86_simd
  238. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\x86_simd && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  239. > del main.o
  240. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_COMPILER_SUPPORTS_AESNI -DQT_COMPILER_SUPPORTS_RDRND -DQT_COMPILER_SUPPORTS_SHANI -DQT_COMPILER_SUPPORTS_SSE2 -DQT_COMPILER_SUPPORTS_SSE3 -DQT_COMPILER_SUPPORTS_SSE4_1 -DQT_COMPILER_SUPPORTS_SSE4_2 -DQT_COMPILER_SUPPORTS_SSSE3 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtbase\config.tests\x86_simd\main.cpp
  241. > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
  242. test config.qtbase.tests.x86SimdAlways succeeded
  243. loaded result for library config.qtbase.libraries.zstd
  244. Trying source 0 (type pkgConfig) of library zstd ...
  245. pkg-config use disabled globally.
  246. => source produced no result.
  247. Trying source 1 (type inline) of library zstd ...
  248. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\zstd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += zstd" "QMAKE_LIBS_ZSTD = -lzstd" C:/Qt/qt-everywhere-src-5.15.1/config.tests/zstd
  249. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\zstd && set MAKEFLAGS=& mingw32-make
  250. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  251. > main.cpp:2:10: fatal error: zstd.h: No such file or directory
  252. > #include <zstd.h>
  253. > ^~~~~~~~
  254. > compilation terminated.
  255. > Makefile:172: recipe for target 'main.o' failed
  256. > mingw32-make: *** [main.o] Error 1
  257. => source failed verification.
  258. test config.qtbase.libraries.zstd FAILED
  259. loaded result for config test config.qtbase_corelib.tests.cxx11_future
  260. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx11_future && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/cxx11_future
  261. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx11_future && set MAKEFLAGS=& mingw32-make
  262. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  263. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o cxx11_future.exe main.o
  264. test config.qtbase_corelib.tests.cxx11_future succeeded
  265. loaded result for config test config.qtbase_corelib.tests.eventfd
  266. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\eventfd && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/eventfd
  267. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\eventfd && set MAKEFLAGS=& mingw32-make
  268. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  269. > main.cpp:2:10: fatal error: sys/eventfd.h: No such file or directory
  270. > #include <sys/eventfd.h>
  271. > ^~~~~~~~~~~~~~~
  272. > compilation terminated.
  273. > Makefile:176: recipe for target 'main.o' failed
  274. > mingw32-make: *** [main.o] Error 1
  275. test config.qtbase_corelib.tests.eventfd FAILED
  276. loaded result for config test config.qtbase_corelib.tests.inotify
  277. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\inotify && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/inotify
  278. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\inotify && set MAKEFLAGS=& mingw32-make
  279. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  280. > main.cpp:2:10: fatal error: sys/inotify.h: No such file or directory
  281. > #include <sys/inotify.h>
  282. > ^~~~~~~~~~~~~~~
  283. > compilation terminated.
  284. > Makefile:176: recipe for target 'main.o' failed
  285. > mingw32-make: *** [main.o] Error 1
  286. test config.qtbase_corelib.tests.inotify FAILED
  287. loaded result for library config.qtbase_corelib.libraries.pcre2
  288. Trying source 0 (type pkgConfig) of library pcre2 ...
  289. pkg-config use disabled globally.
  290. => source produced no result.
  291. Trying source 1 (type inline) of library pcre2 ...
  292. pcre2.h not found in [] and global paths.
  293. => source produced no result.
  294. test config.qtbase_corelib.libraries.pcre2 FAILED
  295. loaded result for library config.qtbase_corelib.libraries.slog2
  296. Trying source 0 (type inline) of library slog2 ...
  297. sys/slog2.h not found in [] and global paths.
  298. => source produced no result.
  299. test config.qtbase_corelib.libraries.slog2 FAILED
  300. loaded result for library config.qtbase_corelib.libraries.libatomic
  301. Trying source 0 (type inline) of library libatomic ...
  302. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\libatomic && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += libatomic" "QMAKE_LIBS_LIBATOMIC = " C:/Qt/qt-everywhere-src-5.15.1/config.tests/libatomic
  303. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\libatomic && set MAKEFLAGS=& mingw32-make
  304. > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  305. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o libatomic.exe main.o
  306. => source accepted.
  307. test config.qtbase_corelib.libraries.libatomic succeeded
  308. loaded result for library config.qtbase_corelib.libraries.doubleconversion
  309. Trying source 0 (type inline) of library doubleconversion ...
  310. double-conversion/double-conversion.h not found in [] and global paths.
  311. => source produced no result.
  312. test config.qtbase_corelib.libraries.doubleconversion FAILED
  313. loaded result for config test config.qtbase_corelib.tests.cloexec
  314. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cloexec && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/cloexec
  315. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cloexec && set MAKEFLAGS=& mingw32-make
  316. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  317. > main.cpp:4:10: fatal error: sys/socket.h: No such file or directory
  318. > #include <sys/socket.h>
  319. > ^~~~~~~~~~~~~~
  320. > compilation terminated.
  321. > Makefile:176: recipe for target 'main.o' failed
  322. > mingw32-make: *** [main.o] Error 1
  323. test config.qtbase_corelib.tests.cloexec FAILED
  324. loaded result for library config.qtbase_corelib.libraries.advapi32
  325. Trying source 0 (type inline) of library advapi32 ...
  326. => source accepted.
  327. test config.qtbase_corelib.libraries.advapi32 succeeded
  328. loaded result for library config.qtbase_corelib.libraries.gdi32
  329. Trying source 0 (type inline) of library gdi32 ...
  330. => source accepted.
  331. test config.qtbase_corelib.libraries.gdi32 succeeded
  332. loaded result for library config.qtbase_corelib.libraries.kernel32
  333. Trying source 0 (type inline) of library kernel32 ...
  334. => source accepted.
  335. test config.qtbase_corelib.libraries.kernel32 succeeded
  336. loaded result for library config.qtbase_corelib.libraries.netapi32
  337. Trying source 0 (type inline) of library netapi32 ...
  338. => source accepted.
  339. test config.qtbase_corelib.libraries.netapi32 succeeded
  340. loaded result for library config.qtbase_corelib.libraries.ole32
  341. Trying source 0 (type inline) of library ole32 ...
  342. => source accepted.
  343. test config.qtbase_corelib.libraries.ole32 succeeded
  344. loaded result for library config.qtbase_corelib.libraries.shell32
  345. Trying source 0 (type inline) of library shell32 ...
  346. => source accepted.
  347. test config.qtbase_corelib.libraries.shell32 succeeded
  348. loaded result for library config.qtbase_corelib.libraries.uuid
  349. Trying source 0 (type inline) of library uuid ...
  350. => source accepted.
  351. test config.qtbase_corelib.libraries.uuid succeeded
  352. loaded result for library config.qtbase_corelib.libraries.user32
  353. Trying source 0 (type inline) of library user32 ...
  354. => source accepted.
  355. test config.qtbase_corelib.libraries.user32 succeeded
  356. loaded result for library config.qtbase_corelib.libraries.winmm
  357. Trying source 0 (type inline) of library winmm ...
  358. => source accepted.
  359. test config.qtbase_corelib.libraries.winmm succeeded
  360. loaded result for library config.qtbase_corelib.libraries.ws2_32
  361. Trying source 0 (type inline) of library ws2_32 ...
  362. => source accepted.
  363. test config.qtbase_corelib.libraries.ws2_32 succeeded
  364. loaded result for config test config.qtbase_corelib.tests.cxx11_random
  365. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx11_random && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/cxx11_random
  366. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\cxx11_random && set MAKEFLAGS=& mingw32-make
  367. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  368. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o cxx11_random.exe main.o
  369. test config.qtbase_corelib.tests.cxx11_random succeeded
  370. loaded result for config test config.qtbase_corelib.tests.atomicfptr
  371. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\atomicfptr && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/atomicfptr
  372. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\atomicfptr && set MAKEFLAGS=& mingw32-make
  373. > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  374. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o atomicfptr.exe main.o
  375. test config.qtbase_corelib.tests.atomicfptr succeeded
  376. loaded result for library config.qtbase_network.libraries.openssl
  377. Trying source 0 (type openssl) of library openssl ...
  378. $OPENSSL_LIBS is not set.
  379. => source produced no result.
  380. Trying source 1 (type inline) of library openssl ...
  381. Include path \\include is invalid.
  382. => source produced no result.
  383. Trying source 2 (type inline) of library openssl ...
  384. => source failed condition 'config.msvc'.
  385. Trying source 3 (type inline) of library openssl ...
  386. => source failed condition 'config.android'.
  387. Trying source 4 (type inline) of library openssl ...
  388. Include path \\include is invalid.
  389. => source produced no result.
  390. test config.qtbase_network.libraries.openssl FAILED
  391. Trying source 0 (type makeSpec) of library network ...
  392. => source accepted.
  393. loaded result for config test config.qtbase_network.tests.getifaddrs
  394. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\getifaddrs && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += network" "QMAKE_LIBS_NETWORK = -lws2_32" C:/Qt/qt-everywhere-src-5.15.1/config.tests/getifaddrs
  395. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\getifaddrs && set MAKEFLAGS=& mingw32-make
  396. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  397. > main.cpp:3:10: fatal error: sys/socket.h: No such file or directory
  398. > #include <sys/socket.h>
  399. > ^~~~~~~~~~~~~~
  400. > compilation terminated.
  401. > Makefile:176: recipe for target 'main.o' failed
  402. > mingw32-make: *** [main.o] Error 1
  403. test config.qtbase_network.tests.getifaddrs FAILED
  404. loaded result for config test config.qtbase_network.tests.ipv6ifname
  405. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\ipv6ifname && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += network" "QMAKE_LIBS_NETWORK = -lws2_32" C:/Qt/qt-everywhere-src-5.15.1/config.tests/ipv6ifname
  406. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\ipv6ifname && set MAKEFLAGS=& mingw32-make
  407. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  408. > main.cpp:3:10: fatal error: sys/socket.h: No such file or directory
  409. > #include <sys/socket.h>
  410. > ^~~~~~~~~~~~~~
  411. > compilation terminated.
  412. > Makefile:176: recipe for target 'main.o' failed
  413. > mingw32-make: *** [main.o] Error 1
  414. test config.qtbase_network.tests.ipv6ifname FAILED
  415. loaded result for config test config.qtbase_network.tests.netlistmgr
  416. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\netlistmgr && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/netlistmgr
  417. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\netlistmgr && set MAKEFLAGS=& mingw32-make
  418. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  419. > main.cpp: In function 'int main(int, char**)':
  420. > main.cpp:9:12: error: 'INetworkListManager' was not declared in this scope
  421. > ComPtr<INetworkListManager> networkListManager;
  422. > ^~~~~~~~~~~~~~~~~~~
  423. > main.cpp:9:12: note: suggested alternative: 'IPersistMoniker'
  424. > ComPtr<INetworkListManager> networkListManager;
  425. > ^~~~~~~~~~~~~~~~~~~
  426. > IPersistMoniker
  427. > main.cpp:9:31: error: template argument 1 is invalid
  428. > ComPtr<INetworkListManager> networkListManager;
  429. > ^
  430. > main.cpp:10:12: error: 'IConnectionPoint' was not declared in this scope
  431. > ComPtr<IConnectionPoint> connectionPoint;
  432. > ^~~~~~~~~~~~~~~~
  433. > main.cpp:10:12: note: suggested alternative: 'ConnectToPrinterDlg'
  434. > ComPtr<IConnectionPoint> connectionPoint;
  435. > ^~~~~~~~~~~~~~~~
  436. > ConnectToPrinterDlg
  437. > main.cpp:10:28: error: template argument 1 is invalid
  438. > ComPtr<IConnectionPoint> connectionPoint;
  439. > ^
  440. > main.cpp:11:12: error: 'IConnectionPointContainer' was not declared in this scope
  441. > ComPtr<IConnectionPointContainer> connectionPointContainer;
  442. > ^~~~~~~~~~~~~~~~~~~~~~~~~
  443. > main.cpp:11:12: note: suggested alternative: 'ISynchronizeContainer'
  444. > ComPtr<IConnectionPointContainer> connectionPointContainer;
  445. > ^~~~~~~~~~~~~~~~~~~~~~~~~
  446. > ISynchronizeContainer
  447. > main.cpp:11:37: error: template argument 1 is invalid
  448. > ComPtr<IConnectionPointContainer> connectionPointContainer;
  449. > ^
  450. > main.cpp:12:24: error: request for member 'As' in 'networkListManager', which is of non-class type 'int'
  451. > networkListManager.As(&connectionPointContainer);
  452. > ^~
  453. > main.cpp:13:29: error: base operand of '->' is not a pointer
  454. > connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint);
  455. > ^~
  456. > main.cpp:13:51: error: 'IID_INetworkConnectionEvents' was not declared in this scope
  457. > connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint);
  458. > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  459. > main.cpp:13:51: note: suggested alternative: 'IID_IExternalConnection'
  460. > connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint);
  461. > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  462. > IID_IExternalConnection
  463. > Makefile:176: recipe for target 'main.o' failed
  464. > mingw32-make: *** [main.o] Error 1
  465. test config.qtbase_network.tests.netlistmgr FAILED
  466. loaded result for library config.qtbase_gui.libraries.xcb
  467. Trying source 0 (type pkgConfig) of library xcb ...
  468. pkg-config use disabled globally.
  469. => source produced no result.
  470. Trying source 1 (type inline) of library xcb ...
  471. xcb/xcb.h not found in [] and global paths.
  472. => source produced no result.
  473. test config.qtbase_gui.libraries.xcb FAILED
  474. loaded result for library config.qtbase_gui.libraries.dxgi
  475. Trying source 0 (type inline) of library dxgi ...
  476. => source accepted.
  477. test config.qtbase_gui.libraries.dxgi succeeded
  478. loaded result for library config.qtbase_gui.libraries.d3d11
  479. Trying source 0 (type inline) of library d3d11 ...
  480. => source accepted.
  481. test config.qtbase_gui.libraries.d3d11 succeeded
  482. loaded result for library config.qtbase_gui.libraries.d2d1
  483. Trying source 0 (type inline) of library d2d1 ...
  484. => source accepted.
  485. test config.qtbase_gui.libraries.d2d1 succeeded
  486. loaded result for library config.qtbase_gui.libraries.d2d1_1
  487. Trying source 0 (type inline) of library d2d1_1 ...
  488. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\d2d1_1 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += d2d1_1" "QMAKE_LIBS_D2D1_1 = -ld2d1" C:/Qt/qt-everywhere-src-5.15.1/config.tests/d2d1_1
  489. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\d2d1_1 && set MAKEFLAGS=& mingw32-make
  490. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  491. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o d2d1_1.exe main.o -ld2d1
  492. => source accepted.
  493. test config.qtbase_gui.libraries.d2d1_1 succeeded
  494. loaded result for library config.qtbase_gui.libraries.dxgi1_2
  495. Trying source 0 (type inline) of library dxgi1_2 ...
  496. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\dxgi1_2 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += dxgi1_2" "QMAKE_LIBS_DXGI1_2 = -ldxgi" C:/Qt/qt-everywhere-src-5.15.1/config.tests/dxgi1_2
  497. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\dxgi1_2 && set MAKEFLAGS=& mingw32-make
  498. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  499. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o dxgi1_2.exe main.o -ldxgi
  500. => source accepted.
  501. test config.qtbase_gui.libraries.dxgi1_2 succeeded
  502. loaded result for library config.qtbase_gui.libraries.d3d11_1
  503. Trying source 0 (type inline) of library d3d11_1 ...
  504. => source accepted.
  505. test config.qtbase_gui.libraries.d3d11_1 succeeded
  506. loaded result for library config.qtbase_gui.libraries.d3d9
  507. Trying source 0 (type inline) of library d3d9 ...
  508. => source accepted.
  509. test config.qtbase_gui.libraries.d3d9 succeeded
  510. loaded result for library config.qtbase_gui.libraries.dwrite
  511. Trying source 0 (type inline) of library dwrite ...
  512. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\dwrite && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += dwrite" "QMAKE_LIBS_DWRITE = -ldwrite" C:/Qt/qt-everywhere-src-5.15.1/config.tests/dwrite
  513. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\dwrite && set MAKEFLAGS=& mingw32-make
  514. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  515. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o dwrite.exe main.o -ldwrite
  516. => source accepted.
  517. test config.qtbase_gui.libraries.dwrite succeeded
  518. loaded result for library config.qtbase_gui.libraries.dwrite_1
  519. Trying source 0 (type inline) of library dwrite_1 ...
  520. => source accepted.
  521. test config.qtbase_gui.libraries.dwrite_1 succeeded
  522. loaded result for library config.qtbase_gui.libraries.dwrite_2
  523. Trying source 0 (type inline) of library dwrite_2 ...
  524. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\dwrite_2 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += dwrite_2" "QMAKE_LIBS_DWRITE_2 = -ldwrite" C:/Qt/qt-everywhere-src-5.15.1/config.tests/dwrite_2
  525. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\dwrite_2 && set MAKEFLAGS=& mingw32-make
  526. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  527. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o dwrite_2.exe main.o -ldwrite
  528. => source accepted.
  529. test config.qtbase_gui.libraries.dwrite_2 succeeded
  530. loaded result for library config.qtbase_gui.libraries.drm
  531. Trying source 0 (type pkgConfig) of library drm ...
  532. pkg-config use disabled globally.
  533. => source produced no result.
  534. Trying source 1 (type inline) of library drm ...
  535. xf86drmMode.h not found in [] and global paths.
  536. xf86drm.h not found in [] and global paths.
  537. => source produced no result.
  538. Trying source 2 (type inline) of library drm ...
  539. => source failed condition 'config.integrity'.
  540. test config.qtbase_gui.libraries.drm FAILED
  541. loaded result for library config.qtbase_gui.libraries.dxguid
  542. Trying source 0 (type inline) of library dxguid ...
  543. => source accepted.
  544. test config.qtbase_gui.libraries.dxguid succeeded
  545. loaded result for library config.qtbase_gui.libraries.opengl
  546. Trying source 0 (type pkgConfig) of library opengl ...
  547. pkg-config use disabled globally.
  548. => source produced no result.
  549. Trying source 1 (type makeSpec) of library opengl ...
  550. header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition.
  551. header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition.
  552. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\opengl && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += opengl" "QMAKE_LIBS_OPENGL = -lglu32 -lopengl32 -lgdi32 -luser32" C:/Qt/qt-everywhere-src-5.15.1/config.tests/opengl
  553. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\opengl && set MAKEFLAGS=& mingw32-make
  554. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  555. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o opengl.exe main.o -lglu32 -lopengl32 -lgdi32 -luser32
  556. => source accepted.
  557. test config.qtbase_gui.libraries.opengl succeeded
  558. loaded result for library config.qtbase_gui.libraries.egl
  559. Trying source 0 (type pkgConfig) of library egl ...
  560. pkg-config use disabled globally.
  561. => source produced no result.
  562. Trying source 1 (type makeSpec) of library egl ...
  563. EGL/egl.h not found in [] and global paths.
  564. => source produced no result.
  565. test config.qtbase_gui.libraries.egl FAILED
  566. loaded result for config test config.qtbase_gui.tests.evdev
  567. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\evdev && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/evdev
  568. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\evdev && set MAKEFLAGS=& mingw32-make
  569. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  570. > main.cpp:5:12: fatal error: linux/input.h: No such file or directory
  571. > # include <linux/input.h>
  572. > ^~~~~~~~~~~~~~~
  573. > compilation terminated.
  574. > Makefile:176: recipe for target 'main.o' failed
  575. > mingw32-make: *** [main.o] Error 1
  576. test config.qtbase_gui.tests.evdev FAILED
  577. loaded result for library config.qtbase_gui.libraries.freetype
  578. Trying source 0 (type pkgConfig) of library freetype ...
  579. pkg-config use disabled globally.
  580. => source produced no result.
  581. Trying source 1 (type freetype) of library freetype ...
  582. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\freetype && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += freetype" "QMAKE_LIBS_FREETYPE = -lfreetype" "QMAKE_INCDIR_FREETYPE = C:/Strawberry/c/include/freetype2" "QMAKE_DEPENDS_FREETYPE_CC = ZLIB" "QMAKE_DEPENDS_FREETYPE_LD = ZLIB" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/qt-everywhere-src-5.15.1/config.tests/freetype
  583. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\freetype && set MAKEFLAGS=& mingw32-make
  584. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Strawberry\c\include\freetype2 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  585. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o freetype.exe main.o -lfreetype -lz
  586. => source accepted.
  587. test config.qtbase_gui.libraries.freetype succeeded
  588. loaded result for library config.qtbase_gui.libraries.fontconfig
  589. Trying source 0 (type pkgConfig) of library fontconfig ...
  590. pkg-config use disabled globally.
  591. => source produced no result.
  592. Trying source 1 (type freetype) of library fontconfig ...
  593. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\fontconfig && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += fontconfig" "QMAKE_LIBS_FONTCONFIG = -lfontconfig" "QMAKE_INCDIR_FONTCONFIG = C:/Strawberry/c/include/freetype2" "QMAKE_DEPENDS_FONTCONFIG_CC = FREETYPE" "QMAKE_DEPENDS_FONTCONFIG_LD = FREETYPE" "QMAKE_LIBS_FREETYPE = -lfreetype" "QMAKE_INCDIR_FREETYPE = C:/Strawberry/c/include/freetype2" "QMAKE_DEPENDS_FREETYPE_CC = ZLIB" "QMAKE_DEPENDS_FREETYPE_LD = ZLIB" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/qt-everywhere-src-5.15.1/config.tests/fontconfig
  594. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\fontconfig && set MAKEFLAGS=& mingw32-make
  595. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Strawberry\c\include\freetype2 -IC:\Strawberry\c\include\freetype2 -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  596. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o fontconfig.exe main.o -lfontconfig -lfreetype -lz
  597. => source accepted.
  598. test config.qtbase_gui.libraries.fontconfig succeeded
  599. loaded result for library config.qtbase_gui.libraries.gbm
  600. Trying source 0 (type pkgConfig) of library gbm ...
  601. pkg-config use disabled globally.
  602. => source produced no result.
  603. test config.qtbase_gui.libraries.gbm FAILED
  604. loaded result for config test config.qtbase_gui.tests.linuxfb
  605. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\linuxfb && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/linuxfb
  606. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\linuxfb && set MAKEFLAGS=& mingw32-make
  607. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  608. > main.cpp:2:10: fatal error: linux/fb.h: No such file or directory
  609. > #include <linux/fb.h>
  610. > ^~~~~~~~~~~~
  611. > compilation terminated.
  612. > Makefile:176: recipe for target 'main.o' failed
  613. > mingw32-make: *** [main.o] Error 1
  614. test config.qtbase_gui.tests.linuxfb FAILED
  615. loaded result for library config.qtbase_gui.libraries.mtdev
  616. Trying source 0 (type pkgConfig) of library mtdev ...
  617. pkg-config use disabled globally.
  618. => source produced no result.
  619. test config.qtbase_gui.libraries.mtdev FAILED
  620. loaded result for library config.qtbase_gui.libraries.openvg
  621. Trying source 0 (type pkgConfig) of library openvg ...
  622. pkg-config use disabled globally.
  623. => source produced no result.
  624. Trying source 1 (type makeSpec) of library openvg ...
  625. VG/openvg.h not found in [] and global paths.
  626. => source produced no result.
  627. test config.qtbase_gui.libraries.openvg FAILED
  628. loaded result for config test config.qtbase_gui.tests.qpa_default_platform
  629. test config.qtbase_gui.tests.qpa_default_platform gave result windows
  630. loaded result for library config.qtbase_gui.libraries.libjpeg
  631. Trying source 0 (type pkgConfig) of library libjpeg ...
  632. pkg-config use disabled globally.
  633. => source produced no result.
  634. Trying source 1 (type inline) of library libjpeg ...
  635. => source failed condition 'config.msvc'.
  636. Trying source 2 (type inline) of library libjpeg ...
  637. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\libjpeg && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += libjpeg" "QMAKE_LIBS_LIBJPEG = -ljpeg" C:/Qt/qt-everywhere-src-5.15.1/config.tests/libjpeg
  638. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\libjpeg && set MAKEFLAGS=& mingw32-make
  639. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  640. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o libjpeg.exe main.o -ljpeg
  641. => source accepted.
  642. test config.qtbase_gui.libraries.libjpeg succeeded
  643. loaded result for library config.qtbase_gui.libraries.libpng
  644. Trying source 0 (type pkgConfig) of library libpng ...
  645. pkg-config use disabled globally.
  646. => source produced no result.
  647. Trying source 1 (type inline) of library libpng ...
  648. => source failed condition 'config.msvc'.
  649. Trying source 2 (type inline) of library libpng ...
  650. => source failed condition 'config.msvc'.
  651. Trying source 3 (type inline) of library libpng ...
  652. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\libpng && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += libpng" "QMAKE_LIBS_LIBPNG = -lpng16" "QMAKE_DEPENDS_LIBPNG_CC = ZLIB" "QMAKE_DEPENDS_LIBPNG_LD = ZLIB" "QMAKE_LIBS_ZLIB = -lz" C:/Qt/qt-everywhere-src-5.15.1/config.tests/libpng
  653. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\libpng && set MAKEFLAGS=& mingw32-make
  654. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  655. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o libpng.exe main.o -lpng16 -lz
  656. => source accepted.
  657. test config.qtbase_gui.libraries.libpng succeeded
  658. loaded result for library config.qtbase_gui.libraries.libmd4c
  659. Trying source 0 (type pkgConfig) of library libmd4c ...
  660. pkg-config use disabled globally.
  661. => source produced no result.
  662. Trying source 1 (type inline) of library libmd4c ...
  663. md4c.h not found in [] and global paths.
  664. => source produced no result.
  665. test config.qtbase_gui.libraries.libmd4c FAILED
  666. loaded result for library config.qtbase_gui.libraries.tslib
  667. Trying source 0 (type inline) of library tslib ...
  668. tslib.h not found in [] and global paths.
  669. => source produced no result.
  670. test config.qtbase_gui.libraries.tslib FAILED
  671. loaded result for library config.qtbase_gui.libraries.vulkan
  672. Trying source 0 (type pkgConfig) of library vulkan ...
  673. pkg-config use disabled globally.
  674. => source produced no result.
  675. Trying source 1 (type makeSpec) of library vulkan ...
  676. Include path /include is invalid.
  677. vulkan/vulkan.h not found in [/include] and global paths.
  678. => source produced no result.
  679. test config.qtbase_gui.libraries.vulkan FAILED
  680. loaded result for library config.qtbase_gui.libraries.xlib
  681. Trying source 0 (type makeSpec) of library xlib ...
  682. X11/Xlib.h not found in [] and global paths.
  683. => source produced no result.
  684. test config.qtbase_gui.libraries.xlib FAILED
  685. loaded result for library config.qtbase_gui.libraries.xkbcommon
  686. Trying source 0 (type pkgConfig) of library xkbcommon ...
  687. pkg-config use disabled globally.
  688. => source produced no result.
  689. Trying source 1 (type inline) of library xkbcommon ...
  690. xkbcommon/xkbcommon.h not found in [] and global paths.
  691. => source produced no result.
  692. test config.qtbase_gui.libraries.xkbcommon FAILED
  693. loaded result for config test config.qtbase_widgets.tests.uxtheme
  694. Searching for file uxtheme.h.
  695. Found at C:/Strawberry/c/x86_64-w64-mingw32/include/uxtheme.h.
  696. test config.qtbase_widgets.tests.uxtheme succeeded
  697. loaded result for library config.qtbase_printsupport.libraries.cups
  698. Trying source 0 (type inline) of library cups ...
  699. cups/cups.h not found in [] and global paths.
  700. => source produced no result.
  701. test config.qtbase_printsupport.libraries.cups FAILED
  702. loaded result for library config.qtbase_sqldrivers.libraries.db2
  703. Trying source 0 (type inline) of library db2 ...
  704. sqlcli.h not found in [] and global paths.
  705. sqlcli1.h not found in [] and global paths.
  706. => source produced no result.
  707. Trying source 1 (type inline) of library db2 ...
  708. => source failed condition '!config.win32'.
  709. test config.qtbase_sqldrivers.libraries.db2 FAILED
  710. loaded result for library config.qtbase_sqldrivers.libraries.ibase
  711. Trying source 0 (type inline) of library ibase ...
  712. ibase.h not found in [] and global paths.
  713. => source produced no result.
  714. Trying source 1 (type inline) of library ibase ...
  715. => source failed condition '!config.win32'.
  716. test config.qtbase_sqldrivers.libraries.ibase FAILED
  717. loaded result for library config.qtbase_sqldrivers.libraries.mysql
  718. Trying source 0 (type mysqlConfig) of library mysql ...
  719. mysql_config not found.
  720. => source produced no result.
  721. Trying source 1 (type mysqlConfig) of library mysql ...
  722. mysql_config not found.
  723. => source produced no result.
  724. Trying source 2 (type mysqlConfig) of library mysql ...
  725. mysql_config not found.
  726. => source produced no result.
  727. Trying source 3 (type mysqlConfig) of library mysql ...
  728. mysql_config not found.
  729. => source produced no result.
  730. Trying source 4 (type inline) of library mysql ...
  731. => source failed condition '!config.win32'.
  732. Trying source 5 (type inline) of library mysql ...
  733. mysql.h not found in [] and global paths.
  734. => source produced no result.
  735. Trying source 6 (type inline) of library mysql ...
  736. mysql.h not found in [] and global paths.
  737. => source produced no result.
  738. Trying source 7 (type inline) of library mysql ...
  739. => source failed condition '!config.win32'.
  740. Trying source 8 (type inline) of library mysql ...
  741. => source failed condition '!config.win32'.
  742. test config.qtbase_sqldrivers.libraries.mysql FAILED
  743. loaded result for library config.qtbase_sqldrivers.libraries.oci
  744. Trying source 0 (type inline) of library oci ...
  745. oci.h not found in [] and global paths.
  746. => source produced no result.
  747. Trying source 1 (type inline) of library oci ...
  748. => source failed condition '!config.win32'.
  749. test config.qtbase_sqldrivers.libraries.oci FAILED
  750. loaded result for library config.qtbase_sqldrivers.libraries.odbc
  751. Trying source 0 (type inline) of library odbc ...
  752. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\odbc && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += odbc" "QMAKE_LIBS_ODBC = -lodbc32" C:/Qt/qt-everywhere-src-5.15.1/config.tests/odbc
  753. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\odbc && set MAKEFLAGS=& mingw32-make
  754. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  755. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o odbc.exe main.o -lodbc32
  756. => source accepted.
  757. test config.qtbase_sqldrivers.libraries.odbc succeeded
  758. loaded result for library config.qtbase_sqldrivers.libraries.psql
  759. Trying source 0 (type pkgConfig) of library psql ...
  760. pkg-config use disabled globally.
  761. => source produced no result.
  762. Trying source 1 (type psqlConfig) of library psql ...
  763. pg_config not found.
  764. => source produced no result.
  765. Trying source 2 (type psqlEnv) of library psql ...
  766. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\psql && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += psql" "QMAKE_LIBS_PSQL = -llibpq -lws2_32 -ladvapi32" C:/Qt/qt-everywhere-src-5.15.1/config.tests/psql
  767. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\psql && set MAKEFLAGS=& mingw32-make
  768. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  769. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o psql.exe main.o -lpq.a -lws2_32 -ladvapi32
  770. > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lpq.a
  771. > collect2.exe: error: ld returned 1 exit status
  772. > Makefile:69: recipe for target 'psql.exe' failed
  773. > mingw32-make: *** [psql.exe] Error 1
  774. => source failed verification.
  775. Trying source 3 (type psqlEnv) of library psql ...
  776. => source failed condition '!config.win32'.
  777. test config.qtbase_sqldrivers.libraries.psql FAILED
  778. loaded result for library config.qtbase_sqldrivers.libraries.sqlite2
  779. Trying source 0 (type inline) of library sqlite2 ...
  780. sqlite.h not found in [] and global paths.
  781. => source produced no result.
  782. test config.qtbase_sqldrivers.libraries.sqlite2 FAILED
  783. loaded result for library config.qtbase_sqldrivers.libraries.tds
  784. Trying source 0 (type sybaseEnv) of library tds ...
  785. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\tds && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += tds" "QMAKE_LIBS_TDS = -lNTWDBLIB" C:/Qt/qt-everywhere-src-5.15.1/config.tests/tds
  786. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\tds && set MAKEFLAGS=& mingw32-make
  787. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  788. > main.cpp:2:10: fatal error: sybfront.h: No such file or directory
  789. > #include <sybfront.h>
  790. > ^~~~~~~~~~~~
  791. > compilation terminated.
  792. > Makefile:176: recipe for target 'main.o' failed
  793. > mingw32-make: *** [main.o] Error 1
  794. => source failed verification.
  795. Trying source 1 (type sybaseEnv) of library tds ...
  796. => source failed condition '!config.win32'.
  797. test config.qtbase_sqldrivers.libraries.tds FAILED
  798. loaded result for config test config.qtserialport_serialport.tests.ntddmodm
  799. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\ntddmodm && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/ntddmodm
  800. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\ntddmodm && set MAKEFLAGS=& mingw32-make
  801. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  802. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o ntddmodm.exe main.o
  803. test config.qtserialport_serialport.tests.ntddmodm succeeded
  804. Trying source 0 (type pkgConfig) of library jasper ...
  805. pkg-config use disabled globally.
  806. => source produced no result.
  807. Trying source 1 (type inline) of library jasper ...
  808. jasper/jasper.h not found in [] and global paths.
  809. => source produced no result.
  810. Trying source 0 (type pkgConfig) of library mng ...
  811. pkg-config use disabled globally.
  812. => source produced no result.
  813. Trying source 1 (type inline) of library mng ...
  814. libmng.h not found in [] and global paths.
  815. => source produced no result.
  816. Trying source 0 (type pkgConfig) of library tiff ...
  817. pkg-config use disabled globally.
  818. => source produced no result.
  819. Trying source 1 (type inline) of library tiff ...
  820. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\tiff && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += tiff" "QMAKE_LIBS_TIFF = -ltiff" C:/Qt/qt-everywhere-src-5.15.1/config.tests/tiff
  821. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\tiff && set MAKEFLAGS=& mingw32-make
  822. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  823. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o tiff.exe main.o -ltiff
  824. => source accepted.
  825. Trying source 0 (type pkgConfig) of library webp ...
  826. pkg-config use disabled globally.
  827. => source produced no result.
  828. Trying source 1 (type inline) of library webp ...
  829. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\webp && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += webp" "QMAKE_LIBS_WEBP = -lwebp -lwebpdemux -lwebpmux" C:/Qt/qt-everywhere-src-5.15.1/config.tests/webp
  830. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\webp && set MAKEFLAGS=& mingw32-make
  831. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  832. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o webp.exe main.o -lwebp -lwebpdemux -lwebpmux
  833. => source accepted.
  834. loaded result for config test config.qtdeclarative_qml.tests.pointer_64bit
  835. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\pointer_64bit && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/config.tests/pointer_64bit
  836. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\pointer_64bit && set MAKEFLAGS=& mingw32-make
  837. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  838. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o pointer_64bit.exe main.o
  839. test config.qtdeclarative_qml.tests.pointer_64bit succeeded
  840. loaded result for config test config.qtdeclarative_qml.tests.qml-python
  841. test config.qtdeclarative_qml.tests.qml-python gave result C:\Users\Gringo\AppData\Local\Microsoft\WindowsApps\python.exe
  842. loaded result for config test config.qtdeclarative_quick.tests.d3d12
  843. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\d3d12 && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtdeclarative/config.tests/d3d12
  844. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\d3d12 && set MAKEFLAGS=& mingw32-make
  845. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtdeclarative\config.tests\d3d12 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o d3d12.o C:\Qt\qt-everywhere-src-5.15.1\qtdeclarative\config.tests\d3d12\d3d12.cpp
  846. > C:\Qt\qt-everywhere-src-5.15.1\qtdeclarative\config.tests\d3d12\d3d12.cpp:40:10: fatal error: d3d12.h: No such file or directory
  847. > #include <d3d12.h>
  848. > ^~~~~~~~~
  849. > compilation terminated.
  850. > Makefile:176: recipe for target 'd3d12.o' failed
  851. > mingw32-make: *** [d3d12.o] Error 1
  852. test config.qtdeclarative_quick.tests.d3d12 FAILED
  853. loaded result for library config.qtquick3d_assetimporters.libraries.quick3d-assimp
  854. Trying source 0 (type pkgConfig) of library quick3d-assimp ...
  855. pkg-config use disabled globally.
  856. => source produced no result.
  857. Trying source 1 (type inline) of library quick3d-assimp ...
  858. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\assimp && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += quick3d-assimp" "QMAKE_LIBS_QUICK3D_ASSIMP = -lassimp" C:/Qt/qt-everywhere-src-5.15.1/qtquick3d/config.tests/assimp
  859. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\assimp && set MAKEFLAGS=& mingw32-make
  860. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtquick3d\config.tests\assimp -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtquick3d\config.tests\assimp\main.cpp
  861. > C:\Qt\qt-everywhere-src-5.15.1\qtquick3d\config.tests\assimp\main.cpp:29:10: fatal error: assimp/cimport.h: No such file or directory
  862. > #include <assimp/cimport.h>
  863. > ^~~~~~~~~~~~~~~~~~
  864. > compilation terminated.
  865. > Makefile:176: recipe for target 'main.o' failed
  866. > mingw32-make: *** [main.o] Error 1
  867. => source failed verification.
  868. test config.qtquick3d_assetimporters.libraries.quick3d-assimp FAILED
  869. loaded result for library config.qtgamepad_gamepad.libraries.sdl2
  870. Trying source 0 (type pkgConfig) of library sdl2 ...
  871. pkg-config use disabled globally.
  872. => source produced no result.
  873. Trying source 1 (type inline) of library sdl2 ...
  874. => source failed condition 'config.darwin'.
  875. Trying source 2 (type inline) of library sdl2 ...
  876. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\sdl && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += sdl2" "QMAKE_LIBS_SDL2 = -lSDL2 -lSDL2main" C:/Qt/qt-everywhere-src-5.15.1/qtgamepad/config.tests/sdl
  877. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\sdl && set MAKEFLAGS=& mingw32-make
  878. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtgamepad\config.tests\sdl -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtgamepad\config.tests\sdl\main.cpp
  879. > C:\Qt\qt-everywhere-src-5.15.1\qtgamepad\config.tests\sdl\main.cpp:37:10: fatal error: SDL.h: No such file or directory
  880. > #include <SDL.h>
  881. > ^~~~~~~
  882. > compilation terminated.
  883. > Makefile:176: recipe for target 'main.o' failed
  884. > mingw32-make: *** [main.o] Error 1
  885. => source failed verification.
  886. Trying source 3 (type inline) of library sdl2 ...
  887. => source failed condition 'config.unix && !config.darwin'.
  888. test config.qtgamepad_gamepad.libraries.sdl2 FAILED
  889. loaded result for library config.qt3d_core.libraries.assimp
  890. Trying source 0 (type pkgConfig) of library assimp ...
  891. pkg-config use disabled globally.
  892. => source produced no result.
  893. Trying source 1 (type inline) of library assimp ...
  894. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\assimp && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += assimp" "QMAKE_LIBS_ASSIMP = -lassimp" C:/Qt/qt-everywhere-src-5.15.1/qt3d/config.tests/assimp
  895. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\assimp && set MAKEFLAGS=& mingw32-make clean && set MAKEFLAGS=& mingw32-make
  896. > del main.o
  897. > Could Not Find C:\Qt\qt-everywhere-src-5.15.1\config.tests\assimp\main.o
  898. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qt3d\config.tests\assimp -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qt3d\config.tests\assimp\main.cpp
  899. > C:\Qt\qt-everywhere-src-5.15.1\qt3d\config.tests\assimp\main.cpp:29:10: fatal error: assimp/cimport.h: No such file or directory
  900. > #include <assimp/cimport.h>
  901. > ^~~~~~~~~~~~~~~~~~
  902. > compilation terminated.
  903. > Makefile:176: recipe for target 'main.o' failed
  904. > mingw32-make: *** [main.o] Error 1
  905. => source failed verification.
  906. test config.qt3d_core.libraries.assimp FAILED
  907. loaded result for library config.qt3d_geometryloaders.libraries.fbx
  908. Trying source 0 (type fbx) of library fbx ...
  909. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\fbx && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += fbx" "QMAKE_LIBS_FBX = -lfbxsdk" C:/Qt/qt-everywhere-src-5.15.1/qt3d/config.tests/fbx
  910. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\fbx && set MAKEFLAGS=& mingw32-make
  911. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qt3d\config.tests\fbx -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qt3d\config.tests\fbx\main.cpp
  912. > C:\Qt\qt-everywhere-src-5.15.1\qt3d\config.tests\fbx\main.cpp:29:10: fatal error: fbxsdk.h: No such file or directory
  913. > #include <fbxsdk.h>
  914. > ^~~~~~~~~~
  915. > compilation terminated.
  916. > Makefile:176: recipe for target 'main.o' failed
  917. > mingw32-make: *** [main.o] Error 1
  918. => source failed verification.
  919. test config.qt3d_geometryloaders.libraries.fbx FAILED
  920. loaded result for library config.qtwayland_client.libraries.wayland-egl
  921. Trying source 0 (type pkgConfig) of library wayland-egl ...
  922. pkg-config use disabled globally.
  923. => source produced no result.
  924. Trying source 1 (type inline) of library wayland-egl ...
  925. wayland-egl.h not found in [] and global paths.
  926. => source produced no result.
  927. Trying source 2 (type inline) of library wayland-egl ...
  928. wayland-egl.h not found in [] and global paths.
  929. => source produced no result.
  930. test config.qtwayland_client.libraries.wayland-egl FAILED
  931. loaded result for library config.qtconnectivity_bluetooth.libraries.bluez
  932. Trying source 0 (type pkgConfig) of library bluez ...
  933. pkg-config use disabled globally.
  934. => source produced no result.
  935. Trying source 1 (type inline) of library bluez ...
  936. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\bluez && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += bluez" "QMAKE_LIBS_BLUEZ = -lbluetooth" C:/Qt/qt-everywhere-src-5.15.1/qtconnectivity/config.tests/bluez
  937. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\bluez && set MAKEFLAGS=& mingw32-make
  938. > g++ -c -fno-keep-inline-dllexport -fpermissive -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtconnectivity\config.tests\bluez -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtconnectivity\config.tests\bluez\main.cpp
  939. > C:\Qt\qt-everywhere-src-5.15.1\qtconnectivity\config.tests\bluez\main.cpp:29:10: fatal error: bluetooth/bluetooth.h: No such file or directory
  940. > #include <bluetooth/bluetooth.h>
  941. > ^~~~~~~~~~~~~~~~~~~~~~~
  942. > compilation terminated.
  943. > Makefile:176: recipe for target 'main.o' failed
  944. > mingw32-make: *** [main.o] Error 1
  945. => source failed verification.
  946. test config.qtconnectivity_bluetooth.libraries.bluez FAILED
  947. loaded result for config test config.qtconnectivity_bluetooth.tests.winrt_bt
  948. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\winrt_bt && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtconnectivity/config.tests/winrt_bt
  949. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\winrt_bt && set MAKEFLAGS=& mingw32-make
  950. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtconnectivity\config.tests\winrt_bt -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtconnectivity\config.tests\winrt_bt\main.cpp
  951. > C:\Qt\qt-everywhere-src-5.15.1\qtconnectivity\config.tests\winrt_bt\main.cpp:30:10: fatal error: windows.devices.enumeration.h: No such file or directory
  952. > #include <windows.devices.enumeration.h>
  953. > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  954. > compilation terminated.
  955. > Makefile:176: recipe for target 'main.o' failed
  956. > mingw32-make: *** [main.o] Error 1
  957. test config.qtconnectivity_bluetooth.tests.winrt_bt FAILED
  958. loaded result for library config.qtsensors_sensors.libraries.sensorfw
  959. Trying source 0 (type pkgConfig) of library sensorfw ...
  960. pkg-config use disabled globally.
  961. => source produced no result.
  962. test config.qtsensors_sensors.libraries.sensorfw FAILED
  963. loaded result for library config.qtlocation_positioning.libraries.gypsy
  964. Trying source 0 (type pkgConfig) of library gypsy ...
  965. pkg-config use disabled globally.
  966. => source produced no result.
  967. test config.qtlocation_positioning.libraries.gypsy FAILED
  968. loaded result for config test config.qtlocation_positioning.tests.winrt_geolocation
  969. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\winrt && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtlocation/config.tests/winrt
  970. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\winrt && set MAKEFLAGS=& mingw32-make
  971. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtlocation\config.tests\winrt -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtlocation\config.tests\winrt\main.cpp
  972. > C:\Qt\qt-everywhere-src-5.15.1\qtlocation\config.tests\winrt\main.cpp:30:10: fatal error: windows.system.h: No such file or directory
  973. > #include <windows.system.h>
  974. > ^~~~~~~~~~~~~~~~~~
  975. > compilation terminated.
  976. > Makefile:176: recipe for target 'main.o' failed
  977. > mingw32-make: *** [main.o] Error 1
  978. test config.qtlocation_positioning.tests.winrt_geolocation FAILED
  979. loaded result for library config.qtmultimedia_multimedia.libraries.directshow
  980. Trying source 0 (type inline) of library directshow ...
  981. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\directshow && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += directshow" "QMAKE_LIBS_DIRECTSHOW = -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/directshow
  982. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\directshow && set MAKEFLAGS=& mingw32-make
  983. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\directshow -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\directshow\main.cpp
  984. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o directshow.exe main.o -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32
  985. => source accepted.
  986. test config.qtmultimedia_multimedia.libraries.directshow succeeded
  987. loaded result for config test config.qtmultimedia_multimedia.tests.evr
  988. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\evr && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/evr
  989. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\evr && set MAKEFLAGS=& mingw32-make
  990. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\evr -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\evr\main.cpp
  991. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o evr.exe main.o
  992. test config.qtmultimedia_multimedia.tests.evr succeeded
  993. loaded result for library config.qtmultimedia_multimedia.libraries.gstreamer_1_0
  994. Trying source 0 (type pkgConfig) of library gstreamer_1_0 ...
  995. pkg-config use disabled globally.
  996. => source produced no result.
  997. Trying source 1 (type inline) of library gstreamer_1_0 ...
  998. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\gstreamer && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += gstreamer_1_0" "QMAKE_LIBS_GSTREAMER_1_0 = -lgstreamer-1.0 -lgstbase-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstpbutils-1.0 -lglib-2.0 -lgobject-2.0" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/gstreamer
  999. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\gstreamer && set MAKEFLAGS=& mingw32-make
  1000. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\gstreamer -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\gstreamer\main.cpp
  1001. > C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\gstreamer\main.cpp:31:10: fatal error: gst/gst.h: No such file or directory
  1002. > #include <gst/gst.h>
  1003. > ^~~~~~~~~~~
  1004. > compilation terminated.
  1005. > Makefile:176: recipe for target 'main.o' failed
  1006. > mingw32-make: *** [main.o] Error 1
  1007. => source failed verification.
  1008. Trying source 2 (type inline) of library gstreamer_1_0 ...
  1009. => source failed condition 'config.android && input.gstreamer != '''.
  1010. test config.qtmultimedia_multimedia.libraries.gstreamer_1_0 FAILED
  1011. loaded result for library config.qtmultimedia_multimedia.libraries.gstreamer_0_10
  1012. Trying source 0 (type pkgConfig) of library gstreamer_0_10 ...
  1013. pkg-config use disabled globally.
  1014. => source produced no result.
  1015. test config.qtmultimedia_multimedia.libraries.gstreamer_0_10 FAILED
  1016. loaded result for library config.qtmultimedia_multimedia.libraries.openal
  1017. Trying source 0 (type pkgConfig) of library openal ...
  1018. pkg-config use disabled globally.
  1019. => source produced no result.
  1020. Trying source 1 (type inline) of library openal ...
  1021. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\openal && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += openal" "QMAKE_LIBS_OPENAL = -lOpenAL32" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/openal
  1022. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\openal && set MAKEFLAGS=& mingw32-make
  1023. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\openal -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\openal\main.cpp
  1024. > C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\openal\main.cpp:32:10: fatal error: AL/al.h: No such file or directory
  1025. > #include <AL/al.h>
  1026. > ^~~~~~~~~
  1027. > compilation terminated.
  1028. > Makefile:176: recipe for target 'main.o' failed
  1029. > mingw32-make: *** [main.o] Error 1
  1030. => source failed verification.
  1031. Trying source 2 (type inline) of library openal ...
  1032. => source failed condition 'config.darwin'.
  1033. Trying source 3 (type inline) of library openal ...
  1034. => source failed condition 'config.unix && !config.darwin'.
  1035. test config.qtmultimedia_multimedia.libraries.openal FAILED
  1036. loaded result for library config.qtmultimedia_multimedia.libraries.libresourceqt5
  1037. Trying source 0 (type pkgConfig) of library libresourceqt5 ...
  1038. pkg-config use disabled globally.
  1039. => source produced no result.
  1040. test config.qtmultimedia_multimedia.libraries.libresourceqt5 FAILED
  1041. loaded result for config test config.qtmultimedia_multimedia.tests.wasapi
  1042. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wasapi && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/wasapi
  1043. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wasapi && set MAKEFLAGS=& mingw32-make
  1044. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wasapi -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wasapi\main.cpp
  1045. > C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wasapi\main.cpp:32:10: fatal error: windows.devices.enumeration.h: No such file or directory
  1046. > #include <windows.devices.enumeration.h> // clang-cl 6.0.0 chokes on this
  1047. > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1048. > compilation terminated.
  1049. > Makefile:176: recipe for target 'main.o' failed
  1050. > mingw32-make: *** [main.o] Error 1
  1051. test config.qtmultimedia_multimedia.tests.wasapi FAILED
  1052. loaded result for library config.qtmultimedia_multimedia.libraries.wmf
  1053. Trying source 0 (type inline) of library wmf ...
  1054. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wmf && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += wmf" "QMAKE_LIBS_WMF = -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/wmf
  1055. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wmf && set MAKEFLAGS=& mingw32-make
  1056. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wmf -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wmf\main.cpp
  1057. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o wmf.exe main.o -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys
  1058. > C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lPropsys
  1059. > collect2.exe: error: ld returned 1 exit status
  1060. > Makefile:69: recipe for target 'wmf.exe' failed
  1061. > mingw32-make: *** [wmf.exe] Error 1
  1062. => source failed verification.
  1063. test config.qtmultimedia_multimedia.libraries.wmf FAILED
  1064. loaded result for config test config.qtmultimedia_multimedia.tests.wmsdk
  1065. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wmsdk && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/wmsdk
  1066. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wmsdk && set MAKEFLAGS=& mingw32-make
  1067. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wmsdk -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wmsdk\main.cpp
  1068. > C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wmsdk\main.cpp:29:10: fatal error: wmsdk.h: No such file or directory
  1069. > #include <wmsdk.h>
  1070. > ^~~~~~~~~
  1071. > compilation terminated.
  1072. > Makefile:176: recipe for target 'main.o' failed
  1073. > mingw32-make: *** [main.o] Error 1
  1074. test config.qtmultimedia_multimedia.tests.wmsdk FAILED
  1075. loaded result for config test config.qtmultimedia_multimedia.tests.wshellitem
  1076. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wshellitem && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" C:/Qt/qt-everywhere-src-5.15.1/qtmultimedia/config.tests/wshellitem
  1077. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\wshellitem && set MAKEFLAGS=& mingw32-make
  1078. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IC:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wshellitem -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o C:\Qt\qt-everywhere-src-5.15.1\qtmultimedia\config.tests\wshellitem\main.cpp
  1079. > g++ -Wl,-s -Wl,-subsystem,console -static -mthreads -o wshellitem.exe main.o
  1080. test config.qtmultimedia_multimedia.tests.wshellitem succeeded
  1081. loaded result for library config.qtspeech_tts.libraries.flite
  1082. Trying source 0 (type inline) of library flite ...
  1083. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\flite && C:\Qt\qt-everywhere-src-5.15.1\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += static warn_off console single_arch" "QMAKE_USE += flite" "QMAKE_LIBS_FLITE = -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite" C:/Qt/qt-everywhere-src-5.15.1/config.tests/flite
  1084. + cd /d C:\Qt\qt-everywhere-src-5.15.1\config.tests\flite && set MAKEFLAGS=& mingw32-make
  1085. > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IC:\Qt\qt-everywhere-src-5.15.1\qtbase\mkspecs\win32-g++ -o main.o main.cpp
  1086. > main.cpp:2:10: fatal error: flite/flite.h: No such file or directory
  1087. > #include <flite/flite.h>
  1088. > ^~~~~~~~~~~~~~~
  1089. > compilation terminated.
  1090. > Makefile:176: recipe for target 'main.o' failed
  1091. > mingw32-make: *** [main.o] Error 1
  1092. => source failed verification.
  1093. test config.qtspeech_tts.libraries.flite FAILED
  1094. loaded result for config test config.qttools_qdoc.tests.libclang
  1095. test config.qttools_qdoc.tests.libclang FAILED
  1096.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement