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. Qt 5.4.1 build with clang on OSX fails with clang segfault
Forum Updated to NodeBB v4.3 + New Features

Qt 5.4.1 build with clang on OSX fails with clang segfault

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 463 Views 2 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.
  • P Offline
    P Offline
    philipp
    wrote on 11 Mar 2015, 00:07 last edited by
    #1

    I'm trying to compile Qt 5.4.1 on OSX 10.9.5, using clang and libc++.
    The OSX is 10.9.5 (13F1066), clang is

    Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
    Target: x86_64-apple-darwin13.4.0
    Thread model: posix
    

    Qt is 5.4.1 form the official source download package, not git.
    I want to build without webkit. This is my config command:

    ./configure -nomake examples -no-compile-examples -skip webkit 
    

    clang dies during compilation with a segfault.
    This is the last output before it dies:
    http://pastebin.com/8E4ub7cG
    I don't care for the QWebEngine at all. How can I build the source without the offending part until the bug is fixed?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 11 Mar 2015, 00:21 last edited by
      #2

      Hi and welcome to devnet,

      You can just remove the qwebengine folder from the sources before calling configure.

      In any case, can you try the verbose version to have a bit more information about why it stops ?

      From the output I wonder if it has to do with the length of the command, it seems there's a lot of duplicate -framework entries

      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

      1/2

      11 Mar 2015, 00:07

      • Login

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