[Webkit-unassigned] [Bug 167411] [GTK] pixman fails to compile on Raspberry Pi (GCC crash)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 25 13:08:18 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167411
--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Set the CC and CXX environment variables to point at a newer compiler. Unfortunately GCC 4.9 is the newest GCC available in Jessie, so you'd have to build a newer version yourself, which you don't want to do. I'd first try installing clang and using that instead:
CC=/usr/bin/clang CXX=/usr/bin/clang++ update-webkitgtk-libs
Failing that, upgrade to Stretch (is there a Stretch-based Raspbian yet?) which has a newer version of GCC.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170125/16e077e4/attachment.html>
More information about the webkit-unassigned
mailing list