On Fri, Aug 05, 2011 at 12:00:52PM +0200, Joerg Mayer wrote: > /home/jmayer/work/wireshark/svn/trunk/gtk/main_welcome.c: In function > âadd_interface_to_listâ: > /home/jmayer/work/wireshark/svn/trunk/gtk/main_welcome.c:904:26: error: > âcapture_airpcap_16_xpmâ undeclared (first use in this function) > /home/jmayer/work/wireshark/svn/trunk/gtk/main_welcome.c:904:26: note: each > undeclared identifier is reported only once for each function it appears in > make[2]: *** [gtk/CMakeFiles/ui.dir/main_welcome.c.o] Error 1 > > /home/jmayer/work/wireshark/svn/trunk/gtk/capture_dlg.c: In function > âquery_tooltip_tree_v > iew_cbâ: > /home/jmayer/work/wireshark/svn/trunk/gtk/capture_dlg.c:3785:3: error: > implicit declaratio > n of function âgtk_tree_view_column_get_cell_renderersâ
From http://developer.gnome.org/gtk/2.24/GtkTreeViewColumn.html#gtk-tree-view-column-get-cell-renderers: Warning gtk_tree_view_column_get_cell_renderers has been deprecated since version 2.18 and should not be used in newly-written code. use gtk_cell_layout_get_cells() instead. > /home/jmayer/work/wireshark/svn/trunk/gtk/capture_dlg.c: At top level: > /home/jmayer/work/wireshark/svn/trunk/gtk/capture_dlg.c:527:1: error: > âiftype_combo_box_ad > dâ defined but not used > /home/jmayer/work/wireshark/svn/trunk/gtk/capture_dlg.c:600:1: error: > âiftype_combo_box_ne > wâ defined but not used > /home/jmayer/work/wireshark/svn/trunk/gtk/capture_dlg.c:629:1: error: > âiftype_combo_is_sep > aratorâ defined but not used > make[2]: *** [gtk/CMakeFiles/ui.dir/capture_dlg.c.o] Error 1 > > Ciao > Joerg > -- > Joerg Mayer <[email protected]> > We are stuck with technology when what we really want is just stuff that > works. Some say that should read Microsoft instead of technology. > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject=unsubscribe -- Joerg Mayer <[email protected]> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
