[Webkit-unassigned] [Bug 248803] New: [WinCairo] Build error with CMAKE_DISABLE_PRECOMPILE_HEADERS ON after 257057 at main
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 5 18:43:01 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=248803
Bug ID: 248803
Summary: [WinCairo] Build error with
CMAKE_DISABLE_PRECOMPILE_HEADERS ON after 257057 at main
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dpino at igalia.com
When building WinCairo if I manually set CMAKE_DISABLE_PRECOMPILE_HEADERS ON I get the following build error:
```
platform\win\LocalizedStringsWin.cpp.obj /FdSource\WebCore\WebCore.pdb /FS -c C:\Users\86185\workspace\webkit\Source\WebCore\platform\win\LocalizedStringsWin.cpp
C:\Users\86185\workspace\webkit\Source\WebCore\platform\LocalizedStrings.h(429): error C2065: 'CFStringRef': undeclared identifier
C:\Users\86185\workspace\webkit\Source\WebCore\platform\LocalizedStrings.h(429): error C2923: 'WTF::RetainPtr': 'CFStringRef' is not a valid template type argument for parameter '<unnamed-symbol>'
C:\Users\86185\workspace\webkit\Source\WebCore\platform\LocalizedStrings.h(429): note: see declaration of 'CFStringRef'
C:\Users\86185\workspace\webkit\Source\WebCore\platform\LocalizedStrings.h(429): error C2065: 'CFStringRef': undeclared identifier
C:\Users\86185\workspace\webkit\Source\WebCore\platform\LocalizedStrings.h(429): error C2146: syntax error: missing ')' before identifier 'key'
[2737/6180] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\graphics\FormatConverter.cpp.obj
ninja: build stopped: subcommand failed.
```
Shouldn't still be possible to build WinCairo with CMAKE_DISABLE_PRECOMPILE_HEADERS ON?
--
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/20221206/b73bd135/attachment.htm>
More information about the webkit-unassigned
mailing list