Hello, mehdi.

After running *'pacman -R gcc msys2-runtime-devel'*, I then built it again.
This time, the previous error disappeared. However, there is a new error.

---
Haowei Hsu
hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/build/mingw-release
$ pacman -R msys2-runtime-devel
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing msys2-runtime-devel breaks dependency 'msys2-runtime-devel' 
required by gcc

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/build/mingw-release
$ pacman -R gcc msys2-runtime-devel
checking dependencies...

Packages (2) gcc-11.3.0-4  msys2-runtime-devel-3.4.8-1

Total Removed Size:  154.01 MiB

:: Do you want to remove these packages? [Y/n] y
:: Running pre-transaction hooks...
(1/1) Removing old entries from the info directory file...
:: Processing package changes...
(1/2) removing gcc                                                              
                                 
[###################################################################] 100%
(2/2) removing msys2-runtime-devel                                              
                                 
[###################################################################] 100%

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/build/mingw-release
$ cd ../..

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0
$ rm -rf build

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0
$ mkdir build && cd build

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/build
$ mkdir mingw-release && cd mingw-release

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/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.6.0/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_INTERNAL_CALLED_FROM_CONFIGURE:BOOL=TRUE' 
'-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' 
'-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-G' 'Ninja' 
'C:/Test/qt-everywhere-src-6.6.0'
-- 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 'qtgraphs'
-- 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] Checking 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.6.0/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.6.0/qtbase/cmake/platforms
-- [QtBase] Extracting architecture info from 
C:/Test/qt-everywhere-src-6.6.0/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.6.0/build/mingw-release/qtbase"
-- [QtBase] CMAKE_STAGING_PREFIX: ""
-- [QtBase] QT_BUILD_DIR: 
"C:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase"
-- [QtBase] QT_INSTALL_DIR: 
"C:/Test/qt-everywhere-src-6.6.0/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_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] Found the following ICU libraries:
-- [QtBase]   i18n (required): C:/msys64/mingw64/lib/libicuin.dll.a
-- [QtBase]   uc (required): C:/msys64/mingw64/lib/libicuuc.dll.a
-- [QtBase]   data (required): C:/msys64/mingw64/lib/libicudt.dll.a
-- [QtBase] Found ICU: C:/msys64/mingw64/include (found suitable version 
"73.2", minimum required is "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] Performing Test HAVE_SHM_OPEN_SHM_UNLINK
-- [QtBase] Performing Test HAVE_SHM_OPEN_SHM_UNLINK - Failed
-- [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_close_range
-- [QtBase] Performing Test HAVE_close_range - Failed
-- [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_sysv_shm
-- [QtBase] Performing Test HAVE_sysv_shm - Failed
-- [QtBase] Performing Test HAVE_sysv_sem
-- [QtBase] Performing Test HAVE_sysv_sem - Failed
-- [QtBase] Performing Test HAVE_posix_shm
-- [QtBase] Performing Test HAVE_posix_shm - Failed
-- [QtBase] Performing Test HAVE_posix_sem
-- [QtBase] Performing Test HAVE_posix_sem - Success
-- [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_LIBRESOLV_FUNCTIONS
-- [QtBase] Performing Test HAVE_LIBRESOLV_FUNCTIONS - Failed
-- [QtBase] Could NOT find WrapResolv (missing: WrapResolv_FOUND)
-- [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 res_setservers() - Failed because 
WrapResolv::WrapResolv not found
-- [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 DRM Atomic API - Failed because Libdrm::Libdrm not 
found
-- [QtBase] Performing Test EGL on X11 - Failed because EGL::EGL not found
-- [QtBase] Performing Test Broadcom EGL (Raspberry Pi) - Failed because 
EGL::EGL not found
-- [QtBase] Performing Test EGLDevice - Failed because EGL::EGL not found
-- [QtBase] Performing Test Mali EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test Mali 2 EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test i.Mx6 EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test OpenWFD EGL - Failed because EGL::EGL not found
-- [QtBase] Performing Test RCAR EGL - Failed because EGL::EGL not found
-- [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 OpenGL ES 3.0 - Failed because GLESv2::GLESv2 not 
found
-- [QtBase] Performing Test OpenGL ES 3.1 - Failed because GLESv2::GLESv2 not 
found
-- [QtBase] Performing Test OpenGL ES 3.2 - Failed because GLESv2::GLESv2 not 
found
-- [QtBase] Performing Test XCB (extensions) - Failed because XCB::CURSOR not 
found
-- [QtBase] Performing Test libinput hires wheel support - Failed because 
Libinput::Libinput not found
-- [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] Found the following ICU libraries:
-- [QtBase]   i18n (required): C:/msys64/mingw64/lib/libicuin.dll.a
-- [QtBase]   uc (required): C:/msys64/mingw64/lib/libicuuc.dll.a
-- [QtBase]   data (required): C:/msys64/mingw64/lib/libicudt.dll.a
-- [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] Could NOT find WrapResolv (missing: WrapResolv_FOUND)
-- [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:/msys64/mingw64/lib/libpq.dll.a (found version 
"15.3")
-- [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] Could NOT find Mimer (missing: Mimer_LIBRARIES Mimer_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: QtQmlToolingSettings
-- [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: QtQmlLS
-- [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;QmlCompiler
-- 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] Performing Test Linux DMA buffer support - Failed because 
EGL::EGL not found
-- [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] 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] Running syncqt.cpp for module: QtQDocCatch
-- [QtTools] Running syncqt.cpp for module: QtQDocCatchConversionsPrivate
-- [QtTools] Running syncqt.cpp for module: QtQDocCatchGeneratorsPrivate
-- [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
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannelQuick
-- 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.6.0")
-- [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 "14.0") 
(found Nodejs_EXECUTABLE-NOTFOUND)
-- [QtWebEngine] Performing Test re2 - Failed because PkgConfig::RE2 not found
-- [QtWebEngine] Performing Test vpx - Failed because PkgConfig::VPX not found
-- [QtWebEngine] Performing Test snappy - Failed because Snappy::Snappy not 
found
-- [QtWebEngine] Performing Test compatible libxml2 and libxslt - Failed 
because PkgConfig::LIBXML2 not found
-- [QtWebEngine] Performing Test compatible libjpeg - Failed because 
PkgConfig::JPEG not found
-- [QtWebEngine] Performing Test freetype >= 2.4.2 - Failed because 
PkgConfig::FREETYPE not found
-- [QtWebEngine] Performing Test HAVE_khr
-- [QtWebEngine] Performing Test HAVE_khr - Success
-- [QtWebEngine] Performing Test HAVE_winversion
-- [QtWebEngine] Performing Test HAVE_winversion - Failed
-- [QtWebEngine] Performing Test libavformat - Failed because PkgConfig::FFMPEG 
not found
[QtWebEngine] -- Windows 10 SDK version:
[QtWebEngine] -- Support check for QtWebEngine failed: node.js version 14 or 
later is required.
[QtWebEngine] -- Support check for QtPdf failed: node.js version 14 or later is 
required.
-- Configuring submodule 'qtdoc'
-- [QtDoc] CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtgraphs'
-- [QtGraphs] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtGraphs] Running syncqt.cpp for module: QtGraphs
-- 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] Performing Test  - Failed because WrapProtobuf::WrapLibProtobuf not 
found
-- [QtGrpc] Performing Test  - Failed because WrapProtobuf::WrapLibProtoc not 
found
-- [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.6.0/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:213 
(message):
  Failed to find optional Qt component "WebEngineCore".

  Expected Config file at
  
"C:/Test/qt-everywhere-src-6.6.0/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:213 
(message):
  Failed to find optional Qt component "WebEngineQuick".

  Expected Config file at
  
"C:/Test/qt-everywhere-src-6.6.0/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
 * ICU (required version >= 50.1)
 * Libb2
 * WrapRt
 * WrapBrotli
 * WrapHarfbuzz
 * WrapPNG
 * WrapOpenGL
 * SQLite3
 * PostgreSQL
 * ODBC
 * WrapFreetype
 * WrapJpeg
 * Qt6LanguageServerPrivate (required version >= 6.6.0)
 * Python
 * Qt6PacketProtocolPrivate (required version >= 6.6.0)
 * Qt6QuickTimeline (required version >= 6.6.0)
 * WMF
 * WrapIconv
 * PCSCLITE
 * Qt6AxContainerTools (required version >= 6.6.0)
 * Qt6AxContainer (required version >= 6.6.0)
 * FFI
 * ZLIB
 * zstd
 * LibXml2
 * LLVM (required version == 16.0.5)
 * Clang
 * WrapLibClang (required version >= 8)
 * Qt6WebChannel (required version >= 6.6.0)
 * Qt6WebChannelQuick (required version >= 6.6.0)
 * Qt6Designer (required version >= 6.6.0)
 * Qt6JpegPrivate (required version >= 6.6.0)
 * Qt6PngPrivate (required version >= 6.6.0)
 * Qt6HarfbuzzPrivate (required version >= 6.6.0)
 * Qt6FreetypePrivate (required version >= 6.6.0)
 * 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.6.0)
 * Qt6Sql (required version >= 6.6.0)
 * Qt6QmlXmlListModel (required version >= 6.6.0)
 * Qt6QuickWidgets (required version >= 6.6.0)
 * Qt6Positioning (required version >= 6.6.0)
 * Qt6PositioningQuick (required version >= 6.6.0)
 * Qt6QuickShapesPrivate (required version >= 6.6.0)
 * Qt6WebSockets (required version >= 6.6.0)
 * WrapOpenSSL (required version >= 1.1)
 * Qt6Quick3DTools (required version >= 6.6.0)
 * Qt6Concurrent (required version >= 6.6.0)
 * Qt6Quick3D (required version >= 6.6.0)
 * Qt6ShaderToolsTools (required version >= 6.6.0)
 * Qt6ShaderTools (required version >= 6.6.0)
 * Qt6Quick3DGlslParserPrivate (required version >= 6.6.0)
   - Enables Syntax Highlighting
 * Qt6Bluetooth (required version >= 6.6.0)
 * Qt6OpenGLWidgets (required version >= 6.6.0)
 * Qt6Xml (required version >= 6.6.0)
 * Qt6DBusTools (required version >= 6.6.0)
 * Qt6DBus (required version >= 6.6.0)
 * Qt6SerialPort (required version >= 6.6.0)
 * Qt6Multimedia (required version >= 6.6.0)
 * Qt6WidgetsTools (required version >= 6.6.0)
 * Qt6Widgets (required version >= 6.6.0)
 * Qt6LinguistTools (required version >= 6.6.0)
 * Qt6Linguist (required version >= 6.6.0)
 * Qt6Svg (required version >= 6.6.0)
 * Qt6Test (required version >= 6.6.0)
 * Qt6QuickTest (required version >= 6.6.0)
 * Qt6QuickControls2 (required version >= 6.6.0)
 * Threads
 * Qt6BuildInternals (required version >= 6.6.0)
 * WrapAtomic
 * Qt6CoreTools (required version >= 6.6.0)
 * Qt6Core (required version >= 6.6.0)
 * Qt6GuiTools (required version >= 6.6.0)
 * Qt6Gui (required version >= 6.6.0)
 * Qt6QmlTools (required version >= 6.6.0)
 * Qt6Network (required version >= 6.6.0)
 * Qt6Qml (required version >= 6.6.0)
 * Qt6OpenGL (required version >= 6.6.0)
 * Qt6Quick (required version >= 6.6.0)
 * Qt6 (required version >= 6.6.0)

-- 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
 * WrapResolv
 * 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>
 * Mimer
 * 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.6.0)
 * assimp (required version >= 5)
 * WrapQt3DAssimp (required version >= 5)
 * Vulkan
 * BlueZ
 * litehtml
 * Libudev
 * Gypsy
 * Gconf
 * Gn (required version == 6.6.0), Meta-build system, 
<https://gn.googlesource.com/gn/>
 * Snappy
 * Nodejs (required version >= 14.0), JavaScript runtime environment that runs 
on the V8 engine, <https://nodejs.org/>
 * Qt6Quick3DPhysics (required version >= 6.6.0)
 * 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.6.0)
 * Qt6WebEngineQuick (required version >= 6.6.0)


-- Configuration summary shown below. It has also been written to 
C:/Test/qt-everywhere-src-6.6.0/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 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
  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
  Install examples sources ............... no
  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
  Using vcpkg ............................ 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
  Application permissions ................ yes
  Tracing backend ........................ <none>
  OpenSSL based cryptographic hash ....... no
  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
  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
  Mimer .................................. 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
  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
  libclang found ......................... yes
  Clang-based lupdate parser ............. yes
  Qt Designer ............................ yes
  Qt Distance Field Generator ............ yes
  Qt Linguist ............................ yes
  pixeltool .............................. yes
  qdbus .................................. yes
  QDoc ................................... 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:
  Qt Core types support .................. no
  Qt Gui types support ................... no
  Well-known types support ............... 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
  Example HWR ............................ 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 14 or later is required.
WARNING: QtPdf won't be built. node.js version 14 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.6.0/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 (482.3s)
-- Generating done (48.5s)
-- Build files have been written to: 
C:/Test/qt-everywhere-src-6.6.0/build/mingw-release

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/build/mingw-release
$ cmake --build . --target docs --parallel 4
[44/2244] 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.6.0\build\mingw-release\qtbase\bin\syncqt.exe
[167/2244] Building C object 
qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/pcre2/src/pcre2_compile.c.obj
C:/Test/qt-everywhere-src-6.6.0/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c: 
In function 'compile_regex':
C:/Test/qt-everywhere-src-6.6.0/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.6.0/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8106:14:
 note: 'capitem' declared here
 8106 | open_capitem capitem;
      |              ^~~~~~~
C:/Test/qt-everywhere-src-6.6.0/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8100:39:
 note: 'cb' declared here
 8100 |   branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr)
[1622/2244] 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 -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_QEXCHANGE 
-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.6.0/build/mingw-release/qtdeclarative/src/qml/Qml_autogen/include
 -IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtQml 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml/.generated
 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml/compiler
 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml/jsruntime
 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml/memory
 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml/qmldirparser
 -IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/assembler
 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/disassembler
 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/disassembler/udis86
 -IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/jit 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/runtime
 -IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/stubs 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/stubs/runtime
 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/stubs/wtf
 -IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/../3rdparty/masm/wtf 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/compiler 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/debugger 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/jsruntime 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/memory 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/qmldirparser 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtQml/6.6.0
 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtQml/6.6.0/QtQml
 -IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/src/corelib 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtCore/6.6.0
 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtCore/6.6.0/QtCore
 -IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtCore 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/mkspecs/win32-g++ 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtQmlIntegration
 -IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qmlintegration 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qmlintegration
 -IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtNetwork 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml/.generated/release
 
-IC:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtdeclarative/src/qml/jit 
-IC:/Test/qt-everywhere-src-6.6.0/qtdeclarative/src/qml/jit 
-IC:/Test/qt-everywhere-src-6.6.0/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.6.0/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.6.0/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.6.0/qtbase/src/corelib/global/qt_windows.h:28,
                 from 
C:/Test/qt-everywhere-src-6.6.0/build/mingw-release/qtbase/include/QtCore/qt_windows.h:1,
                 from 
C:/Test/qt-everywhere-src-6.6.0/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.6.0/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
[1625/2244] Building CXX object 
qtdeclarative/src/qml/CMakeFiles/Qml.dir/memory/qv4mm.cpp.obj
ninja: build stopped: subcommand failed.

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/build/mingw-release
$
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to