[Webkit-unassigned] [Bug 47180] New: SVGTextLayoutAttributesBuilder: "XValue" and "YValue" clashes with X11 macros

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 08:25:12 PDT 2010


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

           Summary: SVGTextLayoutAttributesBuilder: "XValue" and "YValue"
                    clashes with X11 macros
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kling at webkit.org
                CC: zimmermann at kde.org, mdelaney at apple.com


Xutil.h defines both "XValue" and "YValue", so including that before SVGTextLayoutAttributesBuilder.h breaks compilation.
It would be neat if we could avoid these names (but there's always the npruntime_internal.h approach of manually undeffing things..)

This currently breaks Qt+V8 compilation.

-- 
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