[Webkit-unassigned] [Bug 24188] New: WebKit/Qt fails build disabling SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 01:06:08 PST 2009


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

           Summary: WebKit/Qt fails build disabling SVG
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: charles.wei at torchmobile.com.cn
                CC: staikos at kde.org


WebKit for Qt failed build when turning SVG off (change WebCore.pro) .

CSSValueKeywords.in defines 

visiblePainted
visibleStroke
visibleFill

while the application expects them as visiblepainted , visiblestroke and
visiblefill respectedly.  While SVG is enabled, this will be converted at build
time with perl, while when SVG is disabled,  they are not , and that fails the
build;

2nd failure of build failure when SVG is disabled is : 

FontPlatformData::FontPlatformData(float size, bool bold, bool oblique); is
declared only when SVG is enabled;  while it's always defined disrearding SVG
enabled or not .


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list