[Webkit-unassigned] [Bug 180921] [WinCairo][Ninja] Another incremental build failure of WTF
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 20 01:32:13 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=180921
--- Comment #6 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Unfortunately, this WIP patch doen't work as expected.
Modifying WTF header doesn't trigger the recompilation of TestWTF.
I guess this is caused by case insensitive file system.
Condition.cpp.obj of TestWTF depends on ForwardingHeaders/wtf/Condition.h.
> C:\webkit\ga\WebKitBuild\Debug>ninja -t deps Tools\TestWebKitAPI\CMakeFiles\TestWTFLib.dir\Tests\WTF\Condition.cpp.obj
> (...)
> DerivedSources/ForwardingHeaders/wtf/Condition.h
> (...)
It's a lowercase wtf.
But, actual build rule is uppercase WTF.
> C:\webkit\ga\WebKitBuild\Debug>ninja -t query DerivedSources/ForwardingHeaders/WTF/Condition.h
> DerivedSources/ForwardingHeaders/WTF/Condition.h:
> input: CUSTOM_COMMAND
> ../../Source/WTF/wtf/Condition.h
> outputs:
> cmake_object_order_depends_target_WTF
> Source/WTF/wtf/WTFForwardingHeaders
> Source/WTF/wtf/CMakeFiles/WTFForwardingHeaders
--
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/20171220/0de7dc1b/attachment-0001.html>
More information about the webkit-unassigned
mailing list