[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 08:53:52 PST 2015


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

--- Comment #3 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to comment #2)
> 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.

I guess the problem is with invoking the CC compiler as a program with arguments (program=icecc, argument=clang) rather than just a program (by doing the trick of using symlinks and changing the PATH).

I don't know if this is a bug of WebKitGTK+ or is in CMake itself. I always used the symlink+path way.

Also, if you want to use icecc+ccache together, I don't see how that will work with the CC="icecc clang" method.

-- 
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/656ed3ba/attachment-0002.html>


More information about the webkit-unassigned mailing list