[Webkit-unassigned] [Bug 95468] New: [Qt] QNX triggers compile errors in ANGLE due to missing std::
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 30 09:16:59 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95468
Summary: [Qt] QNX triggers compile errors in ANGLE due to
missing std::
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: milian.wolff at kdab.com
Blocks: 95466
Various constructs in the ANGLE third party library reference code from cstring or similar headers without the explicit std:: namespace identifier. On other platforms this is apparently not an issue, one guess from Simon is:
[13:30] <tronical> milian: I suppose an implicit inclusion of string.h from somewhere, so that the extern "C" variant of strlen is chosen?
On QNX though, this is not the case and various compile errors arise. Expect a patch from me.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list