GNOME Bugzilla – Bug 336546
gnome-utils 2.14.0 should depend on libpanel-applet > 2.13.4
Last modified: 2006-04-01 17:41:58 UTC
Please describe the problem: I'm packaging gnome-utils 2.14.0 for debian and came across this linker error: gnome_dictionary_applet-gdict-applet.o: In function `gdict_applet_init':/home/marco/Checkouts/Debian/gnome-utils/gnome-utils-2.14.0/gnome-dictionary/src/gdict-applet.c:1311: undefined reference to `panel_applet_set_background_widget' collect2: ld returned 1 exit status make[3]: *** [gnome-dictionary-applet] Error 1 due to an API change which occurred in libpanel-applet 2.13.4 *cut* (panel_applet_set_background_widget): new API to tell the library to automatically update the background of a widget *cut* Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 62331 [details] [review] trivial configure.in fix
Fixed in HEAD 2006-04-01 Emmanuele Bassi <ebassi@cvs.gnome.org> * configure.in: * README: Make gnome-utils depend on libpanel-applet version >= 2.13.4, for panel_applet_set_background_widget() used in the gnome-dictionary applet (Closes bug #336546, patch by Marco Cabizza).