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