Description
Download Qt 6.2.9 archive, insource build
macOS 10.15 only, works fine on macOS 11.
Configure options:
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Release -DFEATURE_separate_debug_info=OFF -DFEATURE_headersclean=ON -DFEATURE_framework=ON -DODBC_ROOT=/usr/local/opt/libiodbc -DPostgreSQL_ROOT=/Applications/Postgres.app/Contents/Versions/9.6/bin/.. -DQT_BUILD_TESTS=OFF -DCMAKE_MESSAGE_LOG_LEVEL=STATUS /Users/qt/RTA/src-6.2.9 -DCMAKE_INSTALL_PREFIX:PATH=/Users/qt/RTA/src-6.2.9/qtbase
build: cmake --build . --parallel => gives a following failure, insource build
FAILED: obj/components/guest_view/common/common/guest_view_constants.o FAILED: obj/components/flags_ui/switches/flags_ui_switches.o FAILED: obj/components/embedder_support/embedder_support/switches.o FAILED: obj/components/embedder_support/embedder_support/pref_names.o FAILED: qtwebengine/src/core/Release/x86_64/QtWebEngineCore.stamp qtwebengine/src/core/Release/x86_64/QtWebEngineCore /Users/qt/RTA/src-6.2.9/qtwebengine/src/core/Release/x86_64/QtWebEngineCore.stamp /Users/qt/RTA/src-6.2.9/qtwebengine/src/core/Release/x86_64/QtWebEngineCore
Log attached.