Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.3
-
None
-
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
MacOS 13.5.1
-
-
39e437f0b (dev), 6fc5eff5c (6.7), ec15a072f (6.6)
Description
If Qt 6.5.3 is configured with the option '-no-feature-accessibility' or '
-no-accessibility', the Qt source code cannot be built, and the following linker errors occur:
Undefined symbols for architecture arm64:
"content::BrowserAccessibility::Create(content::BrowserAccessibilityManager*, ui::AXNode*)", referenced from:
content::BrowserAccessibilityManager::OnNodeCreated(ui::AXTree*, ui::AXNode*) in browser_accessibility_manager.o
ld: symbol(s) not found for architecture arm64
The file 'qt-everywhere-src-6.5.3.a/qtwebengine/src/3rdparty/chromium/content/browser/accessibility/browser_accessibility_manager.cc' references an undefined symbol that causes the linker error.