[Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?
Haowei Hsu
hwhsu1231 at gmail.com
Sat Oct 14 09:39:27 CEST 2023
Hello, Qt Development Team.
This time, I directly used the archives downloaded from
https://download.qt.io/archive/qt
For *6.2.4*, it failed to configure the project. (same error)
1. *mkdir build && cd build*
2. *mkdir mingw-release && cd mingw-release*
3. *../../configure -release -developer-build -nomake examples -nomake
tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF (failed)*
For *6.2.6*, it configured successfully, but failed to build 'docs' target.
1. *mkdir build && cd build*
2. *mkdir mingw-release && cd mingw-release*
3. *../../configure -release -developer-build -nomake examples -nomake
tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF*
4. *cmake --build . --target docs --parallel 4* *(failed)*
For *6.5.3*, it configured successfully, but failed to build 'docs' target.
1. *mkdir build && cd build*
2. *mkdir mingw-release && cd mingw-release*
3. *../../configure -release -developer-build -nomake examples -nomake
tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF*
4. *cmake --build . --target docs --parallel 4* *(failed)*
What happened to the 6.2.6 and 6.5.3 versions?
---
Haowei Hsu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20231014/96de2d74/attachment-0001.htm>
-------------- next part --------------
hwhsu1231 at vb-windows MINGW64 ~
$ cd /c/Test/qt-everywhere-src-6.2.4
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.4
$ mkdir build && cd build
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.4/build
$ mkdir mingw-release && cd mingw-release
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.4/build/mingw-release
$ ../../configure -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
+ mkdir -p qtbase
+ cd qtbase
+ exec /c/Test/qt-everywhere-src-6.2.4/qtbase/configure -top-level -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
-- Windows 10 SDK version:
'C:/msys64/mingw64/bin/cmake.exe' '-DFEATURE_system_zlib=OFF' '-DFEATURE_zstd=OFF' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'C:/Test/qt-everywhere-src-6.2.4'
-- The CXX compiler identification is GNU 13.2.0
-- The C compiler identification is GNU 13.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/msys64/mingw64/bin/cc.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
Checking dependencies of 'qtbase'
Checking dependencies of 'qtshadertools'
Checking dependencies of 'qtsvg'
Checking dependencies of 'qtimageformats'
Checking dependencies of 'qtdeclarative'
Checking dependencies of 'qt3d'
Checking dependencies of 'qt5compat'
Checking dependencies of 'qtactiveqt'
Checking dependencies of 'qtmultimedia'
Checking dependencies of 'qtcharts'
Checking dependencies of 'qtcoap'
Checking dependencies of 'qtconnectivity'
Checking dependencies of 'qtdatavis3d'
Checking dependencies of 'qttools'
Checking dependencies of 'qtdoc'
Checking dependencies of 'qtlottie'
Checking dependencies of 'qtmqtt'
Checking dependencies of 'qtnetworkauth'
Checking dependencies of 'qtopcua'
Checking dependencies of 'qtserialport'
Checking dependencies of 'qtpositioning'
Checking dependencies of 'qtquicktimeline'
Checking dependencies of 'qtquick3d'
Checking dependencies of 'qtremoteobjects'
Checking dependencies of 'qtscxml'
Checking dependencies of 'qtsensors'
Checking dependencies of 'qtserialbus'
Checking dependencies of 'qttranslations'
Checking dependencies of 'qtvirtualkeyboard'
Checking dependencies of 'qtwayland'
Checking dependencies of 'qtwebsockets'
Checking dependencies of 'qtwebchannel'
Checking dependencies of 'qtwebengine'
Checking dependencies of 'qtwebview'
Configuring 'qtbase'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Check for feature set changes
-- Building architecture extraction project with the following CMake arguments:
-DCMAKE_OBJCOPY=C:/msys64/mingw64/bin/objcopy.exe
-DCMAKE_C_STANDARD=11
-DCMAKE_CXX_STANDARD=17
-DCMAKE_MODULE_PATH:STRING=C:/Test/qt-everywhere-src-6.2.4/qtbase/cmake/platforms
-- Extracting architecture info from C:/Test/qt-everywhere-src-6.2.4/build/mingw-release/qtbase/config.tests/arch/architecture_test.exe.
-- Performing Test HAVE_WIN10_WIN32_WINNT
-- Performing Test HAVE_WIN10_WIN32_WINNT - Failed
-- CMAKE_VERSION: "3.27.3"
-- CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- CMAKE_HOST_SYSTEM_NAME: "Windows"
-- CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_SYSTEM: "Windows"
-- CMAKE_SYSTEM_NAME: "Windows"
-- CMAKE_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_CROSSCOMPILING: "FALSE"
-- CMAKE_C_COMPILER: "C:/msys64/mingw64/bin/cc.exe" (13.2.0)
-- CMAKE_CXX_COMPILER: "C:/msys64/mingw64/bin/c++.exe" (13.2.0)
-- Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found suitable version "1.3.#define ZLIB_VERSION "1.3"", minimum required is "1.0.8")
-- Found WrapZLIB: TRUE (Required is at least version "1.0.8")
-- Found ZSTD: 1.5.5 (found suitable version "1.5.5", minimum required is "1.3")
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- Performing Test TEST_use_bfd_linker
-- Performing Test TEST_use_bfd_linker - Success
-- Performing Test TEST_use_gold_linker
-- Performing Test TEST_use_gold_linker - Failed
-- Performing Test TEST_use_lld_linker
-- Performing Test TEST_use_lld_linker - Failed
-- Performing Test TEST_use_mold_linker
-- Performing Test TEST_use_mold_linker - Success
-- Performing Test HAVE_cxx14
-- Performing Test HAVE_cxx14 - Success
-- Performing Test HAVE_cxx17
-- Performing Test HAVE_cxx17 - Success
-- Performing Test HAVE_cxx20
-- Performing Test HAVE_cxx20 - Success
-- Performing Test precompiled header support
-- Performing Test precompiled header support - Success
-- Performing Test TEST_optimize_debug
-- Performing Test TEST_optimize_debug - Success
-- Performing Test TEST_enable_new_dtags
-- Performing Test TEST_enable_new_dtags - Failed
-- Performing Test TEST_gdb_index
-- Performing Test TEST_gdb_index - Failed
-- Performing Test HAVE_reduce_relocations
-- Performing Test HAVE_reduce_relocations - Success
-- Performing Test separate debug information support
-- Performing Test separate debug information support - Success
-- Performing Test HAVE_signaling_nan
-- Performing Test HAVE_signaling_nan - Success
-- Performing SIMD Test SSE2 instructions
-- Performing SIMD Test SSE2 instructions - Success
-- Performing SIMD Test SSE3 instructions
-- Performing SIMD Test SSE3 instructions - Success
-- Performing SIMD Test SSSE3 instructions
-- Performing SIMD Test SSSE3 instructions - Success
-- Performing SIMD Test SSE4.1 instructions
-- Performing SIMD Test SSE4.1 instructions - Success
-- Performing SIMD Test SSE4.2 instructions
-- Performing SIMD Test SSE4.2 instructions - Success
-- Performing SIMD Test AES new instructions
-- Performing SIMD Test AES new instructions - Success
-- Performing SIMD Test F16C instructions
-- Performing SIMD Test F16C instructions - Success
-- Performing SIMD Test RDRAND instruction
-- Performing SIMD Test RDRAND instruction - Success
-- Performing SIMD Test RDSEED instruction
-- Performing SIMD Test RDSEED instruction - Success
-- Performing SIMD Test SHA new instructions
-- Performing SIMD Test SHA new instructions - Success
-- Performing SIMD Test AVX instructions
-- Performing SIMD Test AVX instructions - Failed
-- Performing SIMD Test AVX2 instructions
-- Performing SIMD Test AVX2 instructions - Success
-- Performing SIMD Test AVX512 F instructions
-- Performing SIMD Test AVX512 F instructions - Success
-- Performing SIMD Test AVX512 ER instructions
-- Performing SIMD Test AVX512 ER instructions - Success
-- Performing SIMD Test AVX512 CD instructions
-- Performing SIMD Test AVX512 CD instructions - Success
-- Performing SIMD Test AVX512 PF instructions
-- Performing SIMD Test AVX512 PF instructions - Success
-- Performing SIMD Test AVX512 DQ instructions
-- Performing SIMD Test AVX512 DQ instructions - Success
-- Performing SIMD Test AVX512 BW instructions
-- Performing SIMD Test AVX512 BW instructions - Success
-- Performing SIMD Test AVX512 VL instructions
-- Performing SIMD Test AVX512 VL instructions - Success
-- Performing SIMD Test AVX512 IFMA instructions
-- Performing SIMD Test AVX512 IFMA instructions - Success
-- Performing SIMD Test AVX512 VBMI instructions
-- Performing SIMD Test AVX512 VBMI instructions - Success
-- Performing Test HAVE_posix_fallocate
-- Performing Test HAVE_posix_fallocate - Failed
-- Performing Test HAVE_alloca_stdlib_h
-- Performing Test HAVE_alloca_stdlib_h - Success
-- Performing Test HAVE_alloca_h
-- Performing Test HAVE_alloca_h - Failed
-- Performing Test HAVE_alloca_malloc_h
-- Performing Test HAVE_alloca_malloc_h - Success
-- Performing Test HAVE_stack_protector
-- Performing Test HAVE_stack_protector - Success
-- Performing Test HAVE_intelcet
-- Performing Test HAVE_intelcet - Failed
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Could NOT find double-conversion (missing: double-conversion_DIR)
-- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found Libb2: C:/msys64/mingw64/lib/libb2.dll.a
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Success
-- Found WrapRt: TRUE
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_atomicfptr
-- Performing Test HAVE_atomicfptr - Success
-- Performing Test HAVE_clock_monotonic
-- Performing Test HAVE_clock_monotonic - Success
-- Performing Test HAVE_cloexec
-- Performing Test HAVE_cloexec - Failed
-- Performing Test HAVE_cxx11_future
-- Performing Test HAVE_cxx11_future - Success
-- Performing Test HAVE_cxx11_random
-- Performing Test HAVE_cxx11_random - Success
-- Performing Test HAVE_cxx17_filesystem
-- Performing Test HAVE_cxx17_filesystem - Success
-- Performing Test HAVE_eventfd
-- Performing Test HAVE_eventfd - Failed
-- Performing Test HAVE_futimens
-- Performing Test HAVE_futimens - Failed
-- Performing Test HAVE_futimes
-- Performing Test HAVE_futimes - Failed
-- Performing Test HAVE_getauxval
-- Performing Test HAVE_getauxval - Failed
-- Performing Test HAVE_getentropy
-- Performing Test HAVE_getentropy - Failed
-- Performing Test HAVE_glibc
-- Performing Test HAVE_glibc - Failed
-- Performing Test HAVE_inotify
-- Performing Test HAVE_inotify - Failed
-- Performing Test HAVE_ipc_sysv
-- Performing Test HAVE_ipc_sysv - Failed
-- Performing Test HAVE_ipc_posix
-- Performing Test HAVE_ipc_posix - Failed
-- Performing Test HAVE_linkat
-- Performing Test HAVE_linkat - Failed
-- Performing Test HAVE_ppoll
-- Performing Test HAVE_ppoll - Failed
-- Performing Test HAVE_pollts
-- Performing Test HAVE_pollts - Failed
-- Performing Test HAVE_poll
-- Performing Test HAVE_poll - Failed
-- Performing Test HAVE_renameat2
-- Performing Test HAVE_renameat2 - Failed
-- Performing Test HAVE_statx
-- Performing Test HAVE_statx - Failed
-- Performing Test HAVE_syslog
-- Performing Test HAVE_syslog - Failed
-- Performing Test HAVE_cpp_winrt
-- Performing Test HAVE_cpp_winrt - Failed
-- Performing Test HAVE_xlocalescanprint
-- Performing Test HAVE_xlocalescanprint - Failed
-- Found WrapBrotli: TRUE
-- Found OpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- Found WrapOpenSSLHeaders: C:/msys64/mingw64/include (found version "3.1.2")
-- Performing Test HAVE_openssl_headers
-- Performing Test HAVE_openssl_headers - Success
-- Found WrapOpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- Performing Test HAVE_openssl
-- Performing Test HAVE_openssl - Success
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Performing Test HAVE_getifaddrs
-- Performing Test HAVE_getifaddrs - Failed
-- Performing Test HAVE_ifr_index
-- Performing Test HAVE_ifr_index - Failed
-- Performing Test HAVE_ipv6ifname
-- Performing Test HAVE_ipv6ifname - Failed
-- Performing Test HAVE_linux_netlink
-- Performing Test HAVE_linux_netlink - Failed
-- Performing Test HAVE_sctp
-- Performing Test HAVE_sctp - Failed
-- Performing Test HAVE_dtls
-- Performing Test HAVE_dtls - Success
-- Performing Test HAVE_ocsp
-- Performing Test HAVE_ocsp - Success
-- Performing Test HAVE_networklistmanager
-- Performing Test HAVE_networklistmanager - Failed
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Performing Test HAVE_EGL
-- Performing Test HAVE_EGL - Failed
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Found OpenGL: opengl32
-- Found WrapOpenGL: TRUE
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Failed
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Performing Test HAVE_evdev
-- Performing Test HAVE_evdev - Failed
-- Performing Test HAVE_integrityfb
-- Performing Test HAVE_integrityfb - Failed
-- Performing Test HAVE_linuxfb
-- Performing Test HAVE_linuxfb - Failed
-- Performing Test HAVE_directwrite
-- Performing Test HAVE_directwrite - Success
-- Performing Test HAVE_directwrite3
-- Performing Test HAVE_directwrite3 - Success
-- Performing Test HAVE_d2d1
-- Performing Test HAVE_d2d1 - Success
-- Performing Test HAVE_d2d1_1
-- Performing Test HAVE_d2d1_1 - Success
-- Tool 'Qt6::moc' will be built from source.
-- Tool 'Qt6::rcc' will be built from source.
-- Tool 'Qt6::tracegen' will be built from source.
-- Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Using Qt bundled PCRE2.
-- Found WrapPCRE2: TRUE
-- Using source syncqt found at: C:/Test/qt-everywhere-src-6.2.4/qtbase/libexec/syncqt.pl
-- Running syncqt for module: 'QtCore'
-- Could NOT find double-conversion (missing: double-conversion_DIR)
-- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- xmlstarlet command was not found. freedesktop.org.xml will not be minified.
-- Running syncqt for module: 'QtZlib'
-- Running syncqt for module: 'QtConcurrent'
-- Running syncqt for module: 'QtSql'
QtSql: created deprecated header(s) { qsql.h }
-- Running syncqt for module: 'QtNetwork'
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Running syncqt for module: 'QtXml'
-- Tool 'Qt6::uic' will be built from source.
-- Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- Tool 'Qt6::qlalr' will be built from source.
-- Tool 'Qt6::qvkgen' will be built from source.
-- Tool 'Qt6::qtpaths' will be built from source.
-- Tool 'Qt6::androiddeployqt' will be built from source.
-- Tool 'Qt6::androidtestrunner' will be built from source.
-- Running syncqt for module: 'QtDBus'
QtDBus: created deprecated header(s) { qdbusmacros.h }
-- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- Using Qt bundled Harfbuzz.
-- Found WrapHarfbuzz: TRUE
-- Using Qt bundled PNG.
-- Found WrapPNG: TRUE
-- Using Qt bundled Freetype.
-- Found WrapFreetype: TRUE
-- Running syncqt for module: 'QtGui'
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Running syncqt for module: 'QtOpenGL'
-- Running syncqt for module: 'QtWidgets'
-- Running syncqt for module: 'QtOpenGLWidgets'
-- Running syncqt for module: 'QtDeviceDiscoverySupport'
-- Running syncqt for module: 'QtFbSupport'
-- Running syncqt for module: 'QtTest'
QtTest: created deprecated header(s) { qtest_global.h }
-- Running syncqt for module: 'QtPrintSupport'
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
-- Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "14.5")
-- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- Found ODBC: libodbc32.a
-- Found SQLite3: C:/msys64/mingw64/include (found version "3.42.0")
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Tool 'Qt6::qmake' will be built from source.
Configuring 'qtshadertools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtShaderTools'
-- Tool 'Qt6::qsb' will be built from source.
Configuring 'qtsvg'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSvg'
-- Running syncqt for module: 'QtSvgWidgets'
Configuring 'qtimageformats'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
Configuring 'qtdeclarative'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Tool 'Qt6::qmltyperegistrar' will be built from source.
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- Performing Test HAVE_pointer_32bit
-- Performing Test HAVE_pointer_32bit - Failed
-- Performing Test HAVE_pointer_64bit
-- Performing Test HAVE_pointer_64bit - Success
-- Performing Test HAVE_arm_thumb
-- Performing Test HAVE_arm_thumb - Failed
-- Performing Test HAVE_arm_fp
-- Performing Test HAVE_arm_fp - Success
-- Running syncqt for module: 'QtQml'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQmlModels'
-- Running syncqt for module: 'QtQmlCore'
-- Running syncqt for module: 'QtQmlWorkerScript'
-- Running syncqt for module: 'QtQmlLocalStorage'
-- Running syncqt for module: 'QtQmlXmlListModel'
-- Running syncqt for module: 'QtQuick'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQuickShapes'
-- Running syncqt for module: 'QtQuickLayouts'
-- Running syncqt for module: 'QtQuickTest'
-- Running syncqt for module: 'QtQuickTestUtils'
-- Running syncqt for module: 'QtQuickParticles'
-- Running syncqt for module: 'QtQuickWidgets'
-- Running syncqt for module: 'QtQuickTemplates2'
-- Running syncqt for module: 'QtQuickControls2Impl'
-- Running syncqt for module: 'QtQuickControls2'
-- Running syncqt for module: 'QtQuickDialogs2Utils'
-- Running syncqt for module: 'QtQuickDialogs2QuickImpl'
-- Running syncqt for module: 'QtQuickDialogs2'
-- Running syncqt for module: 'QtQuickControlsTestUtils'
-- Running syncqt for module: 'QtLabsSettings'
-- Running syncqt for module: 'QtLabsQmlModels'
-- Running syncqt for module: 'QtLabsFolderListModel'
-- Running syncqt for module: 'QtLabsAnimation'
-- Running syncqt for module: 'QtLabsWavefrontMesh'
-- Running syncqt for module: 'QtLabsSharedImage'
-- Running syncqt for module: 'QtPacketProtocol'
-- Running syncqt for module: 'QtQmlDom'
-- Running syncqt for module: 'QtQmlCompiler'
-- Tool 'Qt6::qmlcachegen' will be built from source.
-- Running syncqt for module: 'QtQmlDebug'
-- Tool 'Qt6::qmldom' will be built from source.
-- Tool 'Qt6::qmllint' will be built from source.
-- Tool 'Qt6::qmlimportscanner' will be built from source.
-- Tool 'Qt6::qmlformat' will be built from source.
-- Tool 'Qt6::qmlprofiler' will be built from source.
-- Tool 'Qt6::qmltime' will be built from source.
-- Tool 'Qt6::qmlplugindump' will be built from source.
-- Tool 'Qt6::qmltestrunner' will be built from source.
-- Tool 'Qt6::qmljsrootgen' will be built from source.
Configuring 'qt3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'Qt3DCore'
-- Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test
-- Performing Test - Failed
-- Running syncqt for module: 'Qt3DLogic'
-- Running syncqt for module: 'Qt3DInput'
-- Running syncqt for module: 'Qt3DRender'
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Running syncqt for module: 'Qt3DExtras'
-- Running syncqt for module: 'Qt3DAnimation'
-- Running syncqt for module: 'Qt3DQuick'
-- Running syncqt for module: 'Qt3DQuickRender'
-- Running syncqt for module: 'Qt3DQuickScene2D'
-- Running syncqt for module: 'Qt3DQuickExtras'
-- Running syncqt for module: 'Qt3DQuickInput'
-- Running syncqt for module: 'Qt3DQuickAnimation'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/render/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/extras/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/input/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/logic/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/animation/CMakeLists.txt:7 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Performing Test Autodesk FBX
-- Performing Test Autodesk FBX - Failed
Configuring 'qt5compat'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCore5Compat'
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_ICONV
-- Performing Test HAVE_ICONV - Failed
-- Performing Test HAVE_ICONV_WITH_LIB
-- Performing Test HAVE_ICONV_WITH_LIB - Failed
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:25 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
Configuring 'qtactiveqt'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtAxBase'
-- Running syncqt for module: 'QtAxServer'
-- Running syncqt for module: 'QtAxContainer'
-- Running syncqt for module: 'ActiveQt'
-- Tool 'Qt6::idc' will be built from source.
-- Tool 'Qt6::dumpdoc' will be built from source.
-- Tool 'Qt6::dumpcpp' will be built from source.
Configuring 'qtmultimedia'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMultimedia'
QtMultimedia: created deprecated header(s) { qtmultimediadefs.h }
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- Found WMF: C:/msys64/mingw64/lib/libstrmiids.a
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test evr.h
-- Performing Test evr.h - Success
-- Performing Test Vivante GPU
-- Performing Test Vivante GPU - Failed
-- Performing Test Video for Linux
-- Performing Test Video for Linux - Failed
-- Performing Test wmsdk.h
-- Performing Test wmsdk.h - Success
-- Running syncqt for module: 'QtMultimediaQuick'
-- Running syncqt for module: 'QtMultimediaWidgets'
Configuring 'qtcharts'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCharts'
-- Running syncqt for module: 'QtChartsQml'
Configuring 'qtcoap'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCoap'
Configuring 'qtconnectivity'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBluetooth'
-- Performing Test BlueZ Low Energy
-- Performing Test BlueZ Low Energy - Failed
-- Performing Test Linux Crypto API
-- Performing Test Linux Crypto API - Failed
-- Performing Test WinRT Bluetooth API
-- Performing Test WinRT Bluetooth API - Failed
-- Running syncqt for module: 'QtNfc'
Configuring 'qtdatavis3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtDataVisualization'
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:389 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qtdatavis3d/src/datavisualizationqml2/CMakeLists.txt:26 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
Configuring 'qttools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Performing Test HAVE_FFI_CALL
-- Performing Test HAVE_FFI_CALL - Success
-- Found FFI: C:/msys64/mingw64/lib/libffi.dll.a
-- Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found version "1.3.#define ZLIB_VERSION "1.3"")
CMake Error at C:/msys64/mingw64/lib/cmake/zstd/zstdTargets.cmake:42 (message):
Some (but not all) targets in this export set were already defined.
Targets Defined: zstd::libzstd_static
Targets not yet defined: zstd::libzstd_shared
Call Stack (most recent call first):
C:/msys64/mingw64/lib/cmake/zstd/zstdConfig.cmake:1 (include)
qtbase/cmake/FindZSTD.cmake:21 (find_package)
C:/msys64/mingw64/lib/cmake/llvm/LLVMConfig.cmake:269 (find_package)
C:/msys64/mingw64/lib/cmake/clang/ClangConfig.cmake:10 (find_package)
qttools/cmake/FindWrapLibClang.cmake:14 (find_package)
qtbase/cmake/QtFindPackageHelpers.cmake:130 (find_package)
qttools/configure.cmake:19 (qt_find_package)
qtbase/cmake/QtFeature.cmake:573 (include)
qttools/src/CMakeLists.txt:21 (qt_feature_evaluate_features)
-- Configuring incomplete, errors occurred!
CMake Error at C:/Test/qt-everywhere-src-6.2.4/qtbase/cmake/QtProcessConfigureArgs.cmake:957 (message):
CMake exited with code 1.
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.4/build/mingw-release
$
-------------- next part --------------
hwhsu1231 at vb-windows MINGW64 ~
$ cd /c/Test/qt-everywhere-src-6.2.6
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6
$ mkdir build && cd build
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6/build
$ mkdir mingw-release && cd mingw-release
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6/build/mingw-release
$ ../../configure -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
+ mkdir -p qtbase
+ cd qtbase
+ exec /c/Test/qt-everywhere-src-6.2.6/qtbase/configure -top-level -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
-- Windows 10 SDK version:
'C:/msys64/mingw64/bin/cmake.exe' '-DFEATURE_system_zlib=OFF' '-DFEATURE_zstd=OFF' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'C:/Test/qt-everywhere-src-6.2.6'
-- The CXX compiler identification is GNU 13.2.0
-- The C compiler identification is GNU 13.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/msys64/mingw64/bin/cc.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
Checking dependencies of submodule 'qtbase'
Checking dependencies of submodule 'qtimageformats'
Checking dependencies of submodule 'qtshadertools'
Checking dependencies of submodule 'qtsvg'
Checking dependencies of submodule 'qtdeclarative'
Checking dependencies of submodule 'qt3d'
Checking dependencies of submodule 'qt5compat'
Checking dependencies of submodule 'qtactiveqt'
Checking dependencies of submodule 'qtmultimedia'
Checking dependencies of submodule 'qtcharts'
Checking dependencies of submodule 'qtcoap'
Checking dependencies of submodule 'qtconnectivity'
Checking dependencies of submodule 'qtdatavis3d'
Checking dependencies of submodule 'qttools'
Checking dependencies of submodule 'qtdoc'
Checking dependencies of submodule 'qtlottie'
Checking dependencies of submodule 'qtmqtt'
Checking dependencies of submodule 'qtnetworkauth'
Checking dependencies of submodule 'qtopcua'
Checking dependencies of submodule 'qtserialport'
Checking dependencies of submodule 'qtpositioning'
Checking dependencies of submodule 'qtquicktimeline'
Checking dependencies of submodule 'qtquick3d'
Checking dependencies of submodule 'qtremoteobjects'
Checking dependencies of submodule 'qtscxml'
Checking dependencies of submodule 'qtsensors'
Checking dependencies of submodule 'qtserialbus'
Checking dependencies of submodule 'qttranslations'
Checking dependencies of submodule 'qtvirtualkeyboard'
Checking dependencies of submodule 'qtwayland'
Checking dependencies of submodule 'qtwebsockets'
Checking dependencies of submodule 'qtwebchannel'
Checking dependencies of submodule 'qtwebengine'
Checking dependencies of submodule 'qtwebview'
Configuring submodule 'qtbase'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Check for feature set changes
-- CMAKE_STRIP (original): C:/msys64/mingw64/bin/strip.exe
-- Performing Test strip --keep-section
-- Performing Test strip --keep-section - TRUE
-- CMAKE_STRIP (used by Qt): C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/./bin/qt-internal-strip.bat
-- Building architecture extraction project with the following CMake arguments:
-DCMAKE_OBJCOPY=C:/msys64/mingw64/bin/objcopy.exe
-DCMAKE_C_STANDARD=11
-DCMAKE_CXX_STANDARD=17
-DCMAKE_MODULE_PATH:STRING=C:/Test/qt-everywhere-src-6.2.6/qtbase/cmake/platforms
-- Extracting architecture info from C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/config.tests/arch/architecture_test.exe.
-- Performing Test HAVE_WIN10_WIN32_WINNT
-- Performing Test HAVE_WIN10_WIN32_WINNT - Failed
-- CMAKE_VERSION: "3.27.3"
-- CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- CMAKE_HOST_SYSTEM_NAME: "Windows"
-- CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_SYSTEM: "Windows"
-- CMAKE_SYSTEM_NAME: "Windows"
-- CMAKE_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_CROSSCOMPILING: "FALSE"
-- CMAKE_INSTALL_PREFIX: "C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase"
-- CMAKE_STAGING_PREFIX: ""
-- QT_BUILD_DIR: "C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase"
-- QT_INSTALL_DIR: "C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase"
-- QT_WILL_INSTALL: "OFF"
-- CMAKE_C_COMPILER: "C:/msys64/mingw64/bin/cc.exe" (13.2.0)
-- CMAKE_CXX_COMPILER: "C:/msys64/mingw64/bin/c++.exe" (13.2.0)
-- Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found suitable version "1.3.#define ZLIB_VERSION "1.3"", minimum required is "1.0.8")
-- Found WrapZLIB: TRUE (Required is at least version "1.0.8")
-- Found WrapZSTD: 1.5.5 (found suitable version "1.5.5", minimum required is "1.3")
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- Performing Test TEST_use_bfd_linker
-- Performing Test TEST_use_bfd_linker - Success
-- Performing Test TEST_use_gold_linker
-- Performing Test TEST_use_gold_linker - Failed
-- Performing Test TEST_use_lld_linker
-- Performing Test TEST_use_lld_linker - Failed
-- Performing Test TEST_use_mold_linker
-- Performing Test TEST_use_mold_linker - Success
-- Performing Test HAVE_cxx14
-- Performing Test HAVE_cxx14 - Success
-- Performing Test HAVE_cxx17
-- Performing Test HAVE_cxx17 - Success
-- Performing Test HAVE_cxx20
-- Performing Test HAVE_cxx20 - Success
-- Performing Test precompiled header support
-- Performing Test precompiled header support - Success
-- Performing Test TEST_optimize_debug
-- Performing Test TEST_optimize_debug - Success
-- Performing Test TEST_enable_new_dtags
-- Performing Test TEST_enable_new_dtags - Failed
-- Performing Test TEST_gdb_index
-- Performing Test TEST_gdb_index - Failed
-- Performing Test HAVE_reduce_relocations
-- Performing Test HAVE_reduce_relocations - Success
-- Performing Test separate debug information support
-- Performing Test separate debug information support - Success
-- Performing Test HAVE_signaling_nan
-- Performing Test HAVE_signaling_nan - Success
-- Performing SIMD Test SSE2 instructions
-- Performing SIMD Test SSE2 instructions - Success
-- Performing SIMD Test SSE3 instructions
-- Performing SIMD Test SSE3 instructions - Success
-- Performing SIMD Test SSSE3 instructions
-- Performing SIMD Test SSSE3 instructions - Success
-- Performing SIMD Test SSE4.1 instructions
-- Performing SIMD Test SSE4.1 instructions - Success
-- Performing SIMD Test SSE4.2 instructions
-- Performing SIMD Test SSE4.2 instructions - Success
-- Performing SIMD Test AES new instructions
-- Performing SIMD Test AES new instructions - Success
-- Performing SIMD Test F16C instructions
-- Performing SIMD Test F16C instructions - Success
-- Performing SIMD Test RDRAND instruction
-- Performing SIMD Test RDRAND instruction - Success
-- Performing SIMD Test RDSEED instruction
-- Performing SIMD Test RDSEED instruction - Success
-- Performing SIMD Test SHA new instructions
-- Performing SIMD Test SHA new instructions - Success
-- Performing SIMD Test AVX instructions
-- Performing SIMD Test AVX instructions - Failed
-- Performing SIMD Test AVX2 instructions
-- Performing SIMD Test AVX2 instructions - Success
-- Performing SIMD Test AVX512 F instructions
-- Performing SIMD Test AVX512 F instructions - Success
-- Performing SIMD Test AVX512 ER instructions
-- Performing SIMD Test AVX512 ER instructions - Success
-- Performing SIMD Test AVX512 CD instructions
-- Performing SIMD Test AVX512 CD instructions - Success
-- Performing SIMD Test AVX512 PF instructions
-- Performing SIMD Test AVX512 PF instructions - Success
-- Performing SIMD Test AVX512 DQ instructions
-- Performing SIMD Test AVX512 DQ instructions - Success
-- Performing SIMD Test AVX512 BW instructions
-- Performing SIMD Test AVX512 BW instructions - Success
-- Performing SIMD Test AVX512 VL instructions
-- Performing SIMD Test AVX512 VL instructions - Success
-- Performing SIMD Test AVX512 IFMA instructions
-- Performing SIMD Test AVX512 IFMA instructions - Success
-- Performing SIMD Test AVX512 VBMI instructions
-- Performing SIMD Test AVX512 VBMI instructions - Success
-- Performing Test HAVE_posix_fallocate
-- Performing Test HAVE_posix_fallocate - Failed
-- Performing Test HAVE_alloca_stdlib_h
-- Performing Test HAVE_alloca_stdlib_h - Success
-- Performing Test HAVE_alloca_h
-- Performing Test HAVE_alloca_h - Failed
-- Performing Test HAVE_alloca_malloc_h
-- Performing Test HAVE_alloca_malloc_h - Success
-- Performing Test HAVE_stack_protector
-- Performing Test HAVE_stack_protector - Success
-- Performing Test HAVE_intelcet
-- Performing Test HAVE_intelcet - Failed
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found Libb2: C:/msys64/mingw64/lib/libb2.dll.a
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Success
-- Found WrapRt: TRUE
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_atomicfptr
-- Performing Test HAVE_atomicfptr - Success
-- Performing Test HAVE_clock_monotonic
-- Performing Test HAVE_clock_monotonic - Success
-- Performing Test HAVE_cloexec
-- Performing Test HAVE_cloexec - Failed
-- Performing Test HAVE_cxx11_future
-- Performing Test HAVE_cxx11_future - Success
-- Performing Test HAVE_cxx11_random
-- Performing Test HAVE_cxx11_random - Success
-- Performing Test HAVE_cxx17_filesystem
-- Performing Test HAVE_cxx17_filesystem - Success
-- Performing Test HAVE_eventfd
-- Performing Test HAVE_eventfd - Failed
-- Performing Test HAVE_futimens
-- Performing Test HAVE_futimens - Failed
-- Performing Test HAVE_futimes
-- Performing Test HAVE_futimes - Failed
-- Performing Test HAVE_getauxval
-- Performing Test HAVE_getauxval - Failed
-- Performing Test HAVE_getentropy
-- Performing Test HAVE_getentropy - Failed
-- Performing Test HAVE_glibc
-- Performing Test HAVE_glibc - Failed
-- Performing Test HAVE_inotify
-- Performing Test HAVE_inotify - Failed
-- Performing Test HAVE_ipc_sysv
-- Performing Test HAVE_ipc_sysv - Failed
-- Performing Test HAVE_ipc_posix
-- Performing Test HAVE_ipc_posix - Failed
-- Performing Test HAVE_linkat
-- Performing Test HAVE_linkat - Failed
-- Performing Test HAVE_ppoll
-- Performing Test HAVE_ppoll - Failed
-- Performing Test HAVE_pollts
-- Performing Test HAVE_pollts - Failed
-- Performing Test HAVE_poll
-- Performing Test HAVE_poll - Failed
-- Performing Test HAVE_renameat2
-- Performing Test HAVE_renameat2 - Failed
-- Performing Test HAVE_statx
-- Performing Test HAVE_statx - Failed
-- Performing Test HAVE_syslog
-- Performing Test HAVE_syslog - Failed
-- Performing Test HAVE_cpp_winrt
-- Performing Test HAVE_cpp_winrt - Failed
-- Performing Test HAVE_xlocalescanprint
-- Performing Test HAVE_xlocalescanprint - Failed
-- Found WrapBrotli: TRUE
-- Found OpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- Found WrapOpenSSLHeaders: C:/msys64/mingw64/include (found version "3.1.2")
-- Performing Test HAVE_openssl_headers
-- Performing Test HAVE_openssl_headers - Success
-- Found WrapOpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- Performing Test HAVE_openssl
-- Performing Test HAVE_openssl - Success
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Performing Test HAVE_getifaddrs
-- Performing Test HAVE_getifaddrs - Failed
-- Performing Test HAVE_ifr_index
-- Performing Test HAVE_ifr_index - Failed
-- Performing Test HAVE_ipv6ifname
-- Performing Test HAVE_ipv6ifname - Failed
-- Performing Test HAVE_linux_netlink
-- Performing Test HAVE_linux_netlink - Failed
-- Performing Test HAVE_sctp
-- Performing Test HAVE_sctp - Failed
-- Performing Test HAVE_dtls
-- Performing Test HAVE_dtls - Success
-- Performing Test HAVE_ocsp
-- Performing Test HAVE_ocsp - Success
-- Performing Test HAVE_networklistmanager
-- Performing Test HAVE_networklistmanager - Failed
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Performing Test HAVE_EGL
-- Performing Test HAVE_EGL - Failed
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Found OpenGL: opengl32
-- Found WrapOpenGL: TRUE
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Failed
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Performing Test HAVE_evdev
-- Performing Test HAVE_evdev - Failed
-- Performing Test HAVE_integrityfb
-- Performing Test HAVE_integrityfb - Failed
-- Performing Test HAVE_linuxfb
-- Performing Test HAVE_linuxfb - Failed
-- Performing Test HAVE_directwrite
-- Performing Test HAVE_directwrite - Success
-- Performing Test HAVE_directwrite3
-- Performing Test HAVE_directwrite3 - Success
-- Performing Test HAVE_d2d1
-- Performing Test HAVE_d2d1 - Success
-- Performing Test HAVE_d2d1_1
-- Performing Test HAVE_d2d1_1 - Success
-- Tool 'Qt6::moc' will be built from source.
-- Tool 'Qt6::rcc' will be built from source.
-- Tool 'Qt6::tracegen' will be built from source.
-- Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Using Qt bundled PCRE2.
-- Found WrapPCRE2: TRUE
-- Using source syncqt found at: C:/Test/qt-everywhere-src-6.2.6/qtbase/libexec/syncqt.pl
-- Running syncqt for module: 'QtCore'
-- Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- xmlstarlet command was not found. freedesktop.org.xml will not be minified.
-- Running syncqt for module: 'QtZlib'
-- Running syncqt for module: 'QtConcurrent'
-- Running syncqt for module: 'QtSql'
QtSql: created deprecated header(s) { qsql.h }
-- Running syncqt for module: 'QtNetwork'
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Running syncqt for module: 'QtXml'
-- Tool 'Qt6::uic' will be built from source.
-- Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- Tool 'Qt6::qlalr' will be built from source.
-- Tool 'Qt6::qvkgen' will be built from source.
-- Tool 'Qt6::qtpaths' will be built from source.
-- Tool 'Qt6::androiddeployqt' will be built from source.
-- Tool 'Qt6::androidtestrunner' will be built from source.
-- Running syncqt for module: 'QtDBus'
QtDBus: created deprecated header(s) { qdbusmacros.h }
-- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- Using Qt bundled Harfbuzz.
-- Found WrapHarfbuzz: TRUE
-- Using Qt bundled PNG.
-- Found WrapPNG: TRUE
-- Using Qt bundled Freetype.
-- Found WrapFreetype: TRUE
-- Running syncqt for module: 'QtGui'
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Running syncqt for module: 'QtOpenGL'
-- Running syncqt for module: 'QtWidgets'
-- Running syncqt for module: 'QtOpenGLWidgets'
-- Running syncqt for module: 'QtDeviceDiscoverySupport'
-- Running syncqt for module: 'QtFbSupport'
-- Running syncqt for module: 'QtTest'
QtTest: created deprecated header(s) { qtest_global.h }
-- Running syncqt for module: 'QtPrintSupport'
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
-- Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "14.5")
-- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- Found ODBC: libodbc32.a
-- Found SQLite3: C:/msys64/mingw64/include (found version "3.42.0")
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Tool 'Qt6::qmake' will be built from source.
Configuring submodule 'qtimageformats'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
Configuring submodule 'qtshadertools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtShaderTools'
-- Tool 'Qt6::qsb' will be built from source.
Configuring submodule 'qtsvg'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSvg'
-- Running syncqt for module: 'QtSvgWidgets'
Configuring submodule 'qtdeclarative'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Tool 'Qt6::qmltyperegistrar' will be built from source.
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- Performing Test HAVE_pointer_32bit
-- Performing Test HAVE_pointer_32bit - Failed
-- Performing Test HAVE_pointer_64bit
-- Performing Test HAVE_pointer_64bit - Success
-- Performing Test HAVE_arm_thumb
-- Performing Test HAVE_arm_thumb - Failed
-- Performing Test HAVE_arm_fp
-- Performing Test HAVE_arm_fp - Success
-- Running syncqt for module: 'QtQml'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQmlModels'
-- Running syncqt for module: 'QtQmlCore'
-- Running syncqt for module: 'QtQmlWorkerScript'
-- Running syncqt for module: 'QtQmlLocalStorage'
-- Running syncqt for module: 'QtQmlXmlListModel'
-- Running syncqt for module: 'QtQuick'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQuickShapes'
-- Running syncqt for module: 'QtQuickLayouts'
-- Running syncqt for module: 'QtQuickTest'
-- Running syncqt for module: 'QtQuickTestUtils'
-- Running syncqt for module: 'QtQuickParticles'
-- Running syncqt for module: 'QtQuickWidgets'
-- Running syncqt for module: 'QtQuickTemplates2'
-- Running syncqt for module: 'QtQuickControls2Impl'
-- Running syncqt for module: 'QtQuickControls2'
-- Running syncqt for module: 'QtQuickDialogs2Utils'
-- Running syncqt for module: 'QtQuickDialogs2QuickImpl'
-- Running syncqt for module: 'QtQuickDialogs2'
-- Running syncqt for module: 'QtQuickControlsTestUtils'
-- Running syncqt for module: 'QtLabsSettings'
-- Running syncqt for module: 'QtLabsQmlModels'
-- Running syncqt for module: 'QtLabsFolderListModel'
-- Running syncqt for module: 'QtLabsAnimation'
-- Running syncqt for module: 'QtLabsWavefrontMesh'
-- Running syncqt for module: 'QtLabsSharedImage'
-- Running syncqt for module: 'QtPacketProtocol'
-- Running syncqt for module: 'QtQmlDom'
-- Running syncqt for module: 'QtQmlCompiler'
-- Tool 'Qt6::qmlcachegen' will be built from source.
-- Running syncqt for module: 'QtQmlDebug'
-- Tool 'Qt6::qmldom' will be built from source.
-- Tool 'Qt6::qmllint' will be built from source.
-- Tool 'Qt6::qmlimportscanner' will be built from source.
-- Tool 'Qt6::qmlformat' will be built from source.
-- Tool 'Qt6::qmlprofiler' will be built from source.
-- Tool 'Qt6::qmltime' will be built from source.
-- Tool 'Qt6::qmlplugindump' will be built from source.
-- Tool 'Qt6::qmltestrunner' will be built from source.
-- Tool 'Qt6::qmljsrootgen' will be built from source.
Configuring submodule 'qt3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'Qt3DCore'
-- Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test
-- Performing Test - Failed
-- Running syncqt for module: 'Qt3DLogic'
-- Running syncqt for module: 'Qt3DInput'
-- Running syncqt for module: 'Qt3DRender'
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Running syncqt for module: 'Qt3DExtras'
-- Running syncqt for module: 'Qt3DAnimation'
-- Running syncqt for module: 'Qt3DQuick'
-- Running syncqt for module: 'Qt3DQuickRender'
-- Running syncqt for module: 'Qt3DQuickScene2D'
-- Running syncqt for module: 'Qt3DQuickExtras'
-- Running syncqt for module: 'Qt3DQuickInput'
-- Running syncqt for module: 'Qt3DQuickAnimation'
-- Performing Test Autodesk FBX
-- Performing Test Autodesk FBX - Failed
Configuring submodule 'qt5compat'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCore5Compat'
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_ICONV
-- Performing Test HAVE_ICONV - Failed
-- Performing Test HAVE_ICONV_WITH_LIB
-- Performing Test HAVE_ICONV_WITH_LIB - Failed
Configuring submodule 'qtactiveqt'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtAxBase'
-- Running syncqt for module: 'QtAxServer'
-- Running syncqt for module: 'QtAxContainer'
-- Running syncqt for module: 'ActiveQt'
-- Tool 'Qt6::idc' will be built from source.
-- Tool 'Qt6::dumpdoc' will be built from source.
-- Tool 'Qt6::dumpcpp' will be built from source.
Configuring submodule 'qtmultimedia'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMultimedia'
QtMultimedia: created deprecated header(s) { qtmultimediadefs.h }
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- Found WMF: C:/msys64/mingw64/lib/libstrmiids.a
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test evr.h
-- Performing Test evr.h - Success
-- Performing Test Vivante GPU
-- Performing Test Vivante GPU - Failed
-- Performing Test Video for Linux
-- Performing Test Video for Linux - Failed
-- Performing Test wmsdk.h
-- Performing Test wmsdk.h - Success
-- Running syncqt for module: 'QtMultimediaQuick'
-- Running syncqt for module: 'QtMultimediaWidgets'
Configuring submodule 'qtcharts'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCharts'
-- Running syncqt for module: 'QtChartsQml'
Configuring submodule 'qtcoap'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCoap'
Configuring submodule 'qtconnectivity'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBluetooth'
-- Performing Test BlueZ
-- Performing Test BlueZ - Failed
-- Performing Test BlueZ Low Energy
-- Performing Test BlueZ Low Energy - Failed
-- Performing Test Linux Crypto API
-- Performing Test Linux Crypto API - Failed
-- Performing Test WinRT Bluetooth API
-- Performing Test WinRT Bluetooth API - Failed
-- Running syncqt for module: 'QtNfc'
Configuring submodule 'qtdatavis3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtDataVisualization'
Configuring submodule 'qttools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Performing Test HAVE_FFI_CALL
-- Performing Test HAVE_FFI_CALL - Success
-- Found FFI: C:/msys64/mingw64/lib/libffi.dll.a
-- Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found version "1.3.#define ZLIB_VERSION "1.3"")
-- Found zstd: C:/msys64/mingw64/lib/libzstd.dll.a
-- Found LibXml2: C:/msys64/mingw64/lib/libxml2.dll.a (found version "2.11.5")
CMake Error at C:/msys64/mingw64/lib/cmake/clang/ClangTargets.cmake:798 (message):
The imported target "clangApplyReplacements" references the file
"C:/msys64/mingw64/lib/libclangApplyReplacements.a"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"C:/msys64/mingw64/lib/cmake/clang/ClangTargets.cmake"
but not all the files it references.
Call Stack (most recent call first):
C:/msys64/mingw64/lib/cmake/clang/ClangConfig.cmake:19 (include)
qttools/cmake/FindWrapLibClang.cmake:14 (find_package)
qtbase/cmake/QtFindPackageHelpers.cmake:130 (find_package)
qttools/configure.cmake:19 (qt_find_package)
qtbase/cmake/QtFeature.cmake:573 (include)
qttools/src/CMakeLists.txt:21 (qt_feature_evaluate_features)
-- Configuring incomplete, errors occurred!
CMake Error at C:/Test/qt-everywhere-src-6.2.6/qtbase/cmake/QtProcessConfigureArgs.cmake:964 (message):
CMake exited with code 1.
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6/build/mingw-release
$ cd ../..
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6
$ rm -rf build
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6
$ mkdir build/mingw-release && cd build/mingw-release
mkdir: 無法建立 「build/mingw-release」 目錄: No such file or directory
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6
$ mkdir build && cd build
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6/build
$ mkdir mingw-release && cd mingw-release
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6/build/mingw-release
$ ../../configure -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
+ mkdir -p qtbase
+ cd qtbase
+ exec /c/Test/qt-everywhere-src-6.2.6/qtbase/configure -top-level -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
-- Windows 10 SDK version:
'C:/msys64/mingw64/bin/cmake.exe' '-DFEATURE_system_zlib=OFF' '-DFEATURE_zstd=OFF' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'C:/Test/qt-everywhere-src-6.2.6'
-- The CXX compiler identification is GNU 13.2.0
-- The C compiler identification is GNU 13.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/msys64/mingw64/bin/cc.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
Checking dependencies of submodule 'qtbase'
Checking dependencies of submodule 'qtimageformats'
Checking dependencies of submodule 'qtshadertools'
Checking dependencies of submodule 'qtsvg'
Checking dependencies of submodule 'qtdeclarative'
Checking dependencies of submodule 'qt3d'
Checking dependencies of submodule 'qt5compat'
Checking dependencies of submodule 'qtactiveqt'
Checking dependencies of submodule 'qtmultimedia'
Checking dependencies of submodule 'qtcharts'
Checking dependencies of submodule 'qtcoap'
Checking dependencies of submodule 'qtconnectivity'
Checking dependencies of submodule 'qtdatavis3d'
Checking dependencies of submodule 'qttools'
Checking dependencies of submodule 'qtdoc'
Checking dependencies of submodule 'qtlottie'
Checking dependencies of submodule 'qtmqtt'
Checking dependencies of submodule 'qtnetworkauth'
Checking dependencies of submodule 'qtopcua'
Checking dependencies of submodule 'qtserialport'
Checking dependencies of submodule 'qtpositioning'
Checking dependencies of submodule 'qtquicktimeline'
Checking dependencies of submodule 'qtquick3d'
Checking dependencies of submodule 'qtremoteobjects'
Checking dependencies of submodule 'qtscxml'
Checking dependencies of submodule 'qtsensors'
Checking dependencies of submodule 'qtserialbus'
Checking dependencies of submodule 'qttranslations'
Checking dependencies of submodule 'qtvirtualkeyboard'
Checking dependencies of submodule 'qtwayland'
Checking dependencies of submodule 'qtwebsockets'
Checking dependencies of submodule 'qtwebchannel'
Checking dependencies of submodule 'qtwebengine'
Checking dependencies of submodule 'qtwebview'
Configuring submodule 'qtbase'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Check for feature set changes
-- CMAKE_STRIP (original): C:/msys64/mingw64/bin/strip.exe
-- Performing Test strip --keep-section
-- Performing Test strip --keep-section - TRUE
-- CMAKE_STRIP (used by Qt): C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/./bin/qt-internal-strip.bat
-- Building architecture extraction project with the following CMake arguments:
-DCMAKE_OBJCOPY=C:/msys64/mingw64/bin/objcopy.exe
-DCMAKE_C_STANDARD=11
-DCMAKE_CXX_STANDARD=17
-DCMAKE_MODULE_PATH:STRING=C:/Test/qt-everywhere-src-6.2.6/qtbase/cmake/platforms
-- Extracting architecture info from C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/config.tests/arch/architecture_test.exe.
-- Performing Test HAVE_WIN10_WIN32_WINNT
-- Performing Test HAVE_WIN10_WIN32_WINNT - Failed
-- CMAKE_VERSION: "3.27.3"
-- CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- CMAKE_HOST_SYSTEM_NAME: "Windows"
-- CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_SYSTEM: "Windows"
-- CMAKE_SYSTEM_NAME: "Windows"
-- CMAKE_SYSTEM_VERSION: "10.0.22621"
-- CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- CMAKE_CROSSCOMPILING: "FALSE"
-- CMAKE_INSTALL_PREFIX: "C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase"
-- CMAKE_STAGING_PREFIX: ""
-- QT_BUILD_DIR: "C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase"
-- QT_INSTALL_DIR: "C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase"
-- QT_WILL_INSTALL: "OFF"
-- CMAKE_C_COMPILER: "C:/msys64/mingw64/bin/cc.exe" (13.2.0)
-- CMAKE_CXX_COMPILER: "C:/msys64/mingw64/bin/c++.exe" (13.2.0)
-- Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found suitable version "1.3.#define ZLIB_VERSION "1.3"", minimum required is "1.0.8")
-- Found WrapZLIB: TRUE (Required is at least version "1.0.8")
-- Found WrapZSTD: 1.5.5 (found suitable version "1.5.5", minimum required is "1.3")
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- Performing Test TEST_use_bfd_linker
-- Performing Test TEST_use_bfd_linker - Success
-- Performing Test TEST_use_gold_linker
-- Performing Test TEST_use_gold_linker - Failed
-- Performing Test TEST_use_lld_linker
-- Performing Test TEST_use_lld_linker - Failed
-- Performing Test TEST_use_mold_linker
-- Performing Test TEST_use_mold_linker - Success
-- Performing Test HAVE_cxx14
-- Performing Test HAVE_cxx14 - Success
-- Performing Test HAVE_cxx17
-- Performing Test HAVE_cxx17 - Success
-- Performing Test HAVE_cxx20
-- Performing Test HAVE_cxx20 - Success
-- Performing Test precompiled header support
-- Performing Test precompiled header support - Success
-- Performing Test TEST_optimize_debug
-- Performing Test TEST_optimize_debug - Success
-- Performing Test TEST_enable_new_dtags
-- Performing Test TEST_enable_new_dtags - Failed
-- Performing Test TEST_gdb_index
-- Performing Test TEST_gdb_index - Failed
-- Performing Test HAVE_reduce_relocations
-- Performing Test HAVE_reduce_relocations - Success
-- Performing Test separate debug information support
-- Performing Test separate debug information support - Success
-- Performing Test HAVE_signaling_nan
-- Performing Test HAVE_signaling_nan - Success
-- Performing SIMD Test SSE2 instructions
-- Performing SIMD Test SSE2 instructions - Success
-- Performing SIMD Test SSE3 instructions
-- Performing SIMD Test SSE3 instructions - Success
-- Performing SIMD Test SSSE3 instructions
-- Performing SIMD Test SSSE3 instructions - Success
-- Performing SIMD Test SSE4.1 instructions
-- Performing SIMD Test SSE4.1 instructions - Success
-- Performing SIMD Test SSE4.2 instructions
-- Performing SIMD Test SSE4.2 instructions - Success
-- Performing SIMD Test AES new instructions
-- Performing SIMD Test AES new instructions - Success
-- Performing SIMD Test F16C instructions
-- Performing SIMD Test F16C instructions - Success
-- Performing SIMD Test RDRAND instruction
-- Performing SIMD Test RDRAND instruction - Success
-- Performing SIMD Test RDSEED instruction
-- Performing SIMD Test RDSEED instruction - Success
-- Performing SIMD Test SHA new instructions
-- Performing SIMD Test SHA new instructions - Success
-- Performing SIMD Test AVX instructions
-- Performing SIMD Test AVX instructions - Failed
-- Performing SIMD Test AVX2 instructions
-- Performing SIMD Test AVX2 instructions - Success
-- Performing SIMD Test AVX512 F instructions
-- Performing SIMD Test AVX512 F instructions - Success
-- Performing SIMD Test AVX512 ER instructions
-- Performing SIMD Test AVX512 ER instructions - Success
-- Performing SIMD Test AVX512 CD instructions
-- Performing SIMD Test AVX512 CD instructions - Success
-- Performing SIMD Test AVX512 PF instructions
-- Performing SIMD Test AVX512 PF instructions - Success
-- Performing SIMD Test AVX512 DQ instructions
-- Performing SIMD Test AVX512 DQ instructions - Success
-- Performing SIMD Test AVX512 BW instructions
-- Performing SIMD Test AVX512 BW instructions - Success
-- Performing SIMD Test AVX512 VL instructions
-- Performing SIMD Test AVX512 VL instructions - Success
-- Performing SIMD Test AVX512 IFMA instructions
-- Performing SIMD Test AVX512 IFMA instructions - Success
-- Performing SIMD Test AVX512 VBMI instructions
-- Performing SIMD Test AVX512 VBMI instructions - Success
-- Performing Test HAVE_posix_fallocate
-- Performing Test HAVE_posix_fallocate - Failed
-- Performing Test HAVE_alloca_stdlib_h
-- Performing Test HAVE_alloca_stdlib_h - Success
-- Performing Test HAVE_alloca_h
-- Performing Test HAVE_alloca_h - Failed
-- Performing Test HAVE_alloca_malloc_h
-- Performing Test HAVE_alloca_malloc_h - Success
-- Performing Test HAVE_stack_protector
-- Performing Test HAVE_stack_protector - Success
-- Performing Test HAVE_intelcet
-- Performing Test HAVE_intelcet - Failed
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found Libb2: C:/msys64/mingw64/lib/libb2.dll.a
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Success
-- Found WrapRt: TRUE
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_atomicfptr
-- Performing Test HAVE_atomicfptr - Success
-- Performing Test HAVE_clock_monotonic
-- Performing Test HAVE_clock_monotonic - Success
-- Performing Test HAVE_cloexec
-- Performing Test HAVE_cloexec - Failed
-- Performing Test HAVE_cxx11_future
-- Performing Test HAVE_cxx11_future - Success
-- Performing Test HAVE_cxx11_random
-- Performing Test HAVE_cxx11_random - Success
-- Performing Test HAVE_cxx17_filesystem
-- Performing Test HAVE_cxx17_filesystem - Success
-- Performing Test HAVE_eventfd
-- Performing Test HAVE_eventfd - Failed
-- Performing Test HAVE_futimens
-- Performing Test HAVE_futimens - Failed
-- Performing Test HAVE_futimes
-- Performing Test HAVE_futimes - Failed
-- Performing Test HAVE_getauxval
-- Performing Test HAVE_getauxval - Failed
-- Performing Test HAVE_getentropy
-- Performing Test HAVE_getentropy - Failed
-- Performing Test HAVE_glibc
-- Performing Test HAVE_glibc - Failed
-- Performing Test HAVE_inotify
-- Performing Test HAVE_inotify - Failed
-- Performing Test HAVE_ipc_sysv
-- Performing Test HAVE_ipc_sysv - Failed
-- Performing Test HAVE_ipc_posix
-- Performing Test HAVE_ipc_posix - Failed
-- Performing Test HAVE_linkat
-- Performing Test HAVE_linkat - Failed
-- Performing Test HAVE_ppoll
-- Performing Test HAVE_ppoll - Failed
-- Performing Test HAVE_pollts
-- Performing Test HAVE_pollts - Failed
-- Performing Test HAVE_poll
-- Performing Test HAVE_poll - Failed
-- Performing Test HAVE_renameat2
-- Performing Test HAVE_renameat2 - Failed
-- Performing Test HAVE_statx
-- Performing Test HAVE_statx - Failed
-- Performing Test HAVE_syslog
-- Performing Test HAVE_syslog - Failed
-- Performing Test HAVE_cpp_winrt
-- Performing Test HAVE_cpp_winrt - Failed
-- Performing Test HAVE_xlocalescanprint
-- Performing Test HAVE_xlocalescanprint - Failed
-- Found WrapBrotli: TRUE
-- Found OpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- Found WrapOpenSSLHeaders: C:/msys64/mingw64/include (found version "3.1.2")
-- Performing Test HAVE_openssl_headers
-- Performing Test HAVE_openssl_headers - Success
-- Found WrapOpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- Performing Test HAVE_openssl
-- Performing Test HAVE_openssl - Success
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Performing Test HAVE_getifaddrs
-- Performing Test HAVE_getifaddrs - Failed
-- Performing Test HAVE_ifr_index
-- Performing Test HAVE_ifr_index - Failed
-- Performing Test HAVE_ipv6ifname
-- Performing Test HAVE_ipv6ifname - Failed
-- Performing Test HAVE_linux_netlink
-- Performing Test HAVE_linux_netlink - Failed
-- Performing Test HAVE_sctp
-- Performing Test HAVE_sctp - Failed
-- Performing Test HAVE_dtls
-- Performing Test HAVE_dtls - Success
-- Performing Test HAVE_ocsp
-- Performing Test HAVE_ocsp - Success
-- Performing Test HAVE_networklistmanager
-- Performing Test HAVE_networklistmanager - Failed
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Performing Test HAVE_EGL
-- Performing Test HAVE_EGL - Failed
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Found OpenGL: opengl32
-- Found WrapOpenGL: TRUE
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Failed
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Performing Test HAVE_evdev
-- Performing Test HAVE_evdev - Failed
-- Performing Test HAVE_integrityfb
-- Performing Test HAVE_integrityfb - Failed
-- Performing Test HAVE_linuxfb
-- Performing Test HAVE_linuxfb - Failed
-- Performing Test HAVE_directwrite
-- Performing Test HAVE_directwrite - Success
-- Performing Test HAVE_directwrite3
-- Performing Test HAVE_directwrite3 - Success
-- Performing Test HAVE_d2d1
-- Performing Test HAVE_d2d1 - Success
-- Performing Test HAVE_d2d1_1
-- Performing Test HAVE_d2d1_1 - Success
-- Tool 'Qt6::moc' will be built from source.
-- Tool 'Qt6::rcc' will be built from source.
-- Tool 'Qt6::tracegen' will be built from source.
-- Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Using Qt bundled PCRE2.
-- Found WrapPCRE2: TRUE
-- Using source syncqt found at: C:/Test/qt-everywhere-src-6.2.6/qtbase/libexec/syncqt.pl
-- Running syncqt for module: 'QtCore'
-- Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- xmlstarlet command was not found. freedesktop.org.xml will not be minified.
-- Running syncqt for module: 'QtZlib'
-- Running syncqt for module: 'QtConcurrent'
-- Running syncqt for module: 'QtSql'
QtSql: created deprecated header(s) { qsql.h }
-- Running syncqt for module: 'QtNetwork'
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- Running syncqt for module: 'QtXml'
-- Tool 'Qt6::uic' will be built from source.
-- Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- Tool 'Qt6::qlalr' will be built from source.
-- Tool 'Qt6::qvkgen' will be built from source.
-- Tool 'Qt6::qtpaths' will be built from source.
-- Tool 'Qt6::androiddeployqt' will be built from source.
-- Tool 'Qt6::androidtestrunner' will be built from source.
-- Running syncqt for module: 'QtDBus'
QtDBus: created deprecated header(s) { qdbusmacros.h }
-- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- Using Qt bundled Harfbuzz.
-- Found WrapHarfbuzz: TRUE
-- Using Qt bundled PNG.
-- Found WrapPNG: TRUE
-- Using Qt bundled Freetype.
-- Found WrapFreetype: TRUE
-- Running syncqt for module: 'QtGui'
-- FindLibdrm.cmake cannot find libdrm on Windows systems.
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Findgbm.cmake cannot find gbm on Windows systems.
-- Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- FindLibinput.cmake cannot find libinput on Windows systems.
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find WrapSystemPNG (missing: __png_found)
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Running syncqt for module: 'QtOpenGL'
-- Running syncqt for module: 'QtWidgets'
-- Running syncqt for module: 'QtOpenGLWidgets'
-- Running syncqt for module: 'QtDeviceDiscoverySupport'
-- Running syncqt for module: 'QtFbSupport'
-- Running syncqt for module: 'QtTest'
QtTest: created deprecated header(s) { qtest_global.h }
-- Running syncqt for module: 'QtPrintSupport'
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
-- Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "14.5")
-- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- Found ODBC: libodbc32.a
-- Found SQLite3: C:/msys64/mingw64/include (found version "3.42.0")
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Tool 'Qt6::qmake' will be built from source.
Configuring submodule 'qtimageformats'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
Configuring submodule 'qtshadertools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtShaderTools'
-- Tool 'Qt6::qsb' will be built from source.
Configuring submodule 'qtsvg'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSvg'
-- Running syncqt for module: 'QtSvgWidgets'
Configuring submodule 'qtdeclarative'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Tool 'Qt6::qmltyperegistrar' will be built from source.
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- Performing Test HAVE_pointer_32bit
-- Performing Test HAVE_pointer_32bit - Failed
-- Performing Test HAVE_pointer_64bit
-- Performing Test HAVE_pointer_64bit - Success
-- Performing Test HAVE_arm_thumb
-- Performing Test HAVE_arm_thumb - Failed
-- Performing Test HAVE_arm_fp
-- Performing Test HAVE_arm_fp - Success
-- Running syncqt for module: 'QtQml'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQmlModels'
-- Running syncqt for module: 'QtQmlCore'
-- Running syncqt for module: 'QtQmlWorkerScript'
-- Running syncqt for module: 'QtQmlLocalStorage'
-- Running syncqt for module: 'QtQmlXmlListModel'
-- Running syncqt for module: 'QtQuick'
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Running syncqt for module: 'QtQuickShapes'
-- Running syncqt for module: 'QtQuickLayouts'
-- Running syncqt for module: 'QtQuickTest'
-- Running syncqt for module: 'QtQuickTestUtils'
-- Running syncqt for module: 'QtQuickParticles'
-- Running syncqt for module: 'QtQuickWidgets'
-- Running syncqt for module: 'QtQuickTemplates2'
-- Running syncqt for module: 'QtQuickControls2Impl'
-- Running syncqt for module: 'QtQuickControls2'
-- Running syncqt for module: 'QtQuickDialogs2Utils'
-- Running syncqt for module: 'QtQuickDialogs2QuickImpl'
-- Running syncqt for module: 'QtQuickDialogs2'
-- Running syncqt for module: 'QtQuickControlsTestUtils'
-- Running syncqt for module: 'QtLabsSettings'
-- Running syncqt for module: 'QtLabsQmlModels'
-- Running syncqt for module: 'QtLabsFolderListModel'
-- Running syncqt for module: 'QtLabsAnimation'
-- Running syncqt for module: 'QtLabsWavefrontMesh'
-- Running syncqt for module: 'QtLabsSharedImage'
-- Running syncqt for module: 'QtPacketProtocol'
-- Running syncqt for module: 'QtQmlDom'
-- Running syncqt for module: 'QtQmlCompiler'
-- Tool 'Qt6::qmlcachegen' will be built from source.
-- Running syncqt for module: 'QtQmlDebug'
-- Tool 'Qt6::qmldom' will be built from source.
-- Tool 'Qt6::qmllint' will be built from source.
-- Tool 'Qt6::qmlimportscanner' will be built from source.
-- Tool 'Qt6::qmlformat' will be built from source.
-- Tool 'Qt6::qmlprofiler' will be built from source.
-- Tool 'Qt6::qmltime' will be built from source.
-- Tool 'Qt6::qmlplugindump' will be built from source.
-- Tool 'Qt6::qmltestrunner' will be built from source.
-- Tool 'Qt6::qmljsrootgen' will be built from source.
Configuring submodule 'qt3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'Qt3DCore'
-- Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test
-- Performing Test - Failed
-- Running syncqt for module: 'Qt3DLogic'
-- Running syncqt for module: 'Qt3DInput'
-- Running syncqt for module: 'Qt3DRender'
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Running syncqt for module: 'Qt3DExtras'
-- Running syncqt for module: 'Qt3DAnimation'
-- Running syncqt for module: 'Qt3DQuick'
-- Running syncqt for module: 'Qt3DQuickRender'
-- Running syncqt for module: 'Qt3DQuickScene2D'
-- Running syncqt for module: 'Qt3DQuickExtras'
-- Running syncqt for module: 'Qt3DQuickInput'
-- Running syncqt for module: 'Qt3DQuickAnimation'
-- Performing Test Autodesk FBX
-- Performing Test Autodesk FBX - Failed
Configuring submodule 'qt5compat'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCore5Compat'
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Performing Test HAVE_ICONV
-- Performing Test HAVE_ICONV - Failed
-- Performing Test HAVE_ICONV_WITH_LIB
-- Performing Test HAVE_ICONV_WITH_LIB - Failed
Configuring submodule 'qtactiveqt'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtAxBase'
-- Running syncqt for module: 'QtAxServer'
-- Running syncqt for module: 'QtAxContainer'
-- Running syncqt for module: 'ActiveQt'
-- Tool 'Qt6::idc' will be built from source.
-- Tool 'Qt6::dumpdoc' will be built from source.
-- Tool 'Qt6::dumpcpp' will be built from source.
Configuring submodule 'qtmultimedia'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMultimedia'
QtMultimedia: created deprecated header(s) { qtmultimediadefs.h }
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- Found WMF: C:/msys64/mingw64/lib/libstrmiids.a
-- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- Performing Test evr.h
-- Performing Test evr.h - Success
-- Performing Test Vivante GPU
-- Performing Test Vivante GPU - Failed
-- Performing Test Video for Linux
-- Performing Test Video for Linux - Failed
-- Performing Test wmsdk.h
-- Performing Test wmsdk.h - Success
-- Running syncqt for module: 'QtMultimediaQuick'
-- Running syncqt for module: 'QtMultimediaWidgets'
Configuring submodule 'qtcharts'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCharts'
-- Running syncqt for module: 'QtChartsQml'
Configuring submodule 'qtcoap'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtCoap'
Configuring submodule 'qtconnectivity'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBluetooth'
-- Performing Test BlueZ
-- Performing Test BlueZ - Failed
-- Performing Test BlueZ Low Energy
-- Performing Test BlueZ Low Energy - Failed
-- Performing Test Linux Crypto API
-- Performing Test Linux Crypto API - Failed
-- Performing Test WinRT Bluetooth API
-- Performing Test WinRT Bluetooth API - Failed
-- Running syncqt for module: 'QtNfc'
Configuring submodule 'qtdatavis3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtDataVisualization'
Configuring submodule 'qttools'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Performing Test HAVE_FFI_CALL
-- Performing Test HAVE_FFI_CALL - Success
-- Found FFI: C:/msys64/mingw64/lib/libffi.dll.a
-- Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found version "1.3.#define ZLIB_VERSION "1.3"")
-- Found zstd: C:/msys64/mingw64/lib/libzstd.dll.a
-- Found LibXml2: C:/msys64/mingw64/lib/libxml2.dll.a (found version "2.11.5")
-- Found WrapLibClang: TRUE (found suitable version "16.0.5", minimum required is "8")
-- Running syncqt for module: 'QtTools'
-- Tool 'Qt6::lconvert' will be built from source.
-- Tool 'Qt6::lprodump' will be built from source.
-- Tool 'Qt6::lrelease' will be built from source.
-- Tool 'Qt6::lrelease-pro' will be built from source.
-- Tool 'Qt6::lupdate' will be built from source.
-- Tool 'Qt6::lupdate-pro' will be built from source.
-- Running syncqt for module: 'QtUiPlugin'
-- Running syncqt for module: 'QtUiTools'
-- Running syncqt for module: 'QtDesigner'
QtDesigner: WARNING: c:/Test/qt-everywhere-src-6.2.6/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h
QtDesigner: created deprecated header(s) { qdesignerexportwidget.h, QDesignerCustomWidgetCollectionInterface, QDesignerExportWidget, QDesignerCustomWidgetInterface, customwidget.h }
-- Running syncqt for module: 'QtDesignerComponents'
-- Running syncqt for module: 'QtHelp'
-- Tool 'Qt6::qhelpgenerator' will be built from source.
-- Tool 'Qt6::qtattributionsscanner' will be built from source.
-- Tool 'Qt6::qdoc' will be built from source.
-- Tool 'Qt6::windeployqt' will be built from source.
Configuring submodule 'qtdoc'
-- CMAKE_BUILD_TYPE was set to: 'Release'
Configuring submodule 'qtlottie'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtBodymovin'
Configuring submodule 'qtmqtt'
-- Could NOT find Qt6WebSockets (missing: Qt6WebSockets_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:263 (message):
Failed to find Qt component "WebSockets".
Expected Config file at
"C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtmqtt/CMakeLists.txt:20 (find_package)
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtMqtt'
Configuring submodule 'qtnetworkauth'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtNetworkAuth'
Configuring submodule 'qtopcua'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtOpcUa'
-- Performing Test HAVE_uacpp
-- Performing Test HAVE_uacpp - Failed
CMake Warning (dev) at qtbase/cmake/QtPluginHelpers.cmake:57 (message):
Plugins are not intended to be linked to. They should not have any public
properties, but declarative_opcua sets PUBLIC_LIBRARIES to the following
value:
Qt::Core;Qt::Gui;Qt::OpcUa;Qt::Quick
Update your project to use LIBRARIES instead.
Call Stack (most recent call first):
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:223 (qt_internal_add_plugin)
qtopcua/src/imports/opcua/CMakeLists.txt:1 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
Configuring submodule 'qtserialport'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSerialPort'
-- Performing Test HAVE_ntddmodm
-- Performing Test HAVE_ntddmodm - Failed
Configuring submodule 'qtpositioning'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtPositioning'
-- Performing Test WinRT geolocation
-- Performing Test WinRT geolocation - Failed
-- Running syncqt for module: 'QtPositioningQuick'
Configuring submodule 'qtquicktimeline'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtQuickTimeline'
Configuring submodule 'qtquick3d'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtQuick3DUtils'
-- Running syncqt for module: 'QtQuick3DAssetImport'
-- Running syncqt for module: 'QtQuick3DRuntimeRender'
-- Running syncqt for module: 'QtQuick3D'
-- Running syncqt for module: 'QtQuick3DParticles'
-- Running syncqt for module: 'QtQuick3DAssetUtils'
QtQuick3DAssetUtils: WARNING: c:/Test/qt-everywhere-src-6.2.6/qtquick3d/src/assetutils/qquick3druntimeloader_p.h does not have the "We mean it." warning
-- Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5")
-- Performing Test Assimp
-- Performing Test Assimp - Failed
-- Running syncqt for module: 'QtQuick3DHelpers'
-- Running syncqt for module: 'QtQuick3DIblBaker'
-- Tool 'Qt6::balsam' will be built from source.
-- Tool 'Qt6::balsamui' will be built from source.
-- Tool 'Qt6::meshdebug' will be built from source.
-- Tool 'Qt6::shadergen' will be built from source.
-- Tool 'Qt6::instancer' will be built from source.
Configuring submodule 'qtremoteobjects'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtRepParser'
-- Running syncqt for module: 'QtRemoteObjects'
-- Running syncqt for module: 'QtRemoteObjectsQml'
-- Tool 'Qt6::repc' will be built from source.
Configuring submodule 'qtscxml'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtScxml'
-- Running syncqt for module: 'QtStateMachine'
-- Running syncqt for module: 'QtStateMachineQml'
-- Running syncqt for module: 'QtScxmlQml'
-- Tool 'Qt6::qscxmlc' will be built from source.
Configuring submodule 'qtsensors'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSensors'
-- Performing Test WinRT sensors
-- Performing Test WinRT sensors - Failed
-- Running syncqt for module: 'QtSensorsQuick'
Configuring submodule 'qtserialbus'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtSerialBus'
QtSerialBus: created deprecated header(s) { qserialbusglobal.h }
-- Performing Test Socket CAN
-- Performing Test Socket CAN - Failed
-- Performing Test Socket CAN FD
-- Performing Test Socket CAN FD - Failed
Configuring submodule 'qttranslations'
-- CMAKE_BUILD_TYPE was set to: 'Release'
CMake Warning at qttranslations/translations/CMakeLists.txt:38 (message):
Directory
'C:/Test/qt-everywhere-src-6.2.6/qttranslations/translations/../../qtlocation/src'
for qtlocation does not exist. Skipping...
Call Stack (most recent call first):
qttranslations/translations/CMakeLists.txt:102 (add_ts_targets)
CMake Warning at qttranslations/translations/CMakeLists.txt:45 (message):
No source files located for qtlocation, skipping target creation
Call Stack (most recent call first):
qttranslations/translations/CMakeLists.txt:102 (add_ts_targets)
Configuring submodule 'qtvirtualkeyboard'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- Could NOT find XCB_XCB (missing: XCB_XCB_LIBRARY XCB_XCB_INCLUDE_DIR) (found version "")
-- Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
-- Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_XCB_FOUND XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- Could NOT find XCB (missing: XCB_LIBRARIES XFIXES)
-- Running syncqt for module: 'QtVirtualKeyboard'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY MyScript_VOIM_LIBRARY)
Configuring submodule 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
Configuring submodule 'qtwebsockets'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebSockets'
Configuring submodule 'qtwebchannel'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebChannel'
Configuring submodule 'qtwebengine'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Found Ninja: C:/msys64/mingw64/bin/ninja.exe (found suitable version "1.11.1", minimum required is "1.7.2")
-- Could NOT find Gn (missing: Gn_EXECUTABLE) (Required is exact version "6.2.6")
-- Found GPerf: C:/msys64/usr/bin/gperf.exe
-- Found BISON: C:/msys64/usr/bin/bison.exe (found version "3.8.2")
-- Found FLEX: C:/msys64/usr/bin/flex.exe (found version "2.6.4")
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find Snappy (missing: SNAPPY_LIBRARY SNAPPY_INCLUDE_DIR)
-- Could NOT find Nodejs: (Required is at least version "12.0") (found Nodejs_EXECUTABLE-NOTFOUND)
-- Performing Test HAVE_khr
-- Performing Test HAVE_khr - Success
-- Performing Test HAVE_winversion
-- Performing Test HAVE_winversion - Failed
-- Windows 10 SDK version:
-- Support check for QtWebEngine failed: node.js version 12 or later is required.
-- Support check for QtPdf failed: node.js version 12 or later is required.
Configuring submodule 'qtwebview'
-- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:263 (message):
Failed to find Qt component "WebEngineCore".
Expected Config file at
"C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:12 (find_package)
-- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:263 (message):
Failed to find Qt component "WebEngineQuick".
Expected Config file at
"C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:12 (find_package)
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Running syncqt for module: 'QtWebView'
-- Running syncqt for module: 'QtWebViewQuick'
-- The following packages have been found:
* QtBuildInternals
* WrapZLIB (required version >= 1.0.8)
* WrapZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
* OpenSSL
* OpenGL
* WrapPCRE2
* Libb2
* WrapRt
* WrapBrotli
* WrapOpenSSLHeaders
* WrapHarfbuzz
* WrapPNG
* WrapOpenGL
* SQLite3
* PostgreSQL
* ODBC
* WrapFreetype
* Python
* WrapIconv
* WMF
* Qt6QmlDevToolsPrivate (required version >= 6.2.6)
* Qt6AxContainerTools (required version >= 6.2.6)
* Qt6AxContainer (required version >= 6.2.6)
* FFI
* ZLIB
* zstd
* LibXml2
* LLVM (required version == 16.0.5)
* Clang
* WrapLibClang (required version >= 8)
* Qt6Sql (required version >= 6.2.6)
* Qt6QmlXmlListModel (required version >= 6.2.6)
* WrapOpenSSL (required version >= 1.1)
* Qt6Concurrent (required version >= 6.2.6)
* Qt6ShaderToolsTools (required version >= 6.2.6)
* Qt6ShaderTools (required version >= 6.2.6)
* Qt6QuickTimeline (required version >= 6.2.6)
* Qt6DBusTools (required version >= 6.2.6)
* Qt6DBus (required version >= 6.2.6)
* Qt6SerialPort (required version >= 6.2.6)
* Qt6LinguistTools (required version >= 6.2.6)
* Qt6Linguist (required version >= 6.2.6)
* Qt6Svg (required version >= 6.2.6)
* Qt6WidgetsTools (required version >= 6.2.6)
* Qt6Widgets (required version >= 6.2.6)
* Qt6PrintSupport (required version >= 6.2.6)
* Qt6WebChannel (required version >= 6.2.6)
* Qt6Positioning (required version >= 6.2.6)
* Qt6QuickControls2 (required version >= 6.2.6)
* Qt6Test (required version >= 6.2.6)
* Qt6QuickWidgets (required version >= 6.2.6)
* Qt6QuickTest (required version >= 6.2.6)
* Qt6WebSockets (required version >= 6.2.6)
* Qt6Designer (required version >= 6.2.6)
* Qt6ZlibPrivate (required version >= 6.2.6)
* Ninja (required version >= 1.7.2), Build tool, <https://ninja-build.org/>
* GPerf, Perfect hash function generator, <https://www.gnu.org/software/gperf/>
* BISON
* FLEX
* Qt6BuildInternals (required version >= 6.2.6)
* WrapAtomic
* Qt6CoreTools (required version >= 6.2.6)
* Qt6Core (required version >= 6.2.6)
* Threads
* Qt6GuiTools (required version >= 6.2.6)
* Qt6Gui (required version >= 6.2.6)
* Qt6QmlTools (required version >= 6.2.6)
* Qt6Qml (required version >= 6.2.6)
* Qt6Quick (required version >= 6.2.6)
* Qt6OpenGL (required version >= 6.2.6)
* Qt6 (required version >= 6.2.6)
-- The following OPTIONAL packages have not been found:
* DBus1 (required version >= 1.2)
* WrapDBus1 (required version >= 1.2)
* unofficial-brotli
* double-conversion
* WrapSystemDoubleConversion, double-conversion library, <https://github.com/google/double-conversion>
* Libsystemd
* PCRE2 (required version >= 10.20)
* WrapSystemPCRE2 (required version >= 10.20)
* Slog2
* Libproxy
* GSSAPI, Generic Security Services Application Program Interface
* X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
* ATSPI2
* DirectFB
* Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
* Freetype (required version >= 2.2.0)
* WrapSystemFreetype (required version >= 2.2.0)
* Fontconfig
* gbm, Mesa gbm library., <http://www.mesa3d.org>
* harfbuzz (required version >= 2.6.0)
* WrapSystemHarfbuzz (required version >= 2.6.0)
* Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
* md4c
* WrapSystemMd4c
* PNG
* WrapSystemPNG
* Mtdev
* GLESv2
* Tslib
* WrapVulkanHeaders
* GTK3 (required version >= 3.6)
* Cups
* DB2, IBM DB2 client library, <https://www.ibm.com>
* MySQL, MySQL client library, <https://www.mysql.com>
* Oracle, Oracle client library, <https://www.oracle.com>
* Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
* JPEG
* Jasper
* WrapJasper
* TIFF
* WebP
* WrapWebP
* Libmng
* LTTngUST
* Qt6Gamepad (required version >= 6.2.6)
* Qt6Multimedia (required version >= 6.2.6)
* WrapQt3DAssimp (required version >= 5)
* Vulkan
* ICU
* ALSA
* AVFoundation
* GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
* GStreamer
* PulseAudio
* WrapPulseAudio
* EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
* BlueZ
* litehtml
* Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
* Libudev
* Gypsy
* Gconf
* assimp (required version >= 5)
* WrapQuick3DAssimp (required version >= 5)
* XCB, X protocol C-language Binding, <http://xcb.freedesktop.org>
* Hunspell
* CerenceHwrAlphabetic
* CerenceHwrCjk
* CerenceXt9
* MyScript
* Qt6JpegPrivate (required version >= 6.2.6)
* Qt6PngPrivate (required version >= 6.2.6)
* Qt6HarfbuzzPrivate (required version >= 6.2.6)
* Qt6FreetypePrivate (required version >= 6.2.6)
* Gn (required version == 6.2.6), Meta-build system, <https://gn.googlesource.com/gn/>
* Snappy
* Nodejs (required version >= 12.0), JavaScript runtime environment that runs on the V8 engine, <https://nodejs.org/>
* PkgConfig
* Qt6QmlCompilerPlus
* Qt6WebEngineCore (required version >= 6.2.6)
* Qt6WebEngineQuick (required version >= 6.2.6)
-- Configuration summary shown below. It has also been written to C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/config.summary
-- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
-- Configure summary:
Building for: win32-g++ (x86_64, CPU features: cx16 mmx sse sse2 sse3)
Compiler: gcc 13.2.0
Build options:
Mode ................................... release
Optimize release build for size ........ no
Fully optimize release builds (-O3) .... no
Building shared libraries .............. yes
Using C standard ....................... C11
Using C++ standard ..................... C++17
Relocatable ............................ yes
Using precompiled headers .............. yes
Using LTCG ............................. no
Target compiler supports:
SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
AVX .................................. <none>
AVX512 ............................... <none>
Other x86 ............................ AES RDRAND SHA
Intrinsics without compiler architecture option yes
Sanitizers:
Addresses ............................ no
Threads .............................. no
Memory ............................... no
Fuzzer (instrumentation only) ........ no
Undefined ............................ no
Build parts ............................ libs tools
App store compliance ................... no
Qt modules and options:
Qt Concurrent .......................... yes
Qt D-Bus ............................... yes
Qt D-Bus directly linked to libdbus .... no
Qt Gui ................................. yes
Qt Network ............................. yes
Qt PrintSupport ........................ yes
Qt Sql ................................. yes
Qt Testlib ............................. yes
Qt Widgets ............................. yes
Qt Xml ................................. yes
Support enabled for:
Using pkg-config ....................... no
udev ................................... no
Using system zlib ...................... no
Zstandard support ...................... no
Thread support ......................... yes
Common build options:
Linker can resolve circular dependencies yes
Qt Core:
backtrace .............................. no
DoubleConversion ....................... yes
Using system DoubleConversion ........ no
GLib ................................... no
ICU .................................... no
Using system libb2 ..................... yes
Built-in copy of the MIME database ..... yes
cpp/winrt base ......................... no
Tracing backend ........................ <none>
Logging backends:
journald ............................. no
syslog ............................... no
slog2 ................................ no
PCRE2 .................................. yes
Using system PCRE2 ................... no
Qt Sql:
SQL item models ........................ yes
Qt Network:
getifaddrs() ........................... no
IPv6 ifname ............................ no
libproxy ............................... no
Schannel ............................... yes
OpenSSL ................................ yes
Qt directly linked to OpenSSL ........ no
OpenSSL 1.1 ............................ yes
DTLS ................................... yes
OCSP-stapling .......................... yes
SCTP ................................... no
Use system proxies ..................... yes
GSSAPI ................................. no
Brotli Decompression Support ........... yes
Qt Gui:
Accessibility .......................... yes
FreeType ............................... yes
Using system FreeType ................ no
HarfBuzz ............................... yes
Using system HarfBuzz ................ no
Fontconfig ............................. no
Image formats:
GIF .................................. yes
ICO .................................. yes
JPEG ................................. yes
Using system libjpeg ............... no
PNG .................................. yes
Using system libpng ................ no
Text formats:
HtmlParser ........................... yes
CssParser ............................ yes
OdfWriter ............................ yes
MarkdownReader ....................... yes
Using system libmd4c ............... no
MarkdownWriter ....................... yes
EGL .................................... no
OpenVG ................................. no
OpenGL:
Desktop OpenGL ....................... no
Dynamic OpenGL ....................... yes
OpenGL ES 2.0 ........................ no
OpenGL ES 3.0 ........................ no
OpenGL ES 3.1 ........................ no
OpenGL ES 3.2 ........................ no
Vulkan ................................. no
Session Management ..................... yes
Features used by QPA backends:
evdev .................................. no
libinput ............................... no
INTEGRITY HID .......................... no
mtdev .................................. no
tslib .................................. no
xkbcommon .............................. no
X11 specific:
XLib ................................. no
XCB Xlib ............................. no
EGL on X11 ........................... no
xkbcommon-x11 ........................ no
xcb-sm ............................... no
QPA backends:
DirectFB ............................... no
EGLFS .................................. no
EGLFS details:
EGLFS OpenWFD ........................ no
EGLFS i.Mx6 .......................... no
EGLFS i.Mx6 Wayland .................. no
EGLFS RCAR ........................... no
EGLFS EGLDevice ...................... no
EGLFS GBM ............................ no
EGLFS VSP2 ........................... no
EGLFS Mali ........................... no
EGLFS Raspberry Pi ................... no
EGLFS X11 ............................ no
LinuxFB ................................ no
VNC .................................... no
VK_KHR_display ......................... no
QNX:
lgmon ................................ no
IMF .................................. no
XCB:
Using system-provided xcb-xinput ..... no
GL integrations:
GLX Plugin ......................... no
XCB GLX .......................... no
EGL-X11 Plugin ..................... no
Windows:
Direct 2D ............................ yes
Direct 2D 1.1 ........................ yes
DirectWrite .......................... yes
DirectWrite 3 ........................ yes
Qt Widgets:
GTK+ ................................... no
Styles ................................. Fusion Windows WindowsVista
Qt Testlib:
Tester for item models ................. yes
Qt PrintSupport:
CUPS ................................... no
Qt Sql Drivers:
DB2 (IBM) .............................. no
InterBase .............................. no
MySql .................................. no
OCI (Oracle) ........................... no
ODBC ................................... yes
PostgreSQL ............................. yes
SQLite ................................. yes
Using system provided SQLite ......... no
Core tools:
qmake tool ............................. yes
Further Image Formats:
JasPer ................................. no
MNG .................................... no
TIFF ................................... yes
Using system libtiff ................. no
WEBP ................................... yes
Using system libwebp ................. no
Qt QML:
QML network support .................... yes
QML debugging and profiling support .... yes
QML just-in-time compiler .............. yes
QML sequence object .................... yes
QML XML http request ................... yes
QML Locale ............................. yes
Qt QML Models:
QML list model ......................... yes
QML delegate model ..................... yes
Qt Quick:
AnimatedImage item ..................... yes
Canvas item ............................ yes
Support for Qt Quick Designer .......... yes
Flipable item .......................... yes
GridView item .......................... yes
ListView item .......................... yes
TableView item ......................... yes
Path support ........................... yes
PathView item .......................... yes
Positioner items ....................... yes
Repeater item .......................... yes
ShaderEffect item ...................... yes
Sprite item ............................ yes
Qt Quick Templates 2:
Hover support .......................... yes
Multi-touch support .................... yes
Qt Quick Controls 2:
Styles ................................. Basic Fusion Imagine Material Universal macOS Windows
Qt 3D:
Assimp ................................. yes
System Assimp .......................... no
Use SSE2 instructions .................. yes
Use AVX2 instructions .................. no
Aspects:
Render aspect ........................ yes
Input aspect ......................... yes
Logic aspect ......................... yes
Animation aspect ..................... yes
Extras aspect ........................ yes
Qt 3D APIs:
Vulkan ................................. no
Qt 3D Renderers:
OpenGL Renderer ........................ yes
RHI Renderer ........................... no
Qt3D Geometry Loaders:
Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
iconv .................................. no
Qt Multimedia:
GStreamer 1.0 .......................... no
Video for Linux ........................ no
Linux DMA buffer support ............... no
MMRenderer ............................. no
AVFoundation ........................... no
Windows Media Foundation ............... yes
Qt Charts Types:
Area Chart ............................. yes
Line Chart ............................. yes
Spline Chart ........................... yes
Scatter Chart .......................... yes
Bar Chart .............................. yes
Pie Chart .............................. yes
Boxplot Chart .......................... yes
Candlestick Chart ...................... yes
Qt Axis Types:
DateTime Axis .......................... yes
Qt Bluetooth:
BlueZ .................................. no
BlueZ Low Energy ....................... no
Linux Crypto API ....................... no
WinRT Bluetooth API .................... no
Qt Tools:
Qt Assistant ......................... yes
QDoc ................................. yes
Clang-based lupdate parser ........... yes
Qt Designer .......................... yes
Qt Distance Field Generator .......... yes
Qt Linguist .......................... yes
Mac Deployment Tool .................. no
pixeltool ............................ yes
qdbus ................................ yes
Qt Attributions Scanner .............. yes
qtdiag ............................... yes
qtplugininfo ......................... yes
Windows deployment tool .............. yes
Qt Opcua:
Open62541 ............................ yes
Unified Automation C++ SDK ........... no
Support for namespace 0 NodeId names . yes
Namespace 0 NodeIds generator ........ no
Open62541 security support ........... yes
Support for global discovery server .. yes
Serial Port:
ntddmodm ............................. no
QtQuick3D:
Assimp ............................... yes
System Assimp ........................ no
Qt Remote Objects:
High Availability Manager (ham) ...... no
Qt Scxml:
ECMAScript data model for QtScxml .... yes
Qt Sensors:
WinRT sensors backend ................ no
Qt SerialBus:
Socket CAN ........................... no
Socket CAN FD ........................ no
SerialPort Support ................... yes
Qt Virtualkeyboard:
Desktop integration .................. yes
Built-in layouts ..................... yes
Key navigation ....................... no
Retro style as default ............... no
Sensitive Debug ...................... no
Cerence .............................. no
Static Linking ..................... no
Handwriting ........................ no
Alphabetic ....................... no
CJK .............................. no
XT9 ................................ no
XT9 Debug ........................ no
XT9 9-key layouts ................ no
Bundle resources ................... no
Handwriting ...................... no
XT9 .............................. no
Hunspell ............................. no
Using Hunspell copy from 3rdparty/ . no
OpenWnn .............................. yes
MyScript ............................. no
Language support enabled for:
Arabic ............................. yes
Bulgarian .......................... yes
Czech .............................. yes
Danish ............................. yes
German ............................. yes
Greek .............................. yes
English GB ......................... yes
English US ......................... yes
Spanish ............................ yes
Spanish Mexico ..................... yes
Estonian ........................... yes
Farsi .............................. yes
Finnish ............................ yes
French Canada ...................... yes
French France ...................... yes
Hebrew ............................. yes
Hindi .............................. yes
Croatian ........................... yes
Hungarian .......................... yes
Indonesian ......................... yes
Italian ............................ yes
Japanese ........................... yes
Korean ............................. yes
Malay .............................. yes
Norwegian .......................... yes
Dutch .............................. yes
Polish ............................. yes
Portuguese Brazil .................. yes
Portuguese Portugal ................ yes
Romanian ........................... yes
Russian ............................ yes
Slovak ............................. yes
Slovenian .......................... yes
Albanian ........................... yes
Serbian ............................ yes
Swedish ............................ yes
Thai ............................... yes
Turkish ............................ yes
Ukrainian .......................... yes
Vietnamese ......................... yes
Simplified Chinese ................. yes
Traditional Chinese ................ yes
HongKong Chinese ................... no
Traditional chinese input methods:
Zhuyin ............................. yes
Cangjie ............................ yes
WebEngine Repository Build Options:
Build Ninja .......................... no
Build Gn ............................. yes
Jumbo Build .......................... yes
Developer build ...................... yes
Build QtWebEngine Modules:
Build QtWebEngineCore .............. no
Build QtWebEngineWidgets ........... no
Build QtWebEngineQuick ............. no
Build QtPdf Modules:
Build QtPdfWidgets ................. no
Build QtPdfQuick ................... no
Note: Hunspell disabled. Spelling correction will not be available.
WARNING: QtWebEngine won't be built. node.js version 12 or later is required.
WARNING: QtPdf won't be built. node.js version 12 or later is required.
-- Qt is now configured for building. Just run 'cmake --build . --parallel'
Once everything is built, Qt is installed. You should NOT run 'cmake --install .'
Note that this build cannot be deployed to other machines or devices.
To configure and build other Qt modules, you can use the following convenience script:
C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/bin/qt-configure-module.bat
If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
-- Configuring done (368.9s)
-- Generating done (26.5s)
-- Build files have been written to: C:/Test/qt-everywhere-src-6.2.6/build/mingw-release
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6/build/mingw-release
$ cmake --build . --target docs --parallel 4
[164/1875] Building C object qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/pcre2/src/pcre2_compile.c.obj
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c: In function 'compile_regex':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8167:17: warning: storing the address of local variable 'capitem' in '*cb.open_caps' [-Wdangling-pointer=]
8167 | cb->open_caps = &capitem;
| ~~~~~~~~~~~~~~^~~~~~~~~~
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8104:14: note: 'capitem' declared here
8104 | open_capitem capitem;
| ^~~~~~~
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8098:39: note: 'cb' declared here
8098 | branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr)
[439/1875] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/gzlib.c.obj
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/gzlib.c: In function 'z_gz_error':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/gzlib.c:620:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
620 | }
| ^
[443/1875] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inffast.c.obj
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/inffast.c: In function 'z_inflate_fast':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/inffast.c:307:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
307 | }
| ^
[446/1875] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inftrees.c.obj
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/inftrees.c: In function 'z_inflate_table':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/inftrees.c:304:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
304 | }
| ^
[447/1875] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/zutil.c.obj
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/zutil.c: In function 'z_zcalloc':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/zutil.c:313:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
313 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/zutil.c: In function 'z_zcfree':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/zutil.c:321:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
321 | }
| ^
[448/1875] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/trees.c.obj
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_init':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:402:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
402 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_stored_block':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:882:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
882 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_flush_bits':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:891:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
891 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_align':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:906:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
906 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_flush_block':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:1009:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
1009 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c: In function 'z__tr_tally':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:1038:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
1038 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c: At top level:
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:1182:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
1182 | }
| ^
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/zlib/src/trees.c:1182:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
[947/1875] Building CXX object qtbase/src/gui/CMakeFiles/Gui.dir/text/qcssparser.cpp.obj
FAILED: qtbase/src/gui/CMakeFiles/Gui.dir/text/qcssparser.cpp.obj
C:\msys64\mingw64\bin\c++.exe -DGui_EXPORTS -DMD4C_USE_UTF8 -DMINGW_HAS_SECURE_API=1 -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_GUI_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_MOC_COMPAT -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_USING_NAMESPACE -DQT_QPA_DEFAULT_PLATFORM_NAME=\"windows\" -DQT_USE_QSTRINGBUILDER -DUNICODE -DWIN32 -DWIN64 -DWINVER=0x0A00 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN32_WINNT=0x0A00 -D_WIN64 -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/src/gui/Gui_autogen/include -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/include -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/include/QtGui -IC:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/src/gui -IC:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui/../3rdparty/VulkanMemoryAllocator -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/include/QtGui/6.2.6 -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/include/QtGui/6.2.6/QtGui -IC:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui/../3rdparty/md4c -IC:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui/../3rdparty/zlib/src -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/include/QtCore -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/mkspecs/win32-g++ -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/src/corelib -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/include/QtCore/6.2.6 -IC:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/include/QtCore/6.2.6/QtCore -IC:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/libpng -IC:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/harfbuzz-ng/include/harfbuzz -IC:/Test/qt-everywhere-src-6.2.6/qtbase/src/3rdparty/freetype/include -DNDEBUG -O3 -std=c++17 -fvisibility=hidden -fno-keep-inline-dllexport -Wall -Wextra -fno-exceptions -Werror -Wno-error=cpp -Wno-error=deprecated-declarations -Wno-error=strict-overflow -Wno-error=implicit-fallthrough -Wno-error=deprecated-copy -Wno-error=redundant-move -Wno-error=init-list-lifetime -Wno-error=format-overflow -Wno-error=stringop-overflow -Wno-error=deprecated-enum-enum-conversion -Wno-error=deprecated-enum-float-conversion -Wa,-mbig-obj -Wsuggest-override -Winvalid-pch -include C:/Test/qt-everywhere-src-6.2.6/build/mingw-release/qtbase/src/gui/CMakeFiles/Gui.dir/cmake_pch.hxx -MD -MT qtbase/src/gui/CMakeFiles/Gui.dir/text/qcssparser.cpp.obj -MF qtbase\src\gui\CMakeFiles\Gui.dir\text\qcssparser.cpp.obj.d -o qtbase/src/gui/CMakeFiles/Gui.dir/text/qcssparser.cpp.obj -c C:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui/text/qcssparser.cpp
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui/text/qcssparser.cpp: In member function 'QColor QCss::Declaration::colorValue(const QPalette&) const':
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui/text/qcssparser.cpp:1470:29: error: possibly dangling reference to a temporary [-Werror=dangling-reference]
1470 | const auto &value = d->parsed.toList().at(0);
| ^~~~~
C:/Test/qt-everywhere-src-6.2.6/qtbase/src/gui/text/qcssparser.cpp:1470:58: note: the temporary was destroyed at the end of the full expression 'QVariant::toList() const().QList<QVariant>::at(0)'
1470 | const auto &value = d->parsed.toList().at(0);
| ~~~~~~~~~~~~~~~~~~~~~^~~
cc1plus.exe: all warnings being treated as errors
[950/1875] Building CXX object qtbase/src/gui/CMakeFiles/Gui.dir/itemmodels/qfileinfogatherer.cpp.obj
ninja: build stopped: subcommand failed.
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.2.6/build/mingw-release
$
-------------- next part --------------
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3
$ mkdir build && cd build
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build
$ mkdir mingw-release && cd mingw-release
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build/mingw-release
$ ../../configure -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
+ mkdir -p qtbase
+ cd qtbase
+ exec /c/Test/qt-everywhere-src-6.5.3/qtbase/configure -top-level -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
-- Windows 10 SDK version:
'C:/msys64/mingw64/bin/cmake.exe' '-DFEATURE_system_zlib=OFF' '-DFEATURE_zstd=OFF' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-G' 'Ninja' 'C:/Test/qt-everywhere-src-6.5.3'
-- The CXX compiler identification is GNU 13.2.0
-- The C compiler identification is GNU 13.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/msys64/mingw64/bin/cc.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking dependencies of submodule 'qtbase'
-- Checking dependencies of submodule 'qtimageformats'
-- Checking dependencies of submodule 'qtlanguageserver'
-- Checking dependencies of submodule 'qtshadertools'
-- Checking dependencies of submodule 'qtsvg'
-- Checking dependencies of submodule 'qtdeclarative'
-- Checking dependencies of submodule 'qtquicktimeline'
-- Checking dependencies of submodule 'qtquick3d'
-- Checking dependencies of submodule 'qtmultimedia'
-- Checking dependencies of submodule 'qt3d'
-- Checking dependencies of submodule 'qt5compat'
-- Checking dependencies of submodule 'qtactiveqt'
-- Checking dependencies of submodule 'qtcharts'
-- Checking dependencies of submodule 'qtcoap'
-- Checking dependencies of submodule 'qtconnectivity'
-- Checking dependencies of submodule 'qtdatavis3d'
-- Checking dependencies of submodule 'qtwebsockets'
-- Checking dependencies of submodule 'qthttpserver'
-- Checking dependencies of submodule 'qttools'
-- Checking dependencies of submodule 'qtserialport'
-- Checking dependencies of submodule 'qtpositioning'
-- Checking dependencies of submodule 'qtwebchannel'
-- Checking dependencies of submodule 'qtwebengine'
-- Checking dependencies of submodule 'qtdoc'
-- Checking dependencies of submodule 'qtgrpc'
-- Checking dependencies of submodule 'qtlocation'
-- Checking dependencies of submodule 'qtlottie'
-- Checking dependencies of submodule 'qtmqtt'
-- Checking dependencies of submodule 'qtnetworkauth'
-- Checking dependencies of submodule 'qtopcua'
-- Checking dependencies of submodule 'qtquick3dphysics'
-- Checking dependencies of submodule 'qtquickeffectmaker'
-- Checking dependencies of submodule 'qtremoteobjects'
-- Checking dependencies of submodule 'qtscxml'
-- Checking dependencies of submodule 'qtsensors'
-- Checking dependencies of submodule 'qtserialbus'
-- Checking dependencies of submodule 'qtspeech'
-- Checking dependencies of submodule 'qttranslations'
-- Checking dependencies of submodule 'qtvirtualkeyboard'
-- Checking dependencies of submodule 'qtwayland'
-- Checking dependencies of submodule 'qtwebview'
-- Configuring submodule 'qtbase'
-- [QtBase] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtBase] Check for feature set changes
-- [QtBase] CMAKE_STRIP (original): C:/msys64/mingw64/bin/strip.exe
-- [QtBase] Performing Test strip --keep-section
-- [QtBase] Performing Test strip --keep-section - TRUE
-- [QtBase] CMAKE_STRIP (used by Qt): C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/./bin/qt-internal-strip.bat
-- [QtBase] Building architecture extraction project with the following CMake arguments:
-DCMAKE_C_FLAGS_DEBUG=-g
-DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
-DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
-DCMAKE_CXX_FLAGS_DEBUG=-g
-DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
-DCMAKE_OBJCOPY=C:/msys64/mingw64/bin/objcopy.exe
-DCMAKE_C_STANDARD=11
-DCMAKE_C_STANDARD_REQUIRED=ON
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_STANDARD_REQUIRED=ON
-DCMAKE_MODULE_PATH:STRING=C:/Test/qt-everywhere-src-6.5.3/qtbase/cmake/platforms
-- [QtBase] Extracting architecture info from C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/config.tests/arch/architecture_test.exe.
-- [QtBase] Performing Test HAVE_WIN10_WIN32_WINNT
-- [QtBase] Performing Test HAVE_WIN10_WIN32_WINNT - Failed
-- [QtBase] CMAKE_VERSION: "3.27.3"
-- [QtBase] CMAKE_HOST_SYSTEM: "Windows-10.0.22621"
-- [QtBase] CMAKE_HOST_SYSTEM_NAME: "Windows"
-- [QtBase] CMAKE_HOST_SYSTEM_VERSION: "10.0.22621"
-- [QtBase] CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
-- [QtBase] CMAKE_SYSTEM: "Windows"
-- [QtBase] CMAKE_SYSTEM_NAME: "Windows"
-- [QtBase] CMAKE_SYSTEM_VERSION: "10.0.22621"
-- [QtBase] CMAKE_SYSTEM_PROCESSOR: "AMD64"
-- [QtBase] CMAKE_CROSSCOMPILING: "FALSE"
-- [QtBase] CMAKE_INSTALL_PREFIX: "C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase"
-- [QtBase] CMAKE_STAGING_PREFIX: ""
-- [QtBase] QT_BUILD_DIR: "C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase"
-- [QtBase] QT_INSTALL_DIR: "C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase"
-- [QtBase] QT_WILL_INSTALL: "OFF"
-- [QtBase] CMAKE_C_COMPILER: "C:/msys64/mingw64/bin/cc.exe" (13.2.0)
-- [QtBase] CMAKE_CXX_COMPILER: "C:/msys64/mingw64/bin/c++.exe" (13.2.0)
-- [QtBase] Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found suitable version "1.3.#define ZLIB_VERSION "1.3"", minimum required is "1.0.8")
-- [QtBase] Found WrapSystemZLIB: TRUE (Required is at least version "1.0.8")
-- [QtBase] Found OpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- [QtBase] Found WrapOpenSSLHeaders: C:/msys64/mingw64/include (found version "3.1.2")
-- [QtBase] Performing Test HAVE_opensslv11_headers
-- [QtBase] Performing Test HAVE_opensslv11_headers - Failed
-- [QtBase] Found WrapOpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "3.1.2")
-- [QtBase] Performing Test HAVE_opensslv11
-- [QtBase] Performing Test HAVE_opensslv11 - Failed
-- [QtBase] Performing Test HAVE_opensslv30_headers
-- [QtBase] Performing Test HAVE_opensslv30_headers - Success
-- [QtBase] Performing Test HAVE_opensslv30
-- [QtBase] Performing Test HAVE_opensslv30 - Success
-- [QtBase] Found WrapZSTD: 1.5.5 (found suitable version "1.5.5", minimum required is "1.3")
-- [QtBase] Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- [QtBase] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtBase] Performing Test TEST_use_bfd_linker
-- [QtBase] Performing Test TEST_use_bfd_linker - Success
-- [QtBase] Performing Test TEST_use_gold_linker
-- [QtBase] Performing Test TEST_use_gold_linker - Failed
-- [QtBase] Performing Test TEST_use_lld_linker
-- [QtBase] Performing Test TEST_use_lld_linker - Failed
-- [QtBase] Performing Test TEST_use_mold_linker
-- [QtBase] Performing Test TEST_use_mold_linker - Success
-- [QtBase] Performing Test HAVE_cxx14
-- [QtBase] Performing Test HAVE_cxx14 - Success
-- [QtBase] Performing Test HAVE_cxx17
-- [QtBase] Performing Test HAVE_cxx17 - Success
-- [QtBase] Performing Test HAVE_cxx20
-- [QtBase] Performing Test HAVE_cxx20 - Success
-- [QtBase] Performing Test HAVE_cxx2b
-- [QtBase] Performing Test HAVE_cxx2b - Success
-- [QtBase] Performing Test precompiled header support
-- [QtBase] Performing Test precompiled header support - Success
-- [QtBase] Performing Test TEST_optimize_debug
-- [QtBase] Performing Test TEST_optimize_debug - Success
-- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support
-- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support - Success
-- [QtBase] Performing Test TEST_enable_new_dtags
-- [QtBase] Performing Test TEST_enable_new_dtags - Failed
-- [QtBase] Performing Test TEST_gdb_index
-- [QtBase] Performing Test TEST_gdb_index - Failed
-- [QtBase] Performing Test HAVE_reduce_relocations
-- [QtBase] Performing Test HAVE_reduce_relocations - Success
-- [QtBase] Performing Test separate debug information support
-- [QtBase] Performing Test separate debug information support - Success
-- [QtBase] Performing Test HAVE_signaling_nan
-- [QtBase] Performing Test HAVE_signaling_nan - Success
-- [QtBase] Performing Test Basic x86 intrinsics
-- [QtBase] Performing Test Basic x86 intrinsics - Success
-- [QtBase] Performing Test AVX512VBMI2 intrinsics
-- [QtBase] Performing Test AVX512VBMI2 intrinsics - Success
-- [QtBase] Performing Test VAES intrinsics
-- [QtBase] Performing Test VAES intrinsics - Success
-- [QtBase] Performing Test HAVE_posix_fallocate
-- [QtBase] Performing Test HAVE_posix_fallocate - Failed
-- [QtBase] Performing Test HAVE_alloca_stdlib_h
-- [QtBase] Performing Test HAVE_alloca_stdlib_h - Success
-- [QtBase] Performing Test HAVE_alloca_h
-- [QtBase] Performing Test HAVE_alloca_h - Failed
-- [QtBase] Performing Test HAVE_alloca_malloc_h
-- [QtBase] Performing Test HAVE_alloca_malloc_h - Success
-- [QtBase] Performing Test HAVE_stack_protector
-- [QtBase] Performing Test HAVE_stack_protector - Success
-- [QtBase] Performing Test HAVE_intelcet
-- [QtBase] Performing Test HAVE_intelcet - Failed
-- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT
-- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] The following ICU libraries were not found:
-- [QtBase] i18n (required)
-- [QtBase] uc (required)
-- [QtBase] data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [QtBase] Performing Test HAVE_STDATOMIC
-- [QtBase] Performing Test HAVE_STDATOMIC - Success
-- [QtBase] Found WrapAtomic: TRUE
-- [QtBase] Found Libb2: C:/msys64/mingw64/lib/libb2.dll.a
-- [QtBase] Performing Test HAVE_GETTIME
-- [QtBase] Performing Test HAVE_GETTIME - Success
-- [QtBase] Found WrapRt: TRUE
-- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- [QtBase] Performing Test HAVE_atomicfptr
-- [QtBase] Performing Test HAVE_atomicfptr - Success
-- [QtBase] Performing Test HAVE_clock_monotonic
-- [QtBase] Performing Test HAVE_clock_monotonic - Success
-- [QtBase] Performing Test HAVE_cloexec
-- [QtBase] Performing Test HAVE_cloexec - Failed
-- [QtBase] Performing Test HAVE_cxx11_future
-- [QtBase] Performing Test HAVE_cxx11_future - Success
-- [QtBase] Performing Test HAVE_cxx11_random
-- [QtBase] Performing Test HAVE_cxx11_random - Success
-- [QtBase] Performing Test HAVE_cxx17_filesystem
-- [QtBase] Performing Test HAVE_cxx17_filesystem - Success
-- [QtBase] Performing Test HAVE_dladdr
-- [QtBase] Performing Test HAVE_dladdr - Failed
-- [QtBase] Performing Test HAVE_eventfd
-- [QtBase] Performing Test HAVE_eventfd - Failed
-- [QtBase] Performing Test HAVE_futimens
-- [QtBase] Performing Test HAVE_futimens - Failed
-- [QtBase] Performing Test HAVE_getauxval
-- [QtBase] Performing Test HAVE_getauxval - Failed
-- [QtBase] Performing Test HAVE_getentropy
-- [QtBase] Performing Test HAVE_getentropy - Failed
-- [QtBase] Performing Test HAVE_glibc
-- [QtBase] Performing Test HAVE_glibc - Failed
-- [QtBase] Performing Test HAVE_inotify
-- [QtBase] Performing Test HAVE_inotify - Failed
-- [QtBase] Performing Test HAVE_ipc_sysv
-- [QtBase] Performing Test HAVE_ipc_sysv - Failed
-- [QtBase] Performing Test HAVE_ipc_posix
-- [QtBase] Performing Test HAVE_ipc_posix - Failed
-- [QtBase] Performing Test HAVE_linkat
-- [QtBase] Performing Test HAVE_linkat - Failed
-- [QtBase] Performing Test HAVE_ppoll
-- [QtBase] Performing Test HAVE_ppoll - Failed
-- [QtBase] Performing Test HAVE_pollts
-- [QtBase] Performing Test HAVE_pollts - Failed
-- [QtBase] Performing Test HAVE_poll
-- [QtBase] Performing Test HAVE_poll - Failed
-- [QtBase] Performing Test HAVE_renameat2
-- [QtBase] Performing Test HAVE_renameat2 - Failed
-- [QtBase] Performing Test HAVE_statx
-- [QtBase] Performing Test HAVE_statx - Failed
-- [QtBase] Performing Test HAVE_syslog
-- [QtBase] Performing Test HAVE_syslog - Failed
-- [QtBase] Performing Test HAVE_cpp_winrt
-- [QtBase] Performing Test HAVE_cpp_winrt - Failed
-- [QtBase] Performing Test HAVE_xlocalescanprint
-- [QtBase] Performing Test HAVE_xlocalescanprint - Failed
-- [QtBase] Found WrapBrotli: TRUE
-- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Performing Test HAVE_getifaddrs
-- [QtBase] Performing Test HAVE_getifaddrs - Failed
-- [QtBase] Performing Test HAVE_ifr_index
-- [QtBase] Performing Test HAVE_ifr_index - Failed
-- [QtBase] Performing Test HAVE_ipv6ifname
-- [QtBase] Performing Test HAVE_ipv6ifname - Failed
-- [QtBase] Performing Test HAVE_linux_netlink
-- [QtBase] Performing Test HAVE_linux_netlink - Failed
-- [QtBase] Performing Test HAVE_sctp
-- [QtBase] Performing Test HAVE_sctp - Failed
-- [QtBase] Performing Test HAVE_dtls
-- [QtBase] Performing Test HAVE_dtls - Success
-- [QtBase] Performing Test HAVE_ocsp
-- [QtBase] Performing Test HAVE_ocsp - Success
-- [QtBase] Performing Test HAVE_networklistmanager
-- [QtBase] Performing Test HAVE_networklistmanager - Success
-- [QtBase] FindLibdrm.cmake cannot find libdrm on Windows systems.
-- [QtBase] Performing Test HAVE_EGL
-- [QtBase] Performing Test HAVE_EGL - Failed
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- [QtBase] Findgbm.cmake cannot find gbm on Windows systems.
-- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- [QtBase] FindLibinput.cmake cannot find libinput on Windows systems.
-- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
-- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
-- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
-- [QtBase] Found OpenGL: opengl32
-- [QtBase] Found WrapOpenGL: TRUE
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Performing Test HAVE_GLESv2
-- [QtBase] Performing Test HAVE_GLESv2 - Failed
-- [QtBase] Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- [QtBase] Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- [QtBase] Performing Test HAVE_evdev
-- [QtBase] Performing Test HAVE_evdev - Failed
-- [QtBase] Performing Test HAVE_integrityfb
-- [QtBase] Performing Test HAVE_integrityfb - Failed
-- [QtBase] Performing Test HAVE_linuxfb
-- [QtBase] Performing Test HAVE_linuxfb - Failed
-- [QtBase] Performing Test HAVE_directwrite
-- [QtBase] Performing Test HAVE_directwrite - Success
-- [QtBase] Performing Test HAVE_directwrite3
-- [QtBase] Performing Test HAVE_directwrite3 - Success
-- [QtBase] Performing Test HAVE_d2d1
-- [QtBase] Performing Test HAVE_d2d1 - Success
-- [QtBase] Performing Test HAVE_d2d1_1
-- [QtBase] Performing Test HAVE_d2d1_1 - Success
-- [QtBase] Tool 'Qt6::syncqt' will be built from source.
-- [QtBase] Tool 'Qt6::moc' will be built from source.
-- [QtBase] Tool 'Qt6::rcc' will be built from source.
-- [QtBase] Tool 'Qt6::tracepointgen' will be built from source.
-- [QtBase] Tool 'Qt6::tracegen' will be built from source.
-- [QtBase] Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- [QtBase] Running syncqt.cpp for module: QtZlib
-- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- [QtBase] Found Threads: TRUE
-- [QtBase] Using Qt bundled PCRE2.
-- [QtBase] Found WrapPCRE2: TRUE
-- [QtBase] Using Qt bundled ZLIB.
-- [QtBase] Found WrapZLIB: TRUE
-- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] The following ICU libraries were not found:
-- [QtBase] i18n (required)
-- [QtBase] uc (required)
-- [QtBase] data (required)
-- [QtBase] Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- [QtBase] Running syncqt.cpp for module: QtCore
-- [QtBase] Running syncqt.cpp for module: QtPng
-- [QtBase] Running syncqt.cpp for module: QtJpeg
-- [QtBase] Running syncqt.cpp for module: QtFreetype
-- [QtBase] Running syncqt.cpp for module: QtHarfbuzz
-- [QtBase] Running syncqt.cpp for module: QtConcurrent
-- [QtBase] Running syncqt.cpp for module: QtSql
-- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Running syncqt.cpp for module: QtNetwork
-- [QtBase] Running syncqt.cpp for module: QtXml
-- [QtBase] Running syncqt.cpp for module: QtDBus
-- [QtBase] Tool 'Qt6::uic' will be built from source.
-- [QtBase] Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- [QtBase] Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- [QtBase] Tool 'Qt6::qlalr' will be built from source.
-- [QtBase] Tool 'Qt6::qvkgen' will be built from source.
-- [QtBase] Tool 'Qt6::qtpaths' will be built from source.
-- [QtBase] Tool 'Qt6::androiddeployqt' will be built from source.
-- [QtBase] Tool 'Qt6::androidtestrunner' will be built from source.
-- [QtBase] Tool 'Qt6::windeployqt' will be built from source.
-- [QtBase] Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- [QtBase] Using Qt bundled Harfbuzz.
-- [QtBase] Found WrapHarfbuzz: TRUE
-- [QtBase] Using Qt bundled PNG.
-- [QtBase] Found WrapPNG: TRUE
-- [QtBase] Using Qt bundled Freetype.
-- [QtBase] Found WrapFreetype: TRUE
-- [QtBase] FindLibdrm.cmake cannot find libdrm on Windows systems.
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- [QtBase] Findgbm.cmake cannot find gbm on Windows systems.
-- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- [QtBase] FindLibinput.cmake cannot find libinput on Windows systems.
-- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
-- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
-- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
-- [QtBase] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtBase] Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
-- [QtBase] Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- [QtBase] Running syncqt.cpp for module: QtGui
-- [QtBase] Running syncqt.cpp for module: QtExampleIcons
-- [QtBase] Running syncqt.cpp for module: QtOpenGL
-- [QtBase] Running syncqt.cpp for module: QtWidgets
-- [QtBase] Running syncqt.cpp for module: QtOpenGLWidgets
-- [QtBase] Running syncqt.cpp for module: QtDeviceDiscoverySupport
-- [QtBase] Running syncqt.cpp for module: QtFbSupport
-- [QtBase] Running syncqt.cpp for module: QtTest
-- [QtBase] Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- [QtBase] Running syncqt.cpp for module: QtPrintSupport
-- [QtBase] Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- [QtBase] Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
-- [QtBase] Found PostgreSQL: C:/Program Files/PostgreSQL/14/lib/libpq.lib (found version "14.5")
-- [QtBase] Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- [QtBase] Found ODBC: libodbc32.a
-- [QtBase] Found SQLite3: C:/msys64/mingw64/include (found version "3.42.0")
-- [QtBase] Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- [QtBase] Using Qt bundled Jpeg.
-- [QtBase] Found WrapJpeg: TRUE
-- [QtBase] Tool 'Qt6::qmake' will be built from source.
-- [QtBase] Generated QtModulePlugins.cmake files for the following modules: Sql;Network;Gui;Widgets
-- Configuring submodule 'qtimageformats'
-- [QtImageFormats] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtImageFormats] Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- [QtImageFormats] Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- [QtImageFormats] Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- [QtImageFormats] Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- [QtImageFormats] Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
-- Configuring submodule 'qtlanguageserver'
-- [QtLanguageServer] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLanguageServer] Running syncqt.cpp for module: QtJsonRpc
-- [QtLanguageServer] Running syncqt.cpp for module: QtLanguageServer
-- Configuring submodule 'qtshadertools'
-- [QtShaderTools] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtShaderTools] Running syncqt.cpp for module: QtShaderTools
-- [QtShaderTools] Tool 'Qt6::qsb' will be built from source.
-- Configuring submodule 'qtsvg'
-- [QtSvg] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSvg] Running syncqt.cpp for module: QtSvg
-- [QtSvg] Running syncqt.cpp for module: QtSvgWidgets
-- Configuring submodule 'qtdeclarative'
-- [QtDeclarative] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlTypeRegistrar
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlIntegration
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter
-- [QtDeclarative] Performing Test HAVE_pointer_32bit
-- [QtDeclarative] Performing Test HAVE_pointer_32bit - Failed
-- [QtDeclarative] Performing Test HAVE_pointer_64bit
-- [QtDeclarative] Performing Test HAVE_pointer_64bit - Success
-- [QtDeclarative] Performing Test HAVE_arm_thumb
-- [QtDeclarative] Performing Test HAVE_arm_thumb - Failed
-- [QtDeclarative] Performing Test HAVE_arm_fp
-- [QtDeclarative] Performing Test HAVE_arm_fp - Success
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Running syncqt.cpp for module: QtQml
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlModels
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlCore
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlWorkerScript
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlLocalStorage
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlXmlListModel
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Running syncqt.cpp for module: QtQuick
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickLayouts
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTest
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTestUtils
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickParticles
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickEffects
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickShapes
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickWidgets
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTemplates2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControls2Impl
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControls2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2Utils
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2QuickImpl
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControlsTestUtils
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsSettings
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsQmlModels
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsFolderListModel
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsAnimation
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsWavefrontMesh
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsSharedImage
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlCompiler
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlDom
-- [QtDeclarative] Tool 'Qt6::qmlcachegen' will be built from source.
-- [QtDeclarative] Running syncqt.cpp for module: QtPacketProtocol
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlDebug
-- [QtDeclarative] Tool 'Qt6::qmldom' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmllint' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltc' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltyperegistrar' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlimportscanner' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlformat' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlprofiler' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltime' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlplugindump' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltestrunner' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmljsrootgen' will be built from source.
-- [QtDeclarative] Generated QtModulePlugins.cmake files for the following modules: Qml;QmlCompilerPrivate
-- Configuring submodule 'qtquicktimeline'
-- [QtQuickTimeline] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuickTimeline] Running syncqt.cpp for module: QtQuickTimeline
-- Configuring submodule 'qtquick3d'
-- [QtQuick3D] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DUtils
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DAssetImport
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DRuntimeRender
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3D
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DParticles
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DAssetUtils
-- [QtQuick3D] Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5.1.6")
-- [QtQuick3D] Performing Test Assimp
-- [QtQuick3D] Performing Test Assimp - Failed
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DHelpersImpl
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DHelpers
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DIblBaker
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DGlslParser
-- [QtQuick3D] Tool 'Qt6::balsam' will be built from source.
-- [QtQuick3D] Tool 'Qt6::balsamui' will be built from source.
-- [QtQuick3D] Tool 'Qt6::meshdebug' will be built from source.
-- [QtQuick3D] Tool 'Qt6::shadergen' will be built from source.
-- [QtQuick3D] Tool 'Qt6::instancer' will be built from source.
-- [QtQuick3D] Tool 'Qt6::shapegen' will be built from source.
-- [QtQuick3D] Tool 'Qt6::materialeditor' will be built from source.
-- [QtQuick3D] Generated QtModulePlugins.cmake files for the following modules: Quick3DAssetImport
-- Configuring submodule 'qtmultimedia'
-- [QtMultimedia] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtMultimedia] Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- [QtMultimedia] Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find MMRendererCore (missing: MMRendererCore_LIBRARY)
-- [QtMultimedia] Could NOT find MMRenderer (missing: MMRenderer_LIBRARY)
-- [QtMultimedia] Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- [QtMultimedia] Found WMF: C:/msys64/mingw64/lib/libstrmiids.a
-- [QtMultimedia] Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
-- [QtMultimedia] Could NOT find FFmpeg (missing: FFMPEG_LIBRARIES FFMPEG_INCLUDE_DIRS AVCODEC_LIBRARIES AVCODEC_INCLUDE_DIRS AVFORMAT_LIBRARIES AVFORMAT_INCLUDE_DIRS AVUTIL_LIBRARIES AVUTIL_INCLUDE_DIRS AVDEVICE_LIBRARIES AVDEVICE_INCLUDE_DIRS SWRESAMPLE_LIBRARIES SWRESAMPLE_INCLUDE_DIRS SWSCALE_LIBRARIES SWSCALE_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find VAAPI (missing: VAAPI_VA_FOUND VAAPI_DRM_FOUND VA DRM)
-- [QtMultimedia] Performing Test evr.h
-- [QtMultimedia] Performing Test evr.h - Success
-- [QtMultimedia] Performing Test Vivante GPU
-- [QtMultimedia] Performing Test Vivante GPU - Failed
-- [QtMultimedia] Performing Test Video for Linux
-- [QtMultimedia] Performing Test Video for Linux - Failed
-- [QtMultimedia] Performing Test wmsdk.h
-- [QtMultimedia] Performing Test wmsdk.h - Success
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimedia
-- [QtMultimedia] Running syncqt.cpp for module: QtSpatialAudio
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimediaQuick
-- [QtMultimedia] Running syncqt.cpp for module: QtQuick3DSpatialAudio
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimediaWidgets
-- [QtMultimedia] Generated QtModulePlugins.cmake files for the following modules: Multimedia
-- Configuring submodule 'qt3d'
-- [Qt3D] CMAKE_BUILD_TYPE was set to: 'Release'
-- [Qt3D] Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- [Qt3D] Performing Test
-- [Qt3D] Performing Test - Failed
-- [Qt3D] Running syncqt.cpp for module: Qt3DCore
-- [Qt3D] Running syncqt.cpp for module: Qt3DLogic
-- [Qt3D] Running syncqt.cpp for module: Qt3DInput
-- [Qt3D] Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- [Qt3D] Running syncqt.cpp for module: Qt3DRender
-- [Qt3D] Running syncqt.cpp for module: Qt3DExtras
-- [Qt3D] Running syncqt.cpp for module: Qt3DAnimation
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuick
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickRender
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickScene2D
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickExtras
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickInput
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickAnimation
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- [Qt3D] Performing Test Autodesk FBX
-- [Qt3D] Performing Test Autodesk FBX - Failed
-- [Qt3D] Generated QtModulePlugins.cmake files for the following modules: 3DRender
-- Configuring submodule 'qt5compat'
-- [Qt5Compat] CMAKE_BUILD_TYPE was set to: 'Release'
-- [Qt5Compat] The following ICU libraries were not found:
-- [Qt5Compat] i18n (required)
-- [Qt5Compat] uc (required)
-- [Qt5Compat] data (required)
-- [Qt5Compat] Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (Required is at least version "50.1")
-- [Qt5Compat] Performing Test HAVE_ICONV
-- [Qt5Compat] Performing Test HAVE_ICONV - Failed
-- [Qt5Compat] Performing Test HAVE_ICONV_WITH_LIB
-- [Qt5Compat] Performing Test HAVE_ICONV_WITH_LIB - Failed
-- [Qt5Compat] Running syncqt.cpp for module: QtCore5Compat
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring submodule 'qtactiveqt'
-- [QtActiveQt] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtActiveQt] Running syncqt.cpp for module: QtAxBase
-- [QtActiveQt] Running syncqt.cpp for module: QtAxServer
-- [QtActiveQt] Running syncqt.cpp for module: QtAxContainer
-- [QtActiveQt] Running syncqt.cpp for module: QtActiveQt
-- [QtActiveQt] Tool 'Qt6::idc' will be built from source.
-- [QtActiveQt] Tool 'Qt6::dumpdoc' will be built from source.
-- [QtActiveQt] Tool 'Qt6::dumpcpp' will be built from source.
-- Configuring submodule 'qtcharts'
-- [QtCharts] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtCharts] Running syncqt.cpp for module: QtCharts
-- [QtCharts] Running syncqt.cpp for module: QtChartsQml
-- Configuring submodule 'qtcoap'
-- [QtCoap] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtCoap] Running syncqt.cpp for module: QtCoap
-- Configuring submodule 'qtconnectivity'
-- [QtConnectivity] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtConnectivity] Performing Test BlueZ
-- [QtConnectivity] Performing Test BlueZ - Failed
-- [QtConnectivity] Performing Test BlueZ Low Energy
-- [QtConnectivity] Performing Test BlueZ Low Energy - Failed
-- [QtConnectivity] Performing Test Linux Crypto API
-- [QtConnectivity] Performing Test Linux Crypto API - Failed
-- [QtConnectivity] Performing Test WinRT Bluetooth API
-- [QtConnectivity] Performing Test WinRT Bluetooth API - Failed
-- [QtConnectivity] Running syncqt.cpp for module: QtBluetooth
-- [QtConnectivity] Running syncqt.cpp for module: QtNfc
-- Configuring submodule 'qtdatavis3d'
-- [QtDataVisualization] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualization
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualizationQml
-- Configuring submodule 'qtwebsockets'
-- [QtWebSockets] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebSockets] Running syncqt.cpp for module: QtWebSockets
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring submodule 'qthttpserver'
-- [QtHttpServer] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtHttpServer] Running syncqt.cpp for module: QtHttpServer
-- Configuring submodule 'qttools'
-- [QtTools] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtTools] Performing Test HAVE_FFI_CALL
-- [QtTools] Performing Test HAVE_FFI_CALL - Success
-- [QtTools] Found FFI: C:/msys64/mingw64/lib/libffi.dll.a
-- [QtTools] Found ZLIB: C:/msys64/mingw64/lib/libz.dll.a (found version "1.3.#define ZLIB_VERSION "1.3"")
-- [QtTools] Found zstd: C:/msys64/mingw64/lib/libzstd.dll.a
-- [QtTools] Found LibXml2: C:/msys64/mingw64/lib/libxml2.dll.a (found version "2.11.5")
-- [QtTools] Found WrapLibClang: TRUE (found suitable version "16.0.5", minimum required is "8")
-- [QtTools] Running syncqt.cpp for module: QtUiPlugin
-- [QtTools] Running syncqt.cpp for module: QtUiTools
-- [QtTools] Running syncqt.cpp for module: QtTools
-- [QtTools] Tool 'Qt6::lconvert' will be built from source.
-- [QtTools] Tool 'Qt6::lprodump' will be built from source.
-- [QtTools] Tool 'Qt6::lrelease' will be built from source.
-- [QtTools] Tool 'Qt6::lrelease-pro' will be built from source.
-- [QtTools] Tool 'Qt6::lupdate' will be built from source.
-- [QtTools] Tool 'Qt6::lupdate-pro' will be built from source.
-- [QtTools] Running syncqt.cpp for module: QtDesigner
-- [QtTools] Running syncqt.cpp for module: QtDesignerComponents
-- [QtTools] Running syncqt.cpp for module: QtHelp
-- [QtTools] Tool 'Qt6::qhelpgenerator' will be built from source.
-- [QtTools] Tool 'Qt6::qtattributionsscanner' will be built from source.
-- [QtTools] Tool 'Qt6::qdoc' will be built from source.
-- [QtTools] Generated QtModulePlugins.cmake files for the following modules: Designer
-- Configuring submodule 'qtserialport'
-- [QtSerialPort] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSerialPort] Performing Test HAVE_ntddmodm
-- [QtSerialPort] Performing Test HAVE_ntddmodm - Failed
-- [QtSerialPort] Running syncqt.cpp for module: QtSerialPort
-- Configuring submodule 'qtpositioning'
-- [QtPositioning] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtPositioning] Performing Test WinRT geolocation
-- [QtPositioning] Performing Test WinRT geolocation - Failed
-- [QtPositioning] Running syncqt.cpp for module: QtPositioning
-- [QtPositioning] Running syncqt.cpp for module: QtPositioningQuick
-- [QtPositioning] Generated QtModulePlugins.cmake files for the following modules: Positioning
-- Configuring submodule 'qtwebchannel'
-- [QtWebChannel] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannel
CMake Warning (dev) at build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qtwebchannel/src/imports/webchannel/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring submodule 'qtwebengine'
-- [QtWebEngine] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebEngine] Found Ninja: C:/msys64/mingw64/bin/ninja.exe (found suitable version "1.11.1", minimum required is "1.7.2")
-- [QtWebEngine] Could NOT find Gn (missing: Gn_EXECUTABLE) (Required is exact version "6.5.3")
-- [QtWebEngine] Found GPerf: C:/msys64/usr/bin/gperf.exe
-- [QtWebEngine] Found BISON: C:/msys64/usr/bin/bison.exe (found version "3.8.2")
-- [QtWebEngine] Found FLEX: C:/msys64/usr/bin/flex.exe (found version "2.6.4")
-- [QtWebEngine] Found Perl: C:/msys64/usr/bin/perl.exe (found version "5.36.1")
-- [QtWebEngine] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtWebEngine] Could NOT find Snappy (missing: SNAPPY_LIBRARY SNAPPY_INCLUDE_DIR)
-- [QtWebEngine] Could NOT find Nodejs: (Required is at least version "12.0") (found Nodejs_EXECUTABLE-NOTFOUND)
-- [QtWebEngine] Performing Test HAVE_khr
-- [QtWebEngine] Performing Test HAVE_khr - Success
-- [QtWebEngine] Performing Test HAVE_winversion
-- [QtWebEngine] Performing Test HAVE_winversion - Failed
[QtWebEngine] -- Windows 10 SDK version:
[QtWebEngine] -- Support check for QtWebEngine failed: node.js version 12 or later is required.
[QtWebEngine] -- Support check for QtPdf failed: node.js version 12 or later is required.
-- Configuring submodule 'qtdoc'
-- [QtDoc] CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtgrpc'
-- [QtGrpc] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Running syncqt.cpp for module: QtProtobuf
-- [QtGrpc] Running syncqt.cpp for module: QtGrpc
-- Configuring submodule 'qtlocation'
-- [QtLocation] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLocation] Running syncqt.cpp for module: QtLocation
-- [QtLocation] Generated QtModulePlugins.cmake files for the following modules: Location
-- Configuring submodule 'qtlottie'
-- [QtLottie] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLottie] Running syncqt.cpp for module: QtBodymovin
-- Configuring submodule 'qtmqtt'
-- [QtMqtt] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtMqtt] Running syncqt.cpp for module: QtMqtt
-- Configuring submodule 'qtnetworkauth'
-- [QtNetworkAuth] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtNetworkAuth] Running syncqt.cpp for module: QtNetworkAuth
-- Configuring submodule 'qtopcua'
-- [QtOpcUa] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtOpcUa] Performing Test HAVE_uacpp
-- [QtOpcUa] Performing Test HAVE_uacpp - Failed
-- [QtOpcUa] Running syncqt.cpp for module: QtOpcUa
-- [QtOpcUa] Running syncqt.cpp for module: QtDeclarativeOpcua
-- [QtOpcUa] Generated QtModulePlugins.cmake files for the following modules: OpcUa
-- Configuring submodule 'qtquick3dphysics'
-- [QtQuick3DPhysics] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysics
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysicsHelpers
-- Configuring submodule 'qtquickeffectmaker'
-- [QQEffectMaker] CMAKE_BUILD_TYPE was set to: 'Release'
Nodes path: C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/./qml/QtQuickEffectMaker/defaultnodes
-- Configuring submodule 'qtremoteobjects'
-- [QtRemoteObjects] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRepParser
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRemoteObjects
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRemoteObjectsQml
-- [QtRemoteObjects] Tool 'Qt6::repc' will be built from source.
-- Configuring submodule 'qtscxml'
-- [QtScxml] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtScxml] Running syncqt.cpp for module: QtScxml
-- [QtScxml] Running syncqt.cpp for module: QtStateMachine
-- [QtScxml] Running syncqt.cpp for module: QtStateMachineQml
-- [QtScxml] Running syncqt.cpp for module: QtScxmlQml
-- [QtScxml] Tool 'Qt6::qscxmlc' will be built from source.
-- [QtScxml] Generated QtModulePlugins.cmake files for the following modules: Scxml
-- Configuring submodule 'qtsensors'
-- [QtSensors] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSensors] Performing Test WinRT sensors
-- [QtSensors] Performing Test WinRT sensors - Failed
-- [QtSensors] Running syncqt.cpp for module: QtSensors
-- [QtSensors] Running syncqt.cpp for module: QtSensorsQuick
-- [QtSensors] Generated QtModulePlugins.cmake files for the following modules: Sensors
-- Configuring submodule 'qtserialbus'
-- [QtSerialBus] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSerialBus] Performing Test Socket CAN
-- [QtSerialBus] Performing Test Socket CAN - Failed
-- [QtSerialBus] Performing Test Socket CAN FD
-- [QtSerialBus] Performing Test Socket CAN FD - Failed
-- [QtSerialBus] Running syncqt.cpp for module: QtSerialBus
-- [QtSerialBus] Generated QtModulePlugins.cmake files for the following modules: SerialBus
-- Configuring submodule 'qtspeech'
-- [QtSpeech] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSpeech] Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- [QtSpeech] Running syncqt.cpp for module: QtTextToSpeech
-- [QtSpeech] Generated QtModulePlugins.cmake files for the following modules: TextToSpeech
-- Configuring submodule 'qttranslations'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtvirtualkeyboard'
-- [QtVirtualKeyboard] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtVirtualKeyboard] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- [QtVirtualKeyboard] Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY MyScript_VOIM_LIBRARY)
-- [QtVirtualKeyboard] Running syncqt.cpp for module: QtVirtualKeyboard
-- Configuring submodule 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
-- Configuring submodule 'qtwebview'
-- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:214 (message):
Failed to find optional Qt component "WebEngineCore".
Expected Config file at
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:15 (find_package)
-- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:214 (message):
Failed to find optional Qt component "WebEngineQuick".
Expected Config file at
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:15 (find_package)
-- [QtWebView] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebView] Running syncqt.cpp for module: QtWebView
-- [QtWebView] Running syncqt.cpp for module: QtWebViewQuick
-- The following packages have been found:
* QtBuildInternals
* WrapSystemZLIB (required version >= 1.0.8)
* OpenSSL
* WrapOpenSSLHeaders
* WrapZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
* OpenGL
* WrapPCRE2
* WrapZLIB
* Libb2
* WrapRt
* WrapBrotli
* WrapHarfbuzz
* WrapPNG
* WrapOpenGL
* SQLite3
* PostgreSQL
* ODBC
* WrapFreetype
* WrapJpeg
* Qt6LanguageServerPrivate (required version >= 6.5.3)
* Python
* Qt6PacketProtocolPrivate (required version >= 6.5.3)
* Qt6QuickTimeline (required version >= 6.5.3)
* WMF
* WrapIconv
* PCSCLITE
* Qt6AxContainerTools (required version >= 6.5.3)
* Qt6AxContainer (required version >= 6.5.3)
* FFI
* ZLIB
* zstd
* LibXml2
* LLVM (required version == 16.0.5)
* Clang
* WrapLibClang (required version >= 8)
* Qt6WebChannel (required version >= 6.5.3)
* Qt6QuickWidgets (required version >= 6.5.3)
* Qt6Designer (required version >= 6.5.3)
* Qt6JpegPrivate (required version >= 6.5.3)
* Qt6PngPrivate (required version >= 6.5.3)
* Qt6HarfbuzzPrivate (required version >= 6.5.3)
* Qt6FreetypePrivate (required version >= 6.5.3)
* Ninja (required version >= 1.7.2), Build tool, <https://ninja-build.org/>
* GPerf, Perfect hash function generator, <https://www.gnu.org/software/gperf/>
* BISON
* FLEX
* Perl
* Qt6PrintSupport (required version >= 6.5.3)
* Qt6Sql (required version >= 6.5.3)
* Qt6QmlXmlListModel (required version >= 6.5.3)
* Qt6Positioning (required version >= 6.5.3)
* Qt6PositioningQuick (required version >= 6.5.3)
* Qt6QuickShapesPrivate (required version >= 6.5.3)
* Qt6WebSockets (required version >= 6.5.3)
* WrapOpenSSL (required version >= 1.1)
* Qt6Quick3DTools (required version >= 6.5.3)
* Qt6Concurrent (required version >= 6.5.3)
* Qt6Quick3D (required version >= 6.5.3)
* Qt6ShaderToolsTools (required version >= 6.5.3)
* Qt6ShaderTools (required version >= 6.5.3)
* Qt6Quick3DGlslParserPrivate (required version >= 6.5.3)
- Enables Syntax Highlighting
* Qt6Bluetooth (required version >= 6.5.3)
* Qt6OpenGLWidgets (required version >= 6.5.3)
* Qt6Xml (required version >= 6.5.3)
* Qt6DBusTools (required version >= 6.5.3)
* Qt6DBus (required version >= 6.5.3)
* Qt6SerialPort (required version >= 6.5.3)
* Qt6WidgetsTools (required version >= 6.5.3)
* Qt6Widgets (required version >= 6.5.3)
* Qt6Multimedia (required version >= 6.5.3)
* Qt6LinguistTools (required version >= 6.5.3)
* Qt6Linguist (required version >= 6.5.3)
* Qt6Svg (required version >= 6.5.3)
* Qt6Test (required version >= 6.5.3)
* Qt6QuickTest (required version >= 6.5.3)
* Qt6QuickControls2 (required version >= 6.5.3)
* Threads
* Qt6BuildInternals (required version >= 6.5.3)
* WrapAtomic
* Qt6CoreTools (required version >= 6.5.3)
* Qt6Core (required version >= 6.5.3)
* Qt6GuiTools (required version >= 6.5.3)
* Qt6Gui (required version >= 6.5.3)
* Qt6QmlTools (required version >= 6.5.3)
* Qt6Network (required version >= 6.5.3)
* Qt6Qml (required version >= 6.5.3)
* Qt6OpenGL (required version >= 6.5.3)
* Qt6Quick (required version >= 6.5.3)
* Qt6 (required version >= 6.5.3)
-- The following OPTIONAL packages have not been found:
* DBus1 (required version >= 1.2)
* WrapDBus1 (required version >= 1.2)
* unofficial-brotli
* double-conversion
* WrapSystemDoubleConversion, double-conversion library, <https://github.com/google/double-conversion>
* Libsystemd
* PCRE2 (required version >= 10.20)
* WrapSystemPCRE2 (required version >= 10.20)
* Slog2
* Libproxy
* GSSAPI, Generic Security Services Application Program Interface
* X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
* ATSPI2
* DirectFB
* Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
* Freetype (required version >= 2.2.0)
* WrapSystemFreetype (required version >= 2.2.0)
* Fontconfig
* gbm, Mesa gbm library., <http://www.mesa3d.org>
* harfbuzz (required version >= 2.6.0)
* WrapSystemHarfbuzz (required version >= 2.6.0)
* Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
* WrapSystemJpeg
* md4c
* WrapSystemMd4c
* PNG
* WrapSystemPNG
* Mtdev
* GLESv2
* Tslib
* WrapVulkanHeaders
* GTK3 (required version >= 3.6)
* Cups
* DB2, IBM DB2 client library, <https://www.ibm.com>
* MySQL, MySQL client library, <https://www.mysql.com>
* Oracle, Oracle client library, <https://www.oracle.com>
* Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
* JPEG
* Jasper
* WrapJasper
* TIFF
* WebP
* WrapWebP
* Libmng
* LTTngUST
* WrapQuick3DAssimp (required version >= 5.1.6)
* AVFoundation
* GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
* GStreamer
* MMRendererCore
* MMRenderer
* PulseAudio
* WrapPulseAudio
* EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
* FFmpeg
* VAAPI
* Qt6Gamepad (required version >= 6.5.3)
* assimp (required version >= 5)
* WrapQt3DAssimp (required version >= 5)
* Vulkan
* ICU (required version >= 50.1)
* BlueZ
* litehtml
* Libudev
* Gypsy
* Gconf
* Gn (required version == 6.5.3), Meta-build system, <https://gn.googlesource.com/gn/>
* Snappy
* Nodejs (required version >= 12.0), JavaScript runtime environment that runs on the V8 engine, <https://nodejs.org/>
* Qt6Quick3DPhysics (required version >= 6.5.3)
* WrapProtobuf
* Protobuf
* WrapProtoc
* gRPC
* WrapgRPC
* Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
* Flite
* ALSA
* SpeechDispatcher
* Hunspell
* CerenceHwrAlphabetic
* CerenceHwrCjk
* CerenceXt9
* MyScript
* PkgConfig
* Qt6QmlCompilerPlusPrivate
* Qt6WebEngineCore (required version >= 6.5.3)
* Qt6WebEngineQuick (required version >= 6.5.3)
-- Configuration summary shown below. It has also been written to C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/config.summary
-- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
-- Configure summary:
Building for: win32-g++ (x86_64, CPU features: cx16 mmx sse sse2 sse3)
Compiler: gcc 13.2.0
Build options:
Mode ................................... release
Optimize release build for size ........ no
Fully optimize release builds (-O3) .... no
Building shared libraries .............. yes
Using C standard ....................... C11
Using C++ standard ..................... C++17
Unity Build ............................ no
Relocatable ............................ yes
Using precompiled headers .............. yes
Using Link Time Optimization (LTCG) .... no
Using Intel CET ........................ no
Target compiler supports:
x86 Intrinsics ....................... Basic VAES AVX512VBMI2
Sanitizers:
Addresses ............................ no
Threads .............................. no
Memory ............................... no
Fuzzer (instrumentation only) ........ no
Undefined ............................ no
Build parts ............................ libs tools
App store compliance ................... no
Qt modules and options:
Qt Concurrent .......................... yes
Qt D-Bus ............................... yes
Qt D-Bus directly linked to libdbus .... no
Qt Gui ................................. yes
Qt Network ............................. yes
Qt PrintSupport ........................ yes
Qt Sql ................................. yes
Qt Testlib ............................. yes
Qt Widgets ............................. yes
Qt Xml ................................. yes
Support enabled for:
Using pkg-config ....................... no
udev ................................... no
OpenSSL ................................ yes
Qt directly linked to OpenSSL ........ no
OpenSSL 1.1 ............................ no
OpenSSL 3.0 ............................ yes
Using system zlib ...................... no
Zstandard support ...................... no
Thread support ......................... yes
Common build options:
Linker can resolve circular dependencies yes
Qt Core:
backtrace .............................. no
DoubleConversion ....................... yes
Using system DoubleConversion ........ no
GLib ................................... no
ICU .................................... no
Using system libb2 ..................... yes
Built-in copy of the MIME database ..... yes
cpp/winrt base ......................... no
Tracing backend ........................ <none>
Logging backends:
journald ............................. no
syslog ............................... no
slog2 ................................ no
PCRE2 .................................. yes
Using system PCRE2 ................... no
Application permissions ................ no
Qt Sql:
SQL item models ........................ yes
Qt Network:
getifaddrs() ........................... no
IPv6 ifname ............................ no
libproxy ............................... no
Schannel ............................... yes
DTLS ................................... yes
OCSP-stapling .......................... yes
SCTP ................................... no
Use system proxies ..................... yes
GSSAPI ................................. no
Brotli Decompression Support ........... yes
qIsEffectiveTLD() ...................... yes
Built-in publicsuffix database ....... yes
System publicsuffix database ......... no
Core tools:
Android deployment tool ................ yes
macOS deployment tool .................. no
Windows deployment tool ................ yes
qmake .................................. yes
Qt Gui:
Accessibility .......................... yes
FreeType ............................... yes
Using system FreeType ................ no
HarfBuzz ............................... yes
Using system HarfBuzz ................ no
Fontconfig ............................. no
Image formats:
GIF .................................. yes
ICO .................................. yes
JPEG ................................. yes
Using system libjpeg ............... no
PNG .................................. yes
Using system libpng ................ no
Text formats:
HtmlParser ........................... yes
CssParser ............................ yes
OdfWriter ............................ yes
MarkdownReader ....................... yes
Using system libmd4c ............... no
MarkdownWriter ....................... yes
EGL .................................... no
OpenVG ................................. no
OpenGL:
Desktop OpenGL ....................... no
Dynamic OpenGL ....................... yes
OpenGL ES 2.0 ........................ no
OpenGL ES 3.0 ........................ no
OpenGL ES 3.1 ........................ no
OpenGL ES 3.2 ........................ no
Vulkan ................................. no
Session Management ..................... yes
Features used by QPA backends:
evdev .................................. no
libinput ............................... no
HiRes wheel support in libinput ........ no
INTEGRITY HID .......................... no
mtdev .................................. no
tslib .................................. no
xkbcommon .............................. no
X11 specific:
XLib ................................. no
XCB Xlib ............................. no
EGL on X11 ........................... no
xkbcommon-x11 ........................ no
xcb-sm ............................... no
QPA backends:
DirectFB ............................... no
EGLFS .................................. no
EGLFS details:
EGLFS OpenWFD ........................ no
EGLFS i.Mx6 .......................... no
EGLFS i.Mx6 Wayland .................. no
EGLFS RCAR ........................... no
EGLFS EGLDevice ...................... no
EGLFS GBM ............................ no
EGLFS VSP2 ........................... no
EGLFS Mali ........................... no
EGLFS Raspberry Pi ................... no
EGLFS X11 ............................ no
LinuxFB ................................ no
VNC .................................... no
VK_KHR_display ......................... no
QNX:
lgmon ................................ no
IMF .................................. no
XCB:
Using system-provided xcb-xinput ..... no
GL integrations:
GLX Plugin ......................... no
XCB GLX .......................... no
EGL-X11 Plugin ..................... no
Windows:
Direct 2D ............................ yes
Direct 2D 1.1 ........................ yes
DirectWrite .......................... yes
DirectWrite 3 ........................ yes
Qt Widgets:
GTK+ ................................... no
Styles ................................. Fusion Windows WindowsVista
Qt Testlib:
Tester for item models ................. yes
Batch tests ............................ no
Qt PrintSupport:
CUPS ................................... no
Qt Sql Drivers:
DB2 (IBM) .............................. no
InterBase .............................. no
MySql .................................. no
OCI (Oracle) ........................... no
ODBC ................................... yes
PostgreSQL ............................. yes
SQLite ................................. yes
Using system provided SQLite ......... no
Further Image Formats:
JasPer ................................. no
MNG .................................... no
TIFF ................................... yes
Using system libtiff ................. no
WEBP ................................... yes
Using system libwebp ................. no
Qt QML:
QML network support .................... yes
QML debugging and profiling support .... yes
QML just-in-time compiler .............. yes
QML XML http request ................... yes
QML Locale ............................. yes
Qt QML Models:
QML list model ......................... yes
QML delegate model ..................... yes
Qt Quick:
AnimatedImage item ..................... yes
Canvas item ............................ yes
Support for Qt Quick Designer .......... yes
Flipable item .......................... yes
GridView item .......................... yes
ListView item .......................... yes
TableView item ......................... yes
TreeView item .......................... yes
Path support ........................... yes
PathView item .......................... yes
Positioner items ....................... yes
Repeater item .......................... yes
ShaderEffect item ...................... yes
Sprite item ............................ yes
Qt Quick Templates 2:
Hover support .......................... yes
Multi-touch support .................... yes
Calendar support ....................... yes
Qt Quick Controls 2:
Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows
QtQuick3D:
Assimp ................................. yes
System Assimp .......................... no
Qt Multimedia:
Spatial Audio .......................... yes
Spatial Audio (Quick3D) ................ yes
Low level Audio Backend:
ALSA (experimental) .................. no
PulseAudio ........................... no
MMRenderer ........................... no
CoreAudio ............................ no
Windows Media SDK .................... yes
Open SLES (Android) .................. no
Web Assembly ......................... no
Plugin:
GStreamer 1.0 ........................ no
FFmpeg ............................... no
MMRenderer ........................... no
AVFoundation ......................... no
Windows Media Foundation ............. yes
Hardware acceleration and features:
Video for Linux ...................... no
VAAPI support ........................ no
Linux DMA buffer support ............. no
VideoToolbox ......................... no
Qt 3D:
Assimp ................................. yes
System Assimp .......................... no
Use SSE2 instructions .................. yes
Use AVX2 instructions .................. no
Aspects:
Render aspect ........................ yes
Input aspect ......................... yes
Logic aspect ......................... yes
Animation aspect ..................... yes
Extras aspect ........................ yes
Qt 3D APIs:
Vulkan ................................. no
Qt 3D Renderers:
OpenGL Renderer ........................ yes
RHI Renderer ........................... yes
Qt3D Geometry Loaders:
Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
iconv .................................. no
Qt Charts Types:
Area Chart ............................. yes
Line Chart ............................. yes
Spline Chart ........................... yes
Scatter Chart .......................... yes
Bar Chart .............................. yes
Pie Chart .............................. yes
Boxplot Chart .......................... yes
Candlestick Chart ...................... yes
Qt Axis Types:
DateTime Axis .......................... yes
Qt Bluetooth:
BlueZ .................................. no
BlueZ Low Energy ....................... no
Linux Crypto API ....................... no
WinRT Bluetooth API .................... no
Qt Tools:
Qt Assistant ........................... yes
QDoc ................................... yes
Clang-based lupdate parser ............. yes
Qt Designer ............................ yes
Qt Distance Field Generator ............ yes
Qt Linguist ............................ yes
pixeltool .............................. yes
qdbus .................................. yes
Qt Attributions Scanner ................ yes
qtdiag ................................. yes
qtplugininfo ........................... yes
Serial Port:
ntddmodm ............................... no
WebEngine Repository Build Options:
Build Ninja ............................ no
Build Gn ............................... yes
Jumbo Build ............................ yes
Developer build ........................ yes
Build QtWebEngine Modules:
Build QtWebEngineCore ................ no
Build QtWebEngineWidgets ............. no
Build QtWebEngineQuick ............... no
Build QtPdf Modules:
Build QtPdfWidgets ................... no
Build QtPdfQuick ..................... no
Qt Protobuf tools:
Qt Protobuf generator .................. no
Qt GRPC:
gRPC support ........................... yes
Native gRPC support .................... no
Qt GRPC tools:
Qt GRPC generator ...................... no
Qt Opcua:
Open62541 .............................. yes
Unified Automation C++ SDK ............. no
Support for namespace 0 NodeId names ... yes
Namespace 0 NodeIds generator .......... no
Open62541 security support ............. yes
Support for global discovery server .... yes
Qt Remote Objects:
High Availability Manager (ham) ........ no
Qt Scxml:
ECMAScript data model for QtScxml ...... yes
Qt Sensors:
WinRT sensors backend .................. no
Qt SerialBus:
Socket CAN ............................. no
Socket CAN FD .......................... no
SerialPort Support ..................... yes
Qt TextToSpeech:
Flite .................................. no
Flite with ALSA ........................ no
Speech Dispatcher ...................... no
Qt Virtualkeyboard:
Desktop integration .................... yes
Built-in layouts ....................... yes
Key navigation ......................... no
Retro style as default ................. no
Sensitive Debug ........................ no
Cerence ................................ no
Static Linking ....................... no
Handwriting .......................... no
Alphabetic ......................... no
CJK ................................ no
XT9 .................................. no
XT9 Debug .......................... no
XT9 9-key layouts .................. no
Bundle resources ..................... no
Handwriting ........................ no
XT9 ................................ no
Hunspell ............................... no
Using Hunspell copy from 3rdparty/ ... no
OpenWnn ................................ yes
MyScript ............................... no
Language support enabled for:
Arabic ............................... yes
Bulgarian ............................ yes
Czech ................................ yes
Danish ............................... yes
German ............................... yes
Greek ................................ yes
English GB ........................... yes
English US ........................... yes
Spanish .............................. yes
Spanish Mexico ....................... yes
Estonian ............................. yes
Farsi ................................ yes
Finnish .............................. yes
French Canada ........................ yes
French France ........................ yes
Hebrew ............................... yes
Hindi ................................ yes
Croatian ............................. yes
Hungarian ............................ yes
Indonesian ........................... yes
Italian .............................. yes
Japanese ............................. yes
Korean ............................... yes
Malay ................................ yes
Norwegian ............................ yes
Dutch ................................ yes
Polish ............................... yes
Portuguese Brazil .................... yes
Portuguese Portugal .................. yes
Romanian ............................. yes
Russian .............................. yes
Slovak ............................... yes
Slovenian ............................ yes
Albanian ............................. yes
Serbian .............................. yes
Swedish .............................. yes
Thai ................................. yes
Turkish .............................. yes
Ukrainian ............................ yes
Vietnamese ........................... yes
Simplified Chinese ................... yes
Traditional Chinese .................. yes
HongKong Chinese ..................... no
Traditional chinese input methods:
Zhuyin ............................... yes
Cangjie .............................. yes
Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
WARNING: Basic cpp/winrt support missing. Some features might not be available.
WARNING: QtWebEngine won't be built. node.js version 12 or later is required.
WARNING: QtPdf won't be built. node.js version 12 or later is required.
--
Qt is now configured for building. Just run 'cmake --build . --parallel'
Once everything is built, Qt is installed. You should NOT run 'cmake --install .'
Note that this build cannot be deployed to other machines or devices.
To configure and build other Qt modules, you can use the following convenience script:
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/bin/qt-configure-module.bat
If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
Alternatively, you can add the --fresh flag to your CMake flags.
-- Configuring done (334.3s)
-- Generating done (33.6s)
-- Build files have been written to: C:/Test/qt-everywhere-src-6.5.3/build/mingw-release
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build/mingw-release
$ cmake --build . --target docs --parallel 4
[44/2216] Compiling syncqt
[1/1] Cleaning all built files...
Cleaning... 2 files.
[1/2] Building CXX object CMakeFiles/syncqt.dir/main.cpp.obj
[2/2] Linking CXX executable C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\bin\syncqt.exe
[166/2216] Building C object qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/pcre2/src/pcre2_compile.c.obj
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c: In function 'compile_regex':
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8169:17: warning: storing the address of local variable 'capitem' in '*cb.open_caps' [-Wdangling-pointer=]
8169 | cb->open_caps = &capitem;
| ~~~~~~~~~~~~~~^~~~~~~~~~
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8106:14: note: 'capitem' declared here
8106 | open_capitem capitem;
| ^~~~~~~
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8100:39: note: 'cb' declared here
8100 | branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr)
[1422/2216] Building CXX object qtbase/src/plugins/platforms/windows/CMakeFiles/QWindowsIntegrationPlugin.dir/qwindowsmousehandler.cpp.obj
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/plugins/platforms/windows/qwindowsmousehandler.cpp: In member function 'bool QWindowsMouseHandler::translateTouchEvent(QWindow*, HWND, QtWindows::WindowsEventType, MSG, LRESULT*)':
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/plugins/platforms/windows/qwindowsmousehandler.cpp:581:11: warning: 'void* memset(void*, int, size_t)' specified bound between 18446743970630336512 and 18446744073709551568 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
581 | memset(winTouchInputs.data(), 0, sizeof(TOUCHINPUT) * size_t(winTouchPointCount));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1562/2216] Building CXX object qtdeclarative/src/qml/CMakeFiles/Qml.dir/memory/qv4stacklimits.cpp.obj
FAILED: qtdeclarative/src/qml/CMakeFiles/Qml.dir/memory/qv4stacklimits.cpp.obj
C:\msys64\mingw64\bin\c++.exe -DBUILDING_QT__ -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DENABLE_LLINT=0 -DJS_EXPORT_PRIVATE="" -DMINGW_HAS_SECURE_API=1 -DNDEBUG -DNOMINMAX -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_QML_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x040800 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_LEAN_HEADERS=1 -DQT_MOC_COMPAT -DQT_NETWORK_LIB -DQT_NO_AS_CONST=1 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_FOREACH -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING -DQT_QMLINTEGRATION_LIB -DQT_STRICT_QLIST_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DQml_EXPORTS -DUNICODE -DWIN32 -DWIN64 -DWINVER=0x0A00 -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTF_EXPORT_PRIVATE="" -DWTF_USE_UDIS86=0 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN32_WINNT=0x0A00 -D_WIN64 -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/Qml_autogen/include -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtQml -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/.generated -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/compiler -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/jsruntime -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/memory -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/qmldirparser -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/assembler -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/disassembler -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/disassembler/udis86 -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/jit -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/runtime -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/stubs -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/stubs/runtime -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/stubs/wtf -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/../3rdparty/masm/wtf -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/compiler -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/debugger -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/jsruntime -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/memory -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/qmldirparser -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtQml/6.5.3 -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtQml/6.5.3/QtQml -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/corelib -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtCore/6.5.3 -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtCore/6.5.3/QtCore -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtCore -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/mkspecs/win32-g++ -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtQmlIntegration -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qmlintegration -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qmlintegration -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtNetwork -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/.generated/release -IC:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/jit -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/jit -IC:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/animations -DNDEBUG -O2 -std=c++17 -fvisibility=hidden -fno-keep-inline-dllexport -Wall -Wextra -fno-exceptions -Werror -Wno-error=cpp -Wno-error=deprecated-declarations -Wno-error=strict-overflow -Wno-error=implicit-fallthrough -Wno-error=deprecated-copy -Wno-error=redundant-move -Wno-error=init-list-lifetime -Wno-error=format-overflow -Wno-error=stringop-overflow -Wno-error=deprecated-enum-enum-conversion -Wno-error=deprecated-enum-float-conversion -Wno-error=stringop-overread -Wa,-mbig-obj -Wsuggest-override -Winvalid-pch -include C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/CMakeFiles/Qml.dir/cmake_pch.hxx -MD -MT qtdeclarative/src/qml/CMakeFiles/Qml.dir/memory/qv4stacklimits.cpp.obj -MF qtdeclarative\src\qml\CMakeFiles\Qml.dir\memory\qv4stacklimits.cpp.obj.d -o qtdeclarative/src/qml/CMakeFiles/Qml.dir/memory/qv4stacklimits.cpp.obj -c C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/memory/qv4stacklimits.cpp
In file included from C:/msys64/mingw64/include/winnt.h:27,
from C:/msys64/mingw64/include/minwindef.h:163,
from C:/msys64/mingw64/include/windef.h:9,
from C:/msys64/mingw64/include/windows.h:69,
from C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/global/qt_windows.h:28,
from C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtCore/qt_windows.h:1,
from C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/memory/qv4stacklimits.cpp:15:
In function 'long long unsigned int __readgsqword(long unsigned int)',
inlined from '_TEB* NtCurrentTeb()' at C:/msys64/mingw64/include/winnt.h:10019:86,
inlined from 'QV4::StackProperties QV4::stackProperties()' at C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/memory/qv4stacklimits.cpp:152:62:
C:/msys64/mingw64/include/psdk_inc/intrin-impl.h:838:1: error: array subscript 0 is outside array bounds of 'long long unsigned int [0]' [-Werror=array-bounds=]
838 | __buildreadseg(__readgsqword, unsigned __int64, "gs", "q")
| ^~~~~~~~~~~~~~
In function 'QV4::StackProperties QV4::stackProperties()':
cc1plus.exe: note: source object is likely at address zero
cc1plus.exe: all warnings being treated as errors
[1565/2216] Building CXX object qtdeclarative/src/qml/CMakeFiles/Qml.dir/memory/qv4mm.cpp.obj
ninja: build stopped: subcommand failed.
hwhsu1231 at vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build/mingw-release
$
More information about the Development
mailing list