Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 6.4.0 Won't Build/Install on OSX 13.2 (Ventura)
Forum Updated to NodeBB v4.3 + New Features

Qt 6.4.0 Won't Build/Install on OSX 13.2 (Ventura)

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 491 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    michaelwilson
    wrote on last edited by
    #1

    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.qmltypes

    Warning: 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 440

    And 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>).

    1 Reply Last reply
    0
    • M Offline
      M Offline
      michaelwilson
      wrote on last edited by
      #4

      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.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        Looking at your log, you seem to be using a static Qt build. Is that so ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • M Offline
          M Offline
          michaelwilson
          wrote on last edited by
          #3

          Yes, I am!

          1 Reply Last reply
          0
          • M Offline
            M Offline
            michaelwilson
            wrote on last edited by
            #4

            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.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved