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.6.1 macOS Sonoma 14.2.1 build issues. Missing header files
Qt 6.11 is out! See what's new in the release blog

Qt 6.6.1 macOS Sonoma 14.2.1 build issues. Missing header files

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 999 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.
  • O Offline
    O Offline
    Op1234
    wrote on last edited by
    #1

    Hello.

    I'm trying to build Qt 6.6.1 from sources on macOS Sonoma 14.2.1 with Xcode 15.1 using the following configuration

    ./configure -prefix $INSTALL_FOLDER -openssl-runtime -- -D OPENSSL_ROOT_DIR=/opt/OpenSSL/3.2.0
    

    After running

    cmake --build . && cmake --install .
    

    there are no header files in libraries such as QtCore.framework or QtGui.framework in installation folder.

    I have a question whether there is already support for macOS Sonoma in Qt 6? In the documentation, macOS 14 is not on the list of supported platforms so I was wondering if this could be the reason for my build issues.

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

      Hi and welcome to devnet,

      First, please use an out of source build.
      What is INSTALL_FOLDER ?
      Where did you get the source from ?

      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
      1
      • O Offline
        O Offline
        Op1234
        wrote on last edited by
        #3

        Thank you for your answer.

        I've managed to resolve my problem. I didn't have Ninja installed and I was using only cmake during the build. I hadn't encountered this problem on previous macOs versions when I was using just cmake. I downloaded qt from this source.

        1 Reply Last reply
        0
        • O Op1234 has marked this topic as solved on

        • Login

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