Bug 152681
| Summary: | Windows CMake incremental builds fail to use an up-to-date copy of StdLibExtras.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andy Estes <aestes> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | achristensen, ap, bfulgham, peavo |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=152601 | ||
Andy Estes
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |