Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Anyone built 5.2 beta on MacOS 10.9 with Xcode 5?

Anyone built 5.2 beta on MacOS 10.9 with Xcode 5?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.2k 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.
  • B Offline
    B Offline
    billconan
    wrote on last edited by
    #1

    I couldn't, because the QtWebkit module can't find CFNumber.h

    I looked deeper, it seems that QtWebkit module tries to load CoreFundation framework from /System/Library/Frameworks/...

    but their is no headers there. The correct location should be /Application/XCode5.1/Content/Developer/...

    This must be due to some recent change of Mac OS and xcode, but this problem only happens on the QtWebkit module. I could build QtBase for example.

    Also, I tried to disable the webkit module via configure, it is said on line that I could use -no-webkit, or --no-webkit. I tried both, didn't work?

    Can you build Qt on a clean installed MAc 10.9 with Xcode 5?

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

      Hi,

      To avoid building webkit if you already downloaded it, you can just remove the folder containing it.

      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
      • S Offline
        S Offline
        sarahjanesmith
        wrote on last edited by
        #3

        This was fixed recently by this commit:

        https://qt.gitorious.org/qt/qtwebkit/commit/dddffcaa55bd617159b77e48031e81ef464b358b

        I guess when Qt 5.2 finally comes out that fix will be in it. For now, if you've downloaded Qt 5.2.0 beta and want to compile it with webkit you could apply that patch:

        @cd ~/build/qt-everywhere-opensource-src-5.2.0-beta1
        curl -o fix-webkit.patch https://qt.gitorious.org/qt/qtwebkit/commit/dddffcaa55bd617159b77e48031e81ef464b358b.patch
        cd qtwebkit
        patch -p1 < ../fix-webkit.patch@

        It should then build normally with configure.

        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