From: Tijl C. <ti...@ul...> - 2004-05-11 16:09:18
|
There are calls in tilp/src/comm.c that seem to have been deprecated in gtk+ 2.4. I'll add a local #undef GTK_DISABLE_DEPRECATED as a temporary workarround just like in toolbar.c. comm.c: In function `display_comm_dbox': comm.c:77: warning: implicit declaration of function `gtk_option_menu_set_history' comm.c:77: warning: implicit declaration of function `GTK_OPTION_MENU' comm.c: At top level: comm.c:243: syntax error before `*' comm.c: In function `comm_cable_changed': comm.c:246: warning: implicit declaration of function `gtk_option_menu_get_history' comm.c:246: `optionmenu' undeclared (first use in this function) comm.c:246: (Each undeclared identifier is reported only once comm.c:246: for each function it appears in.) comm.c: At top level: comm.c:289: syntax error before `*' comm.c: In function `comm_port_changed': comm.c:292: `optionmenu' undeclared (first use in this function) comm.c: At top level: comm.c:362: syntax error before `*' comm.c: In function `comm_calc_changed': comm.c:365: `optionmenu' undeclared (first use in this function) |