[Webkit-unassigned] [Bug 180521] [WinCairo] Incremental build failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 6 22:18:19 PST 2017


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
There is Assertions.cpp in the error message.

> Assertions.cpp.obj : error LNK2001: unresolved external symbol "private: void __cdecl WTF::LockBase::lockSlow(void)" (?lockSlow at LockBase@WTF@@AEAAXXZ)

This means that Assertions.cpp was not recompiled by https://trac.webkit.org/changeset/225617/

This is the excerpt result of ninja -t deps

> Source/WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.obj: #deps 117, deps mtime 534326939 (VALID)
>     ../../Source/WTF/config.h
>     ../../WebKitLibraries/win/include/Availability.h
>     ../../WebKitLibraries/win/include/AvailabilityInternal.h
(...)
>     DerivedSources/ForwardingHeaders/wtf/HashFunctions.h
>     DerivedSources/ForwardingHeaders/wtf/HashTraits.h
>     DerivedSources/ForwardingHeaders/wtf/KeyValuePair.h
>     DerivedSources/ForwardingHeaders/wtf/Lock.h
(...)

Assertions.cpp depends on DerivedSources/ForwardingHeaders/wtf/Lock.h.
WTF shouldn't include its forwarding header.

-- 
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/20171207/674790e1/attachment.html>


More information about the webkit-unassigned mailing list