Bug 28690 - Build failure in webkitgtk+-1.1.3
Summary: Build failure in webkitgtk+-1.1.3
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 15:38 PDT by David Ronis
Modified: 2009-08-25 00:20 PDT (History)
1 user (show)

See Also:


Attachments
pixbufunref.patch (1.66 KB, patch)
2009-08-25 00:10 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Ronis 2009-08-24 15:38:39 PDT
Compilation fails in work/main.d/webkit-1.1.13/WebCore/platform/gtk/CursorGtk.cpp:    gdk_pixbuf_unref(pixbuf);

Turns out that gdk_pixbuf_unref is deprecated in gtk+ in version 2.17.8.

I added the declaration manually, but all that did was to give me link errors.
Comment 1 Xan Lopez 2009-08-25 00:10:00 PDT
Created attachment 38534 [details]
pixbufunref.patch

You are right, patch attached.
Comment 2 Xan Lopez 2009-08-25 00:19:51 PDT
Comment on attachment 38534 [details]
pixbufunref.patch

This was r+ by Jan or IRC.
Comment 3 Xan Lopez 2009-08-25 00:20:09 PDT
Landed as r47742, closing.