WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
24189
WebKit/Qt fails build disabling SVG
https://bugs.webkit.org/show_bug.cgi?id=24189
Summary
WebKit/Qt fails build disabling SVG
Charles Wei
Reported
2009-02-26 01:07:11 PST
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 .
Attachments
Add attachment
proposed patch, testcase, etc.
George Staikos
Comment 1
2009-02-26 01:12:25 PST
Refiled
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug