[Webkit-unassigned] [Bug 207524] New: AX: Unable to build webkit open source - build errors related to AXClientType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 10 17:17:32 PST 2020


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

            Bug ID: 207524
           Summary: AX: Unable to build webkit open source - build errors
                    related to AXClientType
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com

./accessibility/AXObjectCache.cpp:395:9: error: use of undeclared identifier '_AXUIElementUseSecondaryAXThread'
        _AXUIElementUseSecondaryAXThread(true);
        ^
./accessibility/AXObjectCache.cpp:722:5: error: unknown type name 'AXClientType'
    AXClientType type = _AXGetClientForCurrentRequestUntrusted();
    ^
./accessibility/AXObjectCache.cpp:722:25: error: use of undeclared identifier '_AXGetClientForCurrentRequestUntrusted'
    AXClientType type = _AXGetClientForCurrentRequestUntrusted();
                        ^
./accessibility/AXObjectCache.cpp:724:20: error: use of undeclared identifier 'kAXClientTypeVoiceOver'
    return type == kAXClientTypeVoiceOver
                   ^
./accessibility/AXObjectCache.cpp:725:20: error: use of undeclared identifier 'kAXClientTypeUnknown'; did you mean
      'kCGContextTypeUnknown'?
        || type == kAXClientTypeUnknown;
                   ^~~~~~~~~~~~~~~~~~~~
                   kCGContextTypeUnknown
In file included from /Users/alexei/Desktop/wk-2-7-pm/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource68.cpp:1:
In file included from ./accessibility/AXObjectCache.cpp:107:
In file included from PAL/pal/spi/mac/HIServicesSPI.h:28:
PAL/pal/spi/cg/CoreGraphicsSPI.h:76:5: note: 'kCGContextTypeUnknown' declared here
    kCGContextTypeUnknown,
    ^
In file included from /Users/alexei/Desktop/wk-2-7-pm/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource68.cpp:1:
./accessibility/AXObjectCache.cpp:756:9: error: use of undeclared identifier '_AXUIElementUseSecondaryAXThread'
        _AXUIElementUseSecondaryAXThread(true);
        ^
6 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/20200211/65c6dfc7/attachment.htm>


More information about the webkit-unassigned mailing list