[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 10:44:53 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161697
--- Comment #1 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
So my understandings is that we need to either:
Option 1: Obtain the list of default system includes and put it as first option when using include_directories(SYSTEM and target_include_directories(...SYTEM
Option 2: Stop using the SYSTEM modifier on include_directories( and target_include_directories and live with the extra warnings.
I don't know how to do option 1. I was unable so far to find a CMake variable with this info.
--
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/4db8f3d4/attachment-0001.html>
More information about the webkit-unassigned
mailing list