View Single Post
Old 02-06-2004, 08:53   #2
NZ
Senior Member
 
L'Avatar di NZ
 
Iscritto dal: Jan 2001
Messaggi: 3278
Ho guardato dentro i files incriminati options_page.c e search.c ed in entrambi all'inizio c'è scritto:


#include <gtk/gtkoptionmenu.h>

/* GtkOptionMenu seems to be deprecated in Gtk+-2.4
* (of which Gtk+-2.3 is the unstable development

* release. If we use GTK_DISABLE_DEPRECATED, the
* macros will not be defined, and we'll get link
* errors.
*/

#if ((GTK_MAJOR_VERSION == 2) && (GTK_MINOR_VERSION >= 3))
# undef GTK_DISABLE_DEPRECATED
#endif


Io non ci capisco nulla
Help
NZ è offline   Rispondi citando il messaggio o parte di esso