[Webkit-unassigned] [Bug 185198] [GTK] REGRESSION(r231170) Build broken with Clang (5.0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 13:22:37 PDT 2018


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

--- Comment #4 from Adrian Perez <aperez at igalia.com> ---
(In reply to Carlos Alberto Lopez Perez from comment #3)
> Created attachment 339322 [details]
> wip patch
> 
> This allows for me the GTK build to pass with clang-5.0. No idea if it will
> break anything else. Let's see what the EWS says.

I tried your patch locally with Clang 6.0; but it ends up failing in
a different way (error output below).

---

In file included from ../../Source/WTF/wtf/persistence/PersistentDecoder.cpp:26:
In file included from ../../Source/WTF/config.h:31:
In file included from ../../Source/WTF/wtf/FastMalloc.h:26:
../../Source/WTF/wtf/StdLibExtras.h:554:38: error: reference to 'in_place_t' is ambiguous
__IN_PLACE_INLINE_VARIABLE constexpr in_place_t in_place { };
                                     ^
../../Source/WTF/wtf/StdLibExtras.h:551:8: note: candidate found by name lookup is 'std::in_place_t'
struct in_place_t {
       ^
/usr/bin/../include/c++/v1/utility:904:25: note: candidate found by name lookup is 'std::__1::in_place_t'
struct _LIBCPP_TYPE_VIS in_place_t {
                        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]

-- 
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/20180502/74c2a85a/attachment.html>


More information about the webkit-unassigned mailing list