[Webkit-unassigned] [Bug 214253] New: Building RenderThemeMac.mm with the macOS Big Sur public SDK fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 05:10:44 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214253

            Bug ID: 214253
           Summary: Building RenderThemeMac.mm with the macOS Big Sur
                    public SDK fails
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rbuis at igalia.com

Build errors:
./rendering/RenderThemeMac.mm:2732:27: error: class method '+_imageWithSystemSymbolName:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
    auto image = [NSImage _imageWithSystemSymbolName:@"arrow.down.circle"];
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
./rendering/RenderThemeMac.mm:2732:5: error: 'auto' deduced as 'id' in declaration of 'image' [-Werror,-Wauto-var-id]
    auto image = [NSImage _imageWithSystemSymbolName:@"arrow.down.circle"];
    ^~~~~~~~~~
./rendering/RenderThemeMac.mm:2738:9: error: use of undeclared identifier 'NSImageHintSymbolFont'
        NSImageHintSymbolFont : [NSFont systemFontOfSize:32],
        ^
./rendering/RenderThemeMac.mm:2739:9: error: use of undeclared identifier 'NSImageHintSymbolScale'
        NSImageHintSymbolScale : @(NSImageSymbolScaleMedium)
        ^
./rendering/RenderThemeMac.mm:2739:36: error: use of undeclared identifier 'NSImageSymbolScaleMedium'
        NSImageHintSymbolScale : @(NSImageSymbolScaleMedium)
                                   ^
5 errors generated.

-- 
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/20200713/3e43ff63/attachment.htm>


More information about the webkit-unassigned mailing list