Bug 152681 - Windows CMake incremental builds fail to use an up-to-date copy of StdLibExtras.h
Summary: Windows CMake incremental builds fail to use an up-to-date copy of StdLibExtr...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-03 22:56 PST by Andy Estes
Modified: 2016-01-05 03:36 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2016-01-03 22:56:52 PST
As seen in <https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/52452/steps/compile-webkit/logs/stdio> and <https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/74905/steps/compile-webkit/logs/stdio>, the copy of StdLibExtras.h in WebKitBuild\Release\DerivedSources\ForwardingHeaders\wtf did not contain the changes made by r194496, causing a build failure. In the case of the Apple Windows build, this issue was resolved by deleting the build directory and forcing a clean rebuild.