[Webkit-unassigned] [Bug 202282] New: [WinCairo] Generated file was not copied to header directory on update.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 26 13:25:32 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202282
Bug ID: 202282
Summary: [WinCairo] Generated file was not copied to header
directory on update.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Basuke.Suzuki at sony.com
It is copied correctly on first generation, but not copied when the file was updated.
a. Source of derived source: Source\JavaScriptCore\inspector\protocol\Canvas.json
b. Derived source generated: WebKitBuild\Release\JavaScriptCore\DerivedSources\inspector\InspectorProtocolObjects.h
c. Header file to be used in WebCore: WebKitBuild\Release\JavaScriptCore\PrivateHeaders\JavaScriptCore\InspectorProtocolObjects.h
How to reproduce:
1. Do clean build and it should be completed successfully: perl .\Tools\Scripts\build-webkit --wincairo --no-ninja
2. Change something on source file (a): ex) Change `ProgramType` to `ProgramType2` in two location (line 23, 234)
3. Build again: perl .\Tools\Scripts\build-webkit --wincairo --no-ninja
4. Compare derived source (b) and header file (c) and see the difference.
Tested:
cmake 3.14.5, cmake 3.15.2
--
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/20190926/38bafc2f/attachment.html>
More information about the webkit-unassigned
mailing list