Bug 18275
Summary: | [gtk] WebKitGtk does not compile with pango enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | Gtk |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Dirk Schulze
if I compile WebKit with pango enabled I got this error:
WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp:33: Fehler: Prototyp für »WebCore::FontPlatformData WebCore::FontCustomPlatformData::fontPlatformData(int, bool, bool)« passt zu nichts in Klasse »WebCore::FontCustomPlatformData«
WebCore/platform/graphics/gtk/FontCustomPlatformData.h:41: Fehler: Kandidat ist: WebCore::FontPlatformData WebCore::FontCustomPlatformData::fontPlatformData(int, bool, bool, WebCore::FontRenderingMode)
WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp:38: Warnung: »void WebCore::releaseData(void*)« definiert, aber nicht verwendet
make[1]: *** [WebCore/platform/graphics/gtk/libwebkit_1_0_la-FontCustomPlatformDataPango.lo] Fehler 1
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |