[Pidgin] #14261: 2.8.0 compilation error
Pidgin
trac at pidgin.im
Wed Jun 8 08:08:28 EDT 2011
#14261: 2.8.0 compilation error
----------------------+-----------------------------------------------------
Reporter: projekt21 | Type: patch
Status: new | Component: pidgin (gtk)
Version: 2.8.0 | Keywords:
----------------------+-----------------------------------------------------
I guess it's a problem with my GTK version that I get:
gtkmedia.c: In function 'realize_cb_cb':
gtkmedia.c:541: error: implicit declaration of function
'gtk_widget_get_window'
I can fix it by adding:
#if !GTK_CHECK_VERSION(2,14,0)
#define gtk_widget_get_window(x) x->window
#endif
to gtkmedia.c
--
Ticket URL: <http://developer.pidgin.im/ticket/14261>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list