Qt 6.4.0 Won't Build/Install on OSX 13.2 (Ventura)
-
Hi,
I'm trying to install Qt 6.4.0 on a MacOS Ventura (Intel) system, and the build is failing horribly . I've tried Qt 6.4.1, made sure I have the current XCode, etc.
Any ideas?
It starts out with these warnings:
Warning: FastGlow.qml: Warnings occurred while importing base modules:
Warning: QML types file does not exist:
...QtBuildStatic/qtbase/qml/Qt5Compat/GraphicalEffects/private/plugins.qmltypesWarning: DropShadowBase.qml: Warnings occurred while importing base modules:
then this:
Info: Blend.qml:349:46: String contains unescaped line terminator which is deprecated.
property string fragmentShaderBegin: "#version 440And then:
Warning: ConicalGradient.qml:250:5: SourceProxy was not found. Did you add all import paths?
SourceProxy {
^^^^^^^^^^^And finally the first error:
Error: RectangularGlow.qml:217:83: Could not compile function clampedCornerRadius: Cannot access value for name glowRadius
var maxCornerRadius = Math.min(rootItem.width, rootItem.height) / 2 + glowRadius;
^^^^^^^^^^
Error: ConicalGradient.qml:252:9: Could not compile binding for input: Cannot resolve property type for binding on input
// Copyright (C) 2020 The Qt Company Ltd.
^
Error: ConicalGradient.qml:250:5: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(<target containing SourceProxy>). -
So here's a bit of data: If I ignore these warnings, and proceed to install, everything appears to work "OK". Keep in mind I don't use Quick or QML, so there may be time bombs in there I'm not aware of.
-
Hi,
Looking at your log, you seem to be using a static Qt build. Is that so ?
-
Yes, I am!
-
So here's a bit of data: If I ignore these warnings, and proceed to install, everything appears to work "OK". Keep in mind I don't use Quick or QML, so there may be time bombs in there I'm not aware of.