Ticket #14261 (closed patch: fixed)

Opened 9 months ago

Last modified 7 months ago

2.8.0 compilation error

Reported by: projekt21 Owned by:
Milestone: 2.10.0 Component: pidgin (gtk)
Version: 2.8.0 Keywords:
Cc:

Description (last modified by darkrain42) (diff)

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

Change History

Changed 8 months ago by projekt21

  • milestone set to 2.8.1

Changed 8 months ago by darkrain42

  • description modified (diff)
  • milestone 2.8.1 deleted

Do not adjust the milestone.

Changed 8 months ago by darkrain42

  • milestone set to 2.9.1

Changed 7 months ago by darkrain42@…

  • status changed from new to closed
  • resolution set to fixed

(In [4a47d72cd1aa75a89a42a0bd8d47964cf2c86ca7]):
pidgin: Fix building on GTK+ less than 2.14.

Closes #14261

Note: See TracTickets for help on using tickets.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!