RESOLVED FIXED 28690
Build failure in webkitgtk+-1.1.3
https://bugs.webkit.org/show_bug.cgi?id=28690
Summary Build failure in webkitgtk+-1.1.3
David Ronis
Reported 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.
Attachments
pixbufunref.patch (1.66 KB, patch)
2009-08-25 00:10 PDT, Xan Lopez
no flags
Xan Lopez
Comment 1 2009-08-25 00:10:00 PDT
Created attachment 38534 [details] pixbufunref.patch You are right, patch attached.
Xan Lopez
Comment 2 2009-08-25 00:19:51 PDT
Comment on attachment 38534 [details] pixbufunref.patch This was r+ by Jan or IRC.
Xan Lopez
Comment 3 2009-08-25 00:20:09 PDT
Landed as r47742, closing.
Note You need to log in before you can comment on or make changes to this bug.