[Pidgin] #14261: 2.8.0 compilation error
Pidgin
trac at pidgin.im
Wed Jun 22 09:40:30 EDT 2011
#14261: 2.8.0 compilation error
-----------------------+----------------------------------------------------
Reporter: projekt21 | Owner:
Type: patch | Status: new
Milestone: | Component: pidgin (gtk)
Version: 2.8.0 | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Changes (by darkrain42):
* milestone: 2.8.1 =>
Old description:
> 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
New description:
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
--
Comment:
Do not adjust the milestone.
--
Ticket URL: <http://developer.pidgin.im/ticket/14261#comment:2>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list