[Webkit-unassigned] [Bug 239030] New: Fails to build with error: use of undeclared identifier 'LC_MESSAGES'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 9 07:48:13 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239030
Bug ID: 239030
Summary: Fails to build with error: use of undeclared
identifier 'LC_MESSAGES'
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WPE WebKit
Assignee: webkit-unassigned at lists.webkit.org
Reporter: raj.khem at gmail.com
CC: bugs-noreply at webkitgtk.org
when building with clang14 webkit 2.36 is failing to build and following error message is seen
TOPDIR/build/tmp/work/core2-32-yoe-linux/webkitgtk/2.36.0-r0/webkitgtk-2.36.0/Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp:115:51: error: use of undeclared identifier 'LC_MESSAGES'
return g_variant_new_string(setlocale(LC_MESSAGES, nullptr));
^
1 error generated.
We need to include locale.h for getting LC_MESSAGES definition
--
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/20220409/dfa5f116/attachment.htm>
More information about the webkit-unassigned
mailing list