[Webkit-unassigned] [Bug 161697] [CMake] Build failure with GCC 6 (fatal error: stdlib.h: No such file or directory)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 14:50:31 PDT 2016


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

--- Comment #7 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #3)
> > > I'm curious (a) what cmake version you have, and (b) what linker flags are
> > > getting passed to that file?
> > 
> > This is a clean build log with -j1: http://sprunge.us/LbIg
> 
> The problem seems to be adding -isystem $DEFAULTINCLUDEPATH before the
> others -isystems. Removing that one it builds.
> 
> Also It don't matters the order, it fails awalys if i put it after, in the
> middle or before the others -isystem parameters. It only builds when the
> "-isystem $DEFAULTINCLUDEPATH" is removed... strange.

Yes, the issue is specifically adding -isystem $DEFAULTINCLUDEPATH

Explanation here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823145#25

-- 
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/20160907/6b237068/attachment-0001.html>


More information about the webkit-unassigned mailing list