cc -c -I../../../.. -I../../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGUI_SOURCES -DCURDIR=src/ui/gtk/gtk2 -g -O2 -fstack-protector-all -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 search_cb.c search_cb.c: In function `on_tree_view_search_results_click_column': search_cb.c:515: error: `GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID' undeclared (first use in this function) search_cb.c:515: error: (Each undeclared identifier is reported only once search_cb.c:515: error: for each function it appears in.) make[4]: *** [search_cb.o] Error 1 make[4]: Leaving directory `/home/bpringle/gtk-gnutella-current/src/ui/gtk/gtk2' make[3]: *** [gtk2/libgtk2.a] Error 2 make[3]: Leaving directory `/home/bpringle/gtk-gnutella-current/src/ui/gtk' make[2]: *** [ui/gtk/libgtkx.a] Error 2 make[2]: Leaving directory `/home/bpringle/gtk-gnutella-current/src' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/home/bpringle/gtk-gnutella-current' make: *** [all] Error 2
$uname -a Linux localhost 2.6.12.4 #1 Thu Aug 11 16:36:41 EDT 2005 i586 unknown unknown GNU/Linux I did a cvs update at about 19GMT sunday. I did it again at 22 GMT on Sunday and only src/lib/misc.c changed. I run "make depend;make". I had to run configure again to fix the VAL_EAGAIN define. The `GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID' seems to have been introduced in version 1.41 of search_cb.c. I reverted to the previous stub function. I downloaded the snapshot and it has the same code. I don't see occurances of this define anywhere but in search_cb.c... Sorry if this is cvs lag... I think there is a new GTK2 version requirement or something? Should I upgrade my GTK2 package? Regards, Bill Pringlemeir. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Gtk-gnutella-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
