Qt 5.4.1 build with clang on OSX fails with clang segfault
-
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 isApple 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? -
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