Summary: | [Qt] Build fails with clang | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andras Becsi <abecsi> | ||||
Component: | New Bugs | Assignee: | Andras Becsi <abecsi> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | benjamin, jturcotte, vestbo | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Andras Becsi
2013-05-07 11:03:01 PDT
Created attachment 200936 [details]
Patch
If you don't already, I strongly suggest you also use libc++ with Clang. (In reply to comment #2) > If you don't already, I strongly suggest you also use libc++ with Clang. Yepp, CONFIG += c++11 implies libc++ for macx-clang mkspecs. Comment on attachment 200936 [details] Patch Clearing flags on attachment: 200936 Committed r149726: <http://trac.webkit.org/changeset/149726> All reviewed patches have been landed. Closing bug. |