Hi,
Compilation of this file still fails for me.
main_menubar.c: In function `menu_open_recent_file_cmd':
main_menubar.c:3752: warning: implicit declaration of function `gtk_action_get_label'
main_menubar.c:3752: warning: assignment makes pointer from integer without a cast
main_menubar.c: At top level:
main_menubar.c:136: warning: 'merge_all_tap_menus' declared `static' but never defined
main_menubar.c:3117: warning: 'menu_dissector_filter_cb' defined but not used
main_menubar.c:3138: warning: 'menu_dissector_filter_spe_cb' defined but not used
gtk_action_get_label was introduced in 2.16, whereas the configure
check only looks for 2.12.
Regards,
Martin