[Webkit-unassigned] [Bug 161592] New: [CMake] Duplicated IDL files in WebCore_IDL_FILES
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 4 22:27:03 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161592
Bug ID: 161592
Summary: [CMake] Duplicated IDL files in WebCore_IDL_FILES
Classification: Unclassified
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: Hironori.Fujii at sony.com
CC: lforschler at apple.com
[CMake] Duplicated IDL files in WebCore_IDL_FILES
Some IDL files are listed in WebCore_IDL_FILES doubly.
I've found this problem in the experiment of Bug 161433.
Ninja issues a lot of warnings.
> ninja: warning: multiple rules generate DerivedSources/WebCore/JSANGLEInstancedArrays.cpp. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
> ninja: warning: multiple rules generate DerivedSources/WebCore/JSANGLEInstancedArrays.h. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
> ninja: warning: multiple rules generate DerivedSources/WebCore/JSEXTBlendMinMax.cpp. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
> ninja: warning: multiple rules generate DerivedSources/WebCore/JSEXTBlendMinMax.h. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
> ninja: warning: multiple rules generate DerivedSources/WebCore/JSEXTFragDepth.cpp. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
> ninja: warning: multiple rules generate DerivedSources/WebCore/JSEXTFragDepth.h. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
> (...)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160905/0b323686/attachment.html>
More information about the webkit-unassigned
mailing list