Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
6.9.0
-
None
Description
hi,
building 6.9.0 on windows fails (6.8.3 was ok) with MSVC 19.29.30158.0 compiler:
2025-04-02T08:49:01.8068013Z [184/3987] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\Unity\unity_6_cxx.cxx.obj 2025-04-02T08:49:02.3083819Z FAILED: qtbase/src/corelib/CMakeFiles/Core.dir/Unity/unity_6_cxx.cxx.obj 2025-04-02T08:49:02.7313219Z C:\PROGRA~1\MICROS~2\2022\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\HostX64\x64\cl.exe /nologo /TP -DCore_EXPORTS -DNOMINMAX -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_LEAN_HEADERS=1 -DQT_MOC_COMPAT -DQT_NO_CONTEXTLESS_CONNECT -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_QASCONST -DQT_NO_QEXCHANGE -DQT_NO_QPAIR -DQT_NO_QSNPRINTF -DQT_NO_STD_FORMAT_SUPPORT -DQT_NO_USING_NAMESPACE -DQT_TYPESAFE_FLAGS -DQT_USE_NODISCARD_FILE_OPEN -DQT_USE_QSTRINGBUILDER -DUNICODE -DWIN32 -DWIN64 -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN64 -D_WINDLL -I%SRC_DIR%\build\qtbase\src\corelib\Core_autogen\include -I%SRC_DIR%\build\qtbase\include -I%SRC_DIR%\build\qtbase\include\QtCore -I%SRC_DIR%\qtbase\src\corelib -I%SRC_DIR%\build\qtbase\src\corelib -I%SRC_DIR%\build\qtbase\src\corelib\global -I%SRC_DIR%\build\qtbase\src\corelib\kernel -I%SRC_DIR%\qtbase\src\corelib\..\3rdparty\tinycbor\src -I%SRC_DIR%\build\qtbase\include\QtCore\6.9.0 -I%SRC_DIR%\build\qtbase\include\QtCore\6.9.0\QtCore -I%SRC_DIR%\build\qtbase\src\corelib\.rcc -I%SRC_DIR%\qtbase\mkspecs\win32-msvc -external:I%PREFIX%\Library\include -external:W0 /DWIN32 /D_WINDOWS /DNDEBUG -O2 -Ob3 -std:c++17 -MD /W3 -Zc:__cplusplus -permissive- -utf-8 -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:ternary -Zc:externConstexpr -Zc:wchar_t -bigobj -guard:cf -Gw /EHsc /d2FH4 /YuC:/bld/qt6-main_1743581674092/work/build/qtbase/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx /FpC:/bld/qt6-main_1743581674092/work/build/qtbase/src/corelib/CMakeFiles/Core.dir/./cmake_pch.cxx.pch /FIC:/bld/qt6-main_1743581674092/work/build/qtbase/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx /showIncludes /Foqtbase\src\corelib\CMakeFiles\Core.dir\Unity\unity_6_cxx.cxx.obj /Fdqtbase\src\corelib\CMakeFiles\Core.dir\ /FS -c %SRC_DIR%\build\qtbase\src\corelib\CMakeFiles\Core.dir\Unity\unity_6_cxx.cxx 2025-04-02T08:49:03.2157935Z C:/bld/qt6-main_1743581674092/work/qtbase/src/corelib/kernel/qtmochelpers.h(262): error C2065: 'result': undeclared identifier
here are the full logs:
here are the configuration options:
https://github.com/conda-forge/qt-main-feedstock/blob/qt6/recipe/bld.bat#L25