GNOME Bugzilla – Bug 571879
Get rid of deprecated Bonobo
Last modified: 2009-07-11 15:39:15 UTC
libbonobo and libbonoboui are deprecated as per http://live.gnome.org/TwoPointTwentyfive/Platform and hence the dependency should be completely removed. See for example http://www.ibm.com/developerworks/linux/library/l-dbus.html or http://www.mail-archive.com/gnome-devel-list@gnome.org/msg00997.html . ./libgda/providers/sybase/main.c:/* #include <bonobo/bonobo-i18n.h> */
...and AC_DEFINE_UNQUOTED(BONOBO_EXPLICIT_TRANSLATION_DOMAIN, "libgda-$LIBGDA_ABI_VERSION") in configure.in of course.
These are just left overs from the time Bonobo was used, I'll remove them ASAP. Libgda V4 does not actually use bonobo in its code.
This is now fixed in SVN trunk rev #3324.