Command line: -opengl dynamic -opensource -confirm-license -platform win32-g++ -release -pkg-config -no-iconv -no-gstreamer -make-tool make -plugin-sql-ibase -plugin-sql-psql -plugin-sql-mysql -plugin-sql-odbc -shared -dbus -no-openssl -system-freetype -system-harfbuzz -qt-pcre -no-icu -nomake examples -nomake tests executing config test verifyspec + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\verifyspec && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/verifyspec + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\verifyspec && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/verifyspec -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o verifyspec.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/verifyspec/verifyspec.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o verifyspec.exe verifyspec.o test config.qtbase.tests.verifyspec succeeded executing config test architecture + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\arch && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/arch + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\arch && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/arch -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o arch.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/arch/arch.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o arch.exe arch.o Detected architecture: i386 () test config.qtbase.tests.architecture gave result i386 executing config test sse2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse2" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse2 succeeded executing config test aesni + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=aesni" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.aesni succeeded executing config test alloca_h + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\alloca_h && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/alloca_h + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\alloca_h && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: alloca.h: No such file or directory > #include > ^~~~~~~~~~ > compilation terminated. > make: *** [Makefile:163: main.o] Error 1 test config.qtbase.tests.alloca_h FAILED executing config test alloca_malloc_h + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\alloca_malloc_h && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/alloca_malloc_h + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\alloca_malloc_h && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o alloca_malloc_h.exe main.o test config.qtbase.tests.alloca_malloc_h succeeded executing config test sse3 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse3" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse3 succeeded executing config test ssse3 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=ssse3" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.ssse3 succeeded executing config test sse4_1 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse4_1" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse4_1 succeeded executing config test sse4_2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=sse4_2" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.sse4_2 succeeded executing config test avx + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx succeeded executing config test avx2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx2" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx2 -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX2 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx2 succeeded executing config test avx512f + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512f" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512f -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512F -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512f succeeded executing config test avx512bw + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512bw" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512bw -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512BW -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512bw succeeded executing config test avx512cd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512cd" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512cd -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512CD -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512cd succeeded executing config test avx512dq + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512dq" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512dq -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512DQ -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512dq succeeded executing config test avx512er + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512er" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512er -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512ER -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512er succeeded executing config test avx512ifma + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512ifma" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512ifma -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512IFMA -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512ifma succeeded executing config test avx512pf + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512pf" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512pf -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512PF -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512pf succeeded executing config test avx512vbmi + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512vbmi" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512vbmi -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512VBMI -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512vbmi succeeded executing config test avx512vl + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=avx512vl" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mavx512vl -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512VL -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.avx512vl succeeded executing config test c++14 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c++14 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/c++14 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c++14 && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++1y -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c++14.exe main.o test config.qtbase.tests.c++14 succeeded executing config test c++1z + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c++1z && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/c++1z + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c++1z && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c++1z.exe main.o test config.qtbase.tests.c++1z succeeded executing config test c99 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c99 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/c99 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c99 && set MAKEFLAGS=& C:/msys64/usr/bin/make > gcc -c -fno-keep-inline-dllexport -O2 -std=gnu99 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.c > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c99.exe main.o test config.qtbase.tests.c99 succeeded executing config test c11 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c11 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/c11 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\c11 && set MAKEFLAGS=& C:/msys64/usr/bin/make > gcc -c -fno-keep-inline-dllexport -O2 -std=gnu11 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.c > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c11.exe main.o test config.qtbase.tests.c11 succeeded executing config test pkg-config test config.qtbase.tests.pkg-config FAILED looking for library dbus Trying source 0 (type pkgConfig) of library dbus ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library dbus ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\dbus && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += dbus" "QMAKE_LIBS_DBUS = " "QMAKE_LIBS_DBUS_DEBUG = -ldbus-1d" "QMAKE_LIBS_DBUS_RELEASE = -ldbus-1" E:/qt-everywhere-src-5.12.0-rc/config.tests/dbus + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\dbus && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: dbus/dbus.h: No such file or directory > #include > ^~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:163: main.o] Error 1 => source failed verification. Trying source 2 (type inline) of library dbus ... => source failed condition '!config.win32'. test config.qtbase.libraries.dbus FAILED executing config test f16c + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=f16c" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -mf16c -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_F16C -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.f16c succeeded looking for library host_dbus Trying source 0 (type pkgConfig) of library host_dbus ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library host_dbus ... => source accepted. test config.qtbase.libraries.host_dbus succeeded executing config test incredibuild_xge Searching for file BuildConsole.exe. Not found. test config.qtbase.tests.incredibuild_xge FAILED looking for library libudev Trying source 0 (type pkgConfig) of library libudev ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library libudev ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libudev && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += libudev" "QMAKE_LIBS_LIBUDEV = -ludev" E:/qt-everywhere-src-5.12.0-rc/config.tests/libudev + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libudev && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: libudev.h: No such file or directory > #include > ^~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:163: main.o] Error 1 => source failed verification. test config.qtbase.libraries.libudev FAILED executing config test posix_fallocate + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\posix_fallocate && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/posix_fallocate + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\posix_fallocate && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp: In function 'int main(int, char**)': > main.cpp:8:12: error: 'posix_fallocate' was not declared in this scope > (void) posix_fallocate(0, 0, 0); > ^~~~~~~~~~~~~~~ > make: *** [Makefile:163: main.o] Error 1 test config.qtbase.tests.posix_fallocate FAILED executing config test precompile_header + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\common\pch && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/common/pch + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\common\pch && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -x c++-header -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/common/pch -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o .pch/header.h.gch/c++ E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/common/pch/header.h > g++ -c -include .pch/header.h -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/common/pch -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o source.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/common/pch/source.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o pch.exe source.o test config.qtbase.tests.precompile_header succeeded executing config test rdrnd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=rdrnd" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.rdrnd succeeded executing config test shani + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "CONFIG+=add_cflags" "DEFINES+=NO_ATTRIBUTE" "SIMD=shani" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.shani succeeded executing config test stl + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\stl && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/stl + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\stl && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/stl -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o stltest.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/stl/stltest.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o stl.exe stltest.o test config.qtbase.tests.stl succeeded looking for library zlib Trying source 0 (type inline) of library zlib ... => source failed condition 'config.msvc'. Trying source 1 (type inline) of library zlib ... => source failed condition 'config.msvc'. Trying source 2 (type inline) of library zlib ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\zlib && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += zlib" "QMAKE_LIBS_ZLIB = -lz" E:/qt-everywhere-src-5.12.0-rc/config.tests/zlib + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\zlib && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o zlib.exe main.o -lz => source accepted. test config.qtbase.libraries.zlib succeeded executing config test x86SimdAlways + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "SIMD=aesni avx avx2 avx512bw avx512cd avx512dq avx512er avx512f avx512ifma avx512pf avx512vbmi avx512vl f16c rdrnd shani sse2 sse3 sse4_1 sse4_2 ssse3" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\x86_simd && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > 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_AVX -DQT_COMPILER_SUPPORTS_AVX2 -DQT_COMPILER_SUPPORTS_AVX512BW -DQT_COMPILER_SUPPORTS_AVX512CD -DQT_COMPILER_SUPPORTS_AVX512DQ -DQT_COMPILER_SUPPORTS_AVX512ER -DQT_COMPILER_SUPPORTS_AVX512F -DQT_COMPILER_SUPPORTS_AVX512IFMA -DQT_COMPILER_SUPPORTS_AVX512PF -DQT_COMPILER_SUPPORTS_AVX512VBMI -DQT_COMPILER_SUPPORTS_AVX512VL -DQT_COMPILER_SUPPORTS_F16C -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 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/x86_simd/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o test config.qtbase.tests.x86SimdAlways succeeded executing config test cxx11_future + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cxx11_future && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/cxx11_future + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cxx11_future && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx11_future.exe main.o test config.qtbase_corelib.tests.cxx11_future succeeded executing config test eventfd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\eventfd && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/eventfd + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\eventfd && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sys/eventfd.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_corelib.tests.eventfd FAILED executing config test inotify + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\inotify && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/inotify + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\inotify && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sys/inotify.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_corelib.tests.inotify FAILED looking for library slog2 Trying source 0 (type inline) of library slog2 ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\slog2 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += slog2" "QMAKE_LIBS_SLOG2 = -lslog2" E:/qt-everywhere-src-5.12.0-rc/config.tests/slog2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\slog2 && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sys/slog2.h: No such file or directory > #include > ^~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtbase_corelib.libraries.slog2 FAILED looking for library libatomic Trying source 0 (type inline) of library libatomic ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libatomic && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += libatomic" "QMAKE_LIBS_LIBATOMIC = " E:/qt-everywhere-src-5.12.0-rc/config.tests/libatomic + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libatomic && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libatomic.exe main.o => source accepted. test config.qtbase_corelib.libraries.libatomic succeeded looking for library doubleconversion Trying source 0 (type inline) of library doubleconversion ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\doubleconversion && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += doubleconversion" "QMAKE_LIBS_DOUBLECONVERSION = -ldouble-conversion" E:/qt-everywhere-src-5.12.0-rc/config.tests/doubleconversion + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\doubleconversion && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: double-conversion/double-conversion.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtbase_corelib.libraries.doubleconversion FAILED executing config test cloexec + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cloexec && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/cloexec + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cloexec && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:4:10: fatal error: sys/socket.h: No such file or directory > #include > ^~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_corelib.tests.cloexec FAILED executing config test cxx11_random + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\unix\cxx11_random && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/unix/cxx11_random + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\unix\cxx11_random && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/unix/cxx11_random -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o cxx11_random.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/unix/cxx11_random/cxx11_random.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx11_random.exe cxx11_random.o test config.qtbase_corelib.tests.cxx11_random succeeded executing config test atomicfptr + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\atomicfptr && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/atomicfptr + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\atomicfptr && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o atomicfptr.exe main.o test config.qtbase_corelib.tests.atomicfptr succeeded Trying source 0 (type makeSpec) of library network ... => source accepted. executing config test getifaddrs + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\getifaddrs && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += network" "QMAKE_LIBS_NETWORK = -lws2_32" E:/qt-everywhere-src-5.12.0-rc/config.tests/getifaddrs + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\getifaddrs && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:3:10: fatal error: sys/socket.h: No such file or directory > #include > ^~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_network.tests.getifaddrs FAILED executing config test ipv6ifname + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\ipv6ifname && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += network" "QMAKE_LIBS_NETWORK = -lws2_32" E:/qt-everywhere-src-5.12.0-rc/config.tests/ipv6ifname + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\ipv6ifname && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:3:10: fatal error: sys/socket.h: No such file or directory > #include > ^~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_network.tests.ipv6ifname FAILED looking for library xcb Trying source 0 (type pkgConfig) of library xcb ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library xcb ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\xcb && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += xcb" "QMAKE_LIBS_XCB = -lxcb" E:/qt-everywhere-src-5.12.0-rc/config.tests/xcb + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\xcb && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: xcb/xcb.h: No such file or directory > #include > ^~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtbase_gui.libraries.xcb FAILED executing config test directx Searching for file d3dcompiler.h. Found at C:/msys64/mingw32/i686-w64-mingw32/include/d3dcompiler.h. Searching for file d3d11.lib. Not found. test config.qtbase_gui.tests.directx FAILED looking for library direct2d Trying source 0 (type inline) of library direct2d ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\direct2d && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += direct2d" "QMAKE_LIBS_DIRECT2D = -ld2d1 -ldwrite -ld3d11" E:/qt-everywhere-src-5.12.0-rc/config.tests/direct2d + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\direct2d && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o direct2d.exe main.o -ld2d1 -ldwrite -ld3d11 => source accepted. test config.qtbase_gui.libraries.direct2d succeeded looking for library directwrite Trying source 0 (type inline) of library directwrite ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\directwrite && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += directwrite" "QMAKE_LIBS_DIRECTWRITE = -ldwrite" E:/qt-everywhere-src-5.12.0-rc/config.tests/directwrite + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\directwrite && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o directwrite.exe main.o -ldwrite => source accepted. test config.qtbase_gui.libraries.directwrite succeeded executing config test directwrite2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\directwrite2 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += directwrite" "QMAKE_LIBS_DIRECTWRITE = -ldwrite" E:/qt-everywhere-src-5.12.0-rc/config.tests/directwrite2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\directwrite2 && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o directwrite2.exe main.o -ldwrite test config.qtbase_gui.tests.directwrite2 succeeded looking for library drm Trying source 0 (type pkgConfig) of library drm ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library drm ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\drm && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += drm" "QMAKE_LIBS_DRM = -ldrm" E:/qt-everywhere-src-5.12.0-rc/config.tests/drm + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\drm && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:5:10: fatal error: xf86drmMode.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 2 (type inline) of library drm ... => source failed condition 'config.integrity'. test config.qtbase_gui.libraries.drm FAILED looking for library egl Trying source 0 (type pkgConfig) of library egl ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type makeSpec) of library egl ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\egl && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += egl" "QMAKE_LIBS_EGL = " E:/qt-everywhere-src-5.12.0-rc/config.tests/egl + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\egl && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o egl.exe main.o > main.o:main.cpp:(.text.startup+0x27): undefined reference to `_imp__eglDestroyContext@8' > collect2.exe: error: ld returned 1 exit status > make: *** [Makefile:64: egl.exe] Error 1 => source failed verification. test config.qtbase_gui.libraries.egl FAILED executing config test evdev + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\evdev && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/evdev + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\evdev && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:5:12: fatal error: linux/input.h: No such file or directory > # include > ^~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_gui.tests.evdev FAILED looking for library gbm Trying source 0 (type pkgConfig) of library gbm ... pkg-config use disabled globally. => source produced no result. test config.qtbase_gui.libraries.gbm FAILED executing config test linuxfb + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\linuxfb && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/linuxfb + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\linuxfb && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: linux/fb.h: No such file or directory > #include > ^~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_gui.tests.linuxfb FAILED looking for library mtdev Trying source 0 (type pkgConfig) of library mtdev ... pkg-config use disabled globally. => source produced no result. test config.qtbase_gui.libraries.mtdev FAILED looking for library openvg Trying source 0 (type pkgConfig) of library openvg ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type makeSpec) of library openvg ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\openvg && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += openvg" "QMAKE_LIBS_OPENVG = " E:/qt-everywhere-src-5.12.0-rc/config.tests/openvg + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\openvg && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: VG/openvg.h: No such file or directory > #include > ^~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtbase_gui.libraries.openvg FAILED executing config test qpa_default_platform test config.qtbase_gui.tests.qpa_default_platform gave result windows looking for library freetype Trying source 0 (type pkgConfig) of library freetype ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type freetype) of library freetype ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\freetype && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += freetype" "QMAKE_LIBS_FREETYPE = -lfreetype" E:/qt-everywhere-src-5.12.0-rc/config.tests/freetype + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\freetype && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: ft2build.h: No such file or directory > #include > ^~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 2 (type freetype) of library freetype ... => source failed condition 'config.wasm'. test config.qtbase_gui.libraries.freetype FAILED looking for library harfbuzz Trying source 0 (type inline) of library harfbuzz ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\harfbuzz && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += harfbuzz" "QMAKE_LIBS_HARFBUZZ = -lharfbuzz" E:/qt-everywhere-src-5.12.0-rc/config.tests/harfbuzz + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\harfbuzz && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o harfbuzz.exe main.o -lharfbuzz => source accepted. test config.qtbase_gui.libraries.harfbuzz succeeded looking for library libjpeg Trying source 0 (type inline) of library libjpeg ... => source failed condition 'config.msvc'. Trying source 1 (type inline) of library libjpeg ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libjpeg && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += libjpeg" "QMAKE_LIBS_LIBJPEG = -ljpeg" E:/qt-everywhere-src-5.12.0-rc/config.tests/libjpeg + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libjpeg && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libjpeg.exe main.o -ljpeg => source accepted. test config.qtbase_gui.libraries.libjpeg succeeded looking for library libpng Trying source 0 (type pkgConfig) of library libpng ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library libpng ... => source failed condition 'config.msvc'. Trying source 2 (type inline) of library libpng ... => source failed condition 'config.msvc'. Trying source 3 (type inline) of library libpng ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libpng && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += libpng zlib" "QMAKE_LIBS_LIBPNG = -lpng16" "QMAKE_LIBS_ZLIB = -lz" E:/qt-everywhere-src-5.12.0-rc/config.tests/libpng + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\libpng && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libpng.exe main.o -lpng16 -lz => source accepted. test config.qtbase_gui.libraries.libpng succeeded looking for library tslib Trying source 0 (type inline) of library tslib ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\tslib && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += tslib" "QMAKE_LIBS_TSLIB = -lts" E:/qt-everywhere-src-5.12.0-rc/config.tests/tslib + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\tslib && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: tslib.h: No such file or directory > #include > ^~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtbase_gui.libraries.tslib FAILED looking for library vulkan Trying source 0 (type pkgConfig) of library vulkan ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type makeSpec) of library vulkan ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\qpa\vulkan && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += vulkan" "QMAKE_LIBS_VULKAN = " "QMAKE_INCDIR_VULKAN = \\include" E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/qpa/vulkan + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\qpa\vulkan && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/qpa/vulkan -I. -I\include -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o vulkan.o E:/qt-everywhere-src-5.12.0-rc/qtbase/config.tests/qpa/vulkan/vulkan.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o vulkan.exe vulkan.o => source accepted. test config.qtbase_gui.libraries.vulkan succeeded looking for library xkbcommon Trying source 0 (type pkgConfig) of library xkbcommon ... pkg-config use disabled globally. => source produced no result. test config.qtbase_gui.libraries.xkbcommon FAILED executing config test xlib + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\xlib && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/xlib + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\xlib && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp: In function 'int main(int, char**)': > main.cpp:7:18: error: 'XOpenDisplay' was not declared in this scope > Display *d = XOpenDisplay(NULL); > ^~~~~~~~~~~~ > main.cpp:7:18: note: suggested alternative: 'Display' > Display *d = XOpenDisplay(NULL); > ^~~~~~~~~~~~ > Display > main.cpp:8:5: error: 'XCloseDisplay' was not declared in this scope > XCloseDisplay(d); > ^~~~~~~~~~~~~ > main.cpp:8:5: note: suggested alternative: 'Display' > XCloseDisplay(d); > ^~~~~~~~~~~~~ > Display > make: *** [Makefile:165: main.o] Error 1 test config.qtbase_gui.tests.xlib FAILED executing config test uxtheme Searching for file uxtheme.h. Found at C:/msys64/mingw32/i686-w64-mingw32/include/uxtheme.h. test config.qtbase_widgets.tests.uxtheme succeeded looking for library cups Trying source 0 (type inline) of library cups ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cups && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += cups" "QMAKE_LIBS_CUPS = -lcups" E:/qt-everywhere-src-5.12.0-rc/config.tests/cups + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cups && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: cups/cups.h: No such file or directory > #include > ^~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtbase_printsupport.libraries.cups FAILED looking for library db2 Trying source 0 (type inline) of library db2 ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\db2 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += db2" "QMAKE_LIBS_DB2 = -ldb2cli" E:/qt-everywhere-src-5.12.0-rc/config.tests/db2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\db2 && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sqlcli.h: No such file or directory > #include > ^~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 1 (type inline) of library db2 ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.db2 FAILED looking for library ibase Trying source 0 (type inline) of library ibase ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\ibase && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += ibase" "QMAKE_LIBS_IBASE = -lgds32_ms" E:/qt-everywhere-src-5.12.0-rc/config.tests/ibase + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\ibase && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o ibase.exe main.o -lgds32_ms > C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lgds32_ms > collect2.exe: error: ld returned 1 exit status > make: *** [Makefile:64: ibase.exe] Error 1 => source failed verification. Trying source 1 (type inline) of library ibase ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.ibase FAILED looking for library mysql Trying source 0 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 1 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 2 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 3 (type mysqlConfig) of library mysql ... mysql_config not found. => source produced no result. Trying source 4 (type inline) of library mysql ... => source failed condition '!config.win32'. Trying source 5 (type inline) of library mysql ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\mysql && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += mysql" "QMAKE_LIBS_MYSQL = -llibmysql" E:/qt-everywhere-src-5.12.0-rc/config.tests/mysql + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\mysql && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:5:10: fatal error: mysql.h: No such file or directory > #include > ^~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 6 (type inline) of library mysql ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.mysql FAILED looking for library oci Trying source 0 (type inline) of library oci ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\oci && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += oci" "QMAKE_LIBS_OCI = -loci" E:/qt-everywhere-src-5.12.0-rc/config.tests/oci + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\oci && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: oci.h: No such file or directory > #include > ^~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 1 (type inline) of library oci ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.oci FAILED looking for library odbc Trying source 0 (type inline) of library odbc ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\odbc && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += odbc" "QMAKE_LIBS_ODBC = -lodbc32" E:/qt-everywhere-src-5.12.0-rc/config.tests/odbc + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\odbc && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o odbc.exe main.o -lodbc32 => source accepted. test config.qtbase_sqldrivers.libraries.odbc succeeded looking for library psql Trying source 0 (type pkgConfig) of library psql ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type psqlConfig) of library psql ... pg_config not found. => source produced no result. Trying source 2 (type psqlEnv) of library psql ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\psql && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += psql" "QMAKE_LIBS_PSQL = -llibpq -lws2_32 -ladvapi32" E:/qt-everywhere-src-5.12.0-rc/config.tests/psql + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\psql && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o psql.exe main.o -llibpq -lws2_32 -ladvapi32 => source accepted. test config.qtbase_sqldrivers.libraries.psql succeeded looking for library sqlite2 Trying source 0 (type inline) of library sqlite2 ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\sqlite2 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += sqlite2" "QMAKE_LIBS_SQLITE2 = -lsqlite" E:/qt-everywhere-src-5.12.0-rc/config.tests/sqlite2 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\sqlite2 && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sqlite.h: No such file or directory > #include > ^~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtbase_sqldrivers.libraries.sqlite2 FAILED looking for library tds Trying source 0 (type sybaseEnv) of library tds ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\tds && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += tds" "QMAKE_LIBS_TDS = -lNTWDBLIB" E:/qt-everywhere-src-5.12.0-rc/config.tests/tds + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\tds && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > main.cpp:2:10: fatal error: sybfront.h: No such file or directory > #include > ^~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 1 (type sybaseEnv) of library tds ... => source failed condition '!config.win32'. test config.qtbase_sqldrivers.libraries.tds FAILED executing config test cxx14_make_unique + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cxx14_make_unique && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/config.tests/cxx14_make_unique + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\cxx14_make_unique && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx14_make_unique.exe main.o test config.qtdeclarative_qml.tests.cxx14_make_unique succeeded executing config test d3d12 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\d3d12 && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtdeclarative/config.tests/d3d12 + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\d3d12 && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtdeclarative/config.tests/d3d12 -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o d3d12.o E:/qt-everywhere-src-5.12.0-rc/qtdeclarative/config.tests/d3d12/d3d12.cpp > E:/qt-everywhere-src-5.12.0-rc/qtdeclarative/config.tests/d3d12/d3d12.cpp:40:10: fatal error: d3d12.h: No such file or directory > #include > ^~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: d3d12.o] Error 1 test config.qtdeclarative_quick.tests.d3d12 FAILED looking for library sdl2 Trying source 0 (type pkgConfig) of library sdl2 ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library sdl2 ... => source failed condition 'config.darwin'. Trying source 2 (type inline) of library sdl2 ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\sdl && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += sdl2" "QMAKE_LIBS_SDL2 = -lSDL2 -lSDL2main" E:/qt-everywhere-src-5.12.0-rc/qtgamepad/config.tests/sdl + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\sdl && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtgamepad/config.tests/sdl -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtgamepad/config.tests/sdl/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtgamepad/config.tests/sdl/main.cpp:37:10: fatal error: SDL.h: No such file or directory > #include > ^~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 3 (type inline) of library sdl2 ... => source failed condition 'config.unix && !config.darwin'. test config.qtgamepad_gamepad.libraries.sdl2 FAILED looking for library assimp Trying source 0 (type pkgConfig) of library assimp ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library assimp ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\assimp && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += assimp" "QMAKE_LIBS_ASSIMP = -lassimp" E:/qt-everywhere-src-5.12.0-rc/qt3d/config.tests/assimp + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\assimp && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qt3d/config.tests/assimp -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qt3d/config.tests/assimp/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o assimp.exe main.o -lassimp => source accepted. test config.qt3d_core.libraries.assimp succeeded looking for library fbx Trying source 0 (type fbx) of library fbx ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\fbx && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += fbx" "QMAKE_LIBS_FBX = -lfbxsdk" E:/qt-everywhere-src-5.12.0-rc/qt3d/config.tests/fbx + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\fbx && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qt3d/config.tests/fbx -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qt3d/config.tests/fbx/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qt3d/config.tests/fbx/main.cpp:29:10: fatal error: fbxsdk.h: No such file or directory > #include > ^~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qt3d_geometryloaders.libraries.fbx FAILED looking for library wayland-egl Trying source 0 (type pkgConfig) of library wayland-egl ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library wayland-egl ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wayland_egl && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += wayland-egl" "QMAKE_LIBS_WAYLAND-EGL = -lwayland-egl" E:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wayland_egl && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl/main.cpp:51:10: fatal error: wayland-egl.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. Trying source 2 (type inline) of library wayland-egl ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wayland_egl && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += wayland-egl" "QMAKE_LIBS_WAYLAND-EGL = -lEGL" E:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wayland_egl && set MAKEFLAGS=& C:/msys64/usr/bin/make clean && set MAKEFLAGS=& C:/msys64/usr/bin/make > rm -f main.o > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtwayland/config.tests/wayland_egl/main.cpp:51:10: fatal error: wayland-egl.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtwayland_client.libraries.wayland-egl FAILED looking for library bluez Trying source 0 (type pkgConfig) of library bluez ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library bluez ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\bluez && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += bluez" "QMAKE_LIBS_BLUEZ = -lbluetooth" E:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/bluez + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\bluez && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -fpermissive -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/bluez -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/bluez/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/bluez/main.cpp:29:10: fatal error: bluetooth/bluetooth.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 => source failed verification. test config.qtconnectivity_bluetooth.libraries.bluez FAILED executing config test winrt_bt + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\winrt_bt && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/winrt_bt + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\winrt_bt && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/winrt_bt -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/winrt_bt/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtconnectivity/config.tests/winrt_bt/main.cpp:30:10: fatal error: windows.devices.enumeration.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtconnectivity_bluetooth.tests.winrt_bt FAILED looking for library sensorfw Trying source 0 (type pkgConfig) of library sensorfw ... pkg-config use disabled globally. => source produced no result. test config.qtsensors_sensors.libraries.sensorfw FAILED looking for library gypsy Trying source 0 (type pkgConfig) of library gypsy ... pkg-config use disabled globally. => source produced no result. test config.qtlocation_positioning.libraries.gypsy FAILED executing config test winrt_geolocation + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\winrt && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtlocation/config.tests/winrt + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\winrt && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtlocation/config.tests/winrt -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtlocation/config.tests/winrt/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtlocation/config.tests/winrt/main.cpp:30:10: fatal error: windows.system.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtlocation_positioning.tests.winrt_geolocation FAILED looking for library directshow Trying source 0 (type inline) of library directshow ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\directshow && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += directshow" "QMAKE_LIBS_DIRECTSHOW = -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32" E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/directshow + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\directshow && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/directshow -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/directshow/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o directshow.exe main.o -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 => source accepted. test config.qtmultimedia_multimedia.libraries.directshow succeeded executing config test evr + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\evr && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/evr + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\evr && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/evr -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/evr/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o evr.exe main.o test config.qtmultimedia_multimedia.tests.evr succeeded looking for library openal Trying source 0 (type pkgConfig) of library openal ... pkg-config use disabled globally. => source produced no result. Trying source 1 (type inline) of library openal ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\openal && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += openal" "QMAKE_LIBS_OPENAL = -lOpenAL32" E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/openal + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\openal && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/openal -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/openal/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o openal.exe main.o -lOpenAL32 > C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lOpenAL32 > collect2.exe: error: ld returned 1 exit status > make: *** [Makefile:64: openal.exe] Error 1 => source failed verification. Trying source 2 (type inline) of library openal ... => source failed condition 'config.darwin'. Trying source 3 (type inline) of library openal ... => source failed condition 'config.unix && !config.darwin'. test config.qtmultimedia_multimedia.libraries.openal FAILED looking for library libresourceqt5 Trying source 0 (type pkgConfig) of library libresourceqt5 ... pkg-config use disabled globally. => source produced no result. test config.qtmultimedia_multimedia.libraries.libresourceqt5 FAILED executing config test wasapi + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wasapi && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wasapi + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wasapi && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wasapi -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wasapi/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wasapi/main.cpp:32:10: fatal error: windows.devices.enumeration.h: No such file or directory > #include // clang-cl 6.0.0 chokes on this > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtmultimedia_multimedia.tests.wasapi FAILED looking for library wmf Trying source 0 (type inline) of library wmf ... + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wmf && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += wmf" "QMAKE_LIBS_WMF = -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys" E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wmf + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wmf && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wmf -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wmf/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o wmf.exe main.o -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys > C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lPropsys > collect2.exe: error: ld returned 1 exit status > make: *** [Makefile:64: wmf.exe] Error 1 => source failed verification. test config.qtmultimedia_multimedia.libraries.wmf FAILED executing config test wmsdk + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wmsdk && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wmsdk + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wmsdk && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wmsdk -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wmsdk/main.cpp > E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wmsdk/main.cpp:29:10: fatal error: wmsdk.h: No such file or directory > #include > ^~~~~~~~~ > compilation terminated. > make: *** [Makefile:165: main.o] Error 1 test config.qtmultimedia_multimedia.tests.wmsdk FAILED executing config test wshellitem + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wshellitem && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wshellitem + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\wshellitem && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wshellitem -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o main.o E:/qt-everywhere-src-5.12.0-rc/qtmultimedia/config.tests/wshellitem/main.cpp > g++ -Wl,-s -Wl,-subsystem,console -mthreads -o wshellitem.exe main.o test config.qtmultimedia_multimedia.tests.wshellitem succeeded executing config test webengine-bison Found bison from path: E:/qt-everywhere-src-5.12.0-rc/gnuwin32/bin/bison.exe test config.qtwebengine_core.tests.webengine-bison succeeded executing config test webengine-embedded-build test config.qtwebengine_core.tests.webengine-embedded-build FAILED executing config test webengine-flex Found flex from path: E:/qt-everywhere-src-5.12.0-rc/gnuwin32/bin/flex.exe test config.qtwebengine_core.tests.webengine-flex succeeded executing config test webengine-gperf Found gperf from path: E:/qt-everywhere-src-5.12.0-rc/gnuwin32/bin/gperf.exe test config.qtwebengine_core.tests.webengine-gperf succeeded executing config test webengine-python2 test config.qtwebengine_core.tests.webengine-python2 gave result C:/msys64/mingw32/bin/python2.exe looking for library webengine-dbus Trying source 0 (type pkgConfig) of library webengine-dbus ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-dbus FAILED looking for library webengine-fontconfig Trying source 0 (type pkgConfig) of library webengine-fontconfig ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-fontconfig FAILED looking for library webengine-libdrm Trying source 0 (type pkgConfig) of library webengine-libdrm ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-libdrm FAILED executing config test webengine-ninja Found ninja from path: C:\msys64\mingw32\bin/ninja.exe + C:\msys64\mingw32\bin/ninja.exe --version > 1.8.2 test config.qtwebengine_core.tests.webengine-ninja succeeded looking for library webengine-xcomposite Trying source 0 (type pkgConfig) of library webengine-xcomposite ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-xcomposite FAILED looking for library webengine-xcursor Trying source 0 (type pkgConfig) of library webengine-xcursor ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-xcursor FAILED looking for library webengine-xi Trying source 0 (type pkgConfig) of library webengine-xi ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-xi FAILED looking for library webengine-xrandr Trying source 0 (type pkgConfig) of library webengine-xrandr ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-xrandr FAILED looking for library webengine-xtst Trying source 0 (type pkgConfig) of library webengine-xtst ... pkg-config use disabled globally. => source produced no result. test config.qtwebengine_core.libraries.webengine-xtst FAILED executing config test webengine-win-compiler64 test config.qtwebengine_core.tests.webengine-win-compiler64 succeeded executing config test webengine-winversion + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\winversion && E:\qt-everywhere-src-5.12.0-rc\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" E:/qt-everywhere-src-5.12.0-rc/qtwebengine/config.tests/winversion + cd E:\qt-everywhere-src-5.12.0-rc\config.tests\winversion && set MAKEFLAGS=& C:/msys64/usr/bin/make > g++ -c -fno-keep-inline-dllexport -O2 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -IE:/qt-everywhere-src-5.12.0-rc/qtwebengine/config.tests/winversion -I. -IE:/qt-everywhere-src-5.12.0-rc/qtbase/mkspecs/win32-g++ -o winversion.o E:/qt-everywhere-src-5.12.0-rc/qtwebengine/config.tests/winversion/winversion.cpp > E:/qt-everywhere-src-5.12.0-rc/qtwebengine/config.tests/winversion/winversion.cpp:30:2: error: #error unsupported Visual Studio version > #error unsupported Visual Studio version > ^~~~~ > make: *** [Makefile:165: winversion.o] Error 1 test config.qtwebengine_core.tests.webengine-winversion FAILED