[Pidgin] #1489: compiling Pidgin 2.0.1 fails with gtk+ 2.0.6

Pidgin trac at pidgin.im
Fri Jun 1 10:16:48 EDT 2007


#1489: compiling Pidgin 2.0.1 fails with gtk+ 2.0.6
--------------------------+-------------------------------------------------
 Reporter:  bodo          |       Type:  defect
   Status:  new           |   Priority:  minor 
Component:  pidgin (gtk)  |    Version:  2.0.1 
 Keywords:                |    Pending:  0     
--------------------------+-------------------------------------------------
 {{{
 gtkconv.c: In function `alias_double_click_cb':
 gtkconv.c:7922: implicit declaration of function `gtk_entry_set_alignment'
 gtkconv.c: In function `pidgin_conv_tab_pack':
 gtkconv.c:8329: implicit declaration of function
 `gtk_event_box_set_visible_window'
 make[3]: *** [gtkconv.o] Error 1
 }}}

 gtk_entry_set_alignment() was introduced in gtk+ 2.4 and can savely be
 omitted, so bracketing it with #ifdef HAVE_GTK_2_4 fixes the first
 problem. Don't know about gtk_event_box_set_visible_window(), though.

 Commenting both calls as well as the call to
 gtk_event_box_set_visible_window() in pidgin/gtkimhtml.c at least compiles
 everything.

 Please don't raise the version of gtk+ needed for Pidgin.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/1489>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list