[Webkit-unassigned] [Bug 130009] [GTK] Cannot build with cmake+ninja and icecc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 03:51:55 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=130009

--- Comment #2 from Alberto Garcia <berto at igalia.com> ---
Yes, there are workarounds. Also e.g.

$ ln -s /usr/bin/icecc /tmp/clang
$ ln -s /usr/bin/icecc /tmp/clang++
$ CC=/tmp/clang CXX=/tmp/clang++ Tools/Scripts/build-webkit ...

I opened the bug in case there was an easier way to do it, before we switched to cmake a simple CC="icecc clang" was enough.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150212/2b96ae5e/attachment-0002.html>


More information about the webkit-unassigned mailing list