Closed BenWibking closed 5 days ago
For future reference, the steps to patch are:
$ build_visit cd qtbase-everywhere-src-6.4.2
$ qtbase-everywhere-src-6.4.2 patch -p1 < cdf64b0.diff
@BenWibking thanks for this patch, we will look into incorporating it for Visit 3.4.2
Resolved for 3.4.2 on 3.4RC with #19976 Resolved on develop with #19979
Describe the bug
qt6 does not build with XCode 15 due to this bug: https://bugreports.qt.io/browse/QTBUG-117225
It can be fixed with this patch: https://codereview.qt-project.org/changes/qt%2Fqtbase~503172/revisions/3/patch?zip&path=mkspecs%2Ffeatures%2Ftoolchain.prf
Desktop
Additional context
Without this patch, the
build_visit --qt6
fails at the qwt build on macOS 14: