Summary: | generated MessageArgumentDescriptions.cpp can't compile for non-Cocoa ports due to missing headers | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> | ||||
Component: | WebKit2 | Assignee: | Fujii Hironori <Hironori.Fujii> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | annulen, ews-watchlist, gyuyoung.kim, kkinnunen, rniwa, ryuan.choi, sergio, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=217688 https://bugs.webkit.org/show_bug.cgi?id=230064 https://bugs.webkit.org/show_bug.cgi?id=241854 |
||||||
Attachments: |
|
Created attachment 437693 [details]
Patch
Comment on attachment 437693 [details] Patch Clearing flags on attachment: 437693 Committed r282190 (241477@main): <https://commits.webkit.org/241477@main> All reviewed patches have been landed. Closing bug. |
generated MessageArgumentDescriptions.cpp can't compile for non-Cocoa ports due to missing headers It includes platform specific headers unconditionally. > WebKit\DerivedSources\MessageArgumentDescriptions.cpp(366): fatal error C1083: Cannot open include file: 'WebCore/CAAudioStreamDescription.h': No such file or directory generate_message_argument_description_implementation generates the #includes, it should take receiver.condition into account.