This is due to a version of gtk that does not have ‘gtk_tree_view_set_tooltip_column’ . Upgrade gtk+ or simply comment out this function from linphone's source code, as it is not essential.
Simon Le Wednesday 17 December 2008 09:54:23 madhu sudhanan, vous avez écrit : > hi linphone users, > i am madhu. i am new for linphone. i have configured the linephone by > diabling video.(./configure --diable-video). while i am making the file, i > am getting the following error. Please tell me what error it is and how to > recover it. > > Making all in gtk-glade > make[2]: Entering directory > `/root/madhu/importantpdfs/sip/linphone-3.0.0/gtk-glade' if gcc > -DHAVE_CONFIG_H -I. -I. -I.. -I../coreapi/ -I../mediastreamer2/include/ > -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 > -I/usr/include/libpng12 -Wall -Wp,-D_FORTIFY_SOURCE=2 -Werror -pthread > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 > -I/usr/include/libpng12 -DINET6 -I../oRTP/include -I/usr/include -g -O2 > -fno-strict-aliasing -MT propertybox.o -MD -MP -MF ".deps/propertybox.Tpo" > -c -o propertybox.o propertybox.c; \ then mv -f ".deps/propertybox.Tpo" > ".deps/propertybox.Po"; else rm -f ".deps/propertybox.Tpo"; exit 1; fi cc1: > warnings being treated as errors > propertybox.c: In function ‘linphone_gtk_show_codecs’: > propertybox.c:286: warning: implicit declaration of function > ‘gtk_tree_view_set_tooltip_column’ make[2]: *** [propertybox.o] Error 1 > make[2]: Leaving directory > `/root/madhu/importantpdfs/sip/linphone-3.0.0/gtk-glade' make[1]: *** > [all-recursive] Error 1 > make[1]: Leaving directory `/root/madhu/importantpdfs/sip/linphone-3.0.0' > make: *** [all] Error 2 > > Thank u, > Madhusudhanan > > > Add more friends to your messenger and enjoy! Go to > http://messenger.yahoo.com/invite/ > > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
