After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 571879 - Get rid of deprecated Bonobo
Get rid of deprecated Bonobo
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: general
3.99.x
Other Linux
: Normal normal
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks: 588321
 
 
Reported: 2009-02-15 20:14 UTC by André Klapper
Modified: 2009-07-11 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-15 20:14:22 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> */
Comment 1 André Klapper 2009-02-15 20:24:29 UTC
...and
AC_DEFINE_UNQUOTED(BONOBO_EXPLICIT_TRANSLATION_DOMAIN, "libgda-$LIBGDA_ABI_VERSION") 
in configure.in of course.
Comment 2 malerba 2009-02-15 21:33:52 UTC
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.
Comment 3 malerba 2009-02-17 17:33:18 UTC
This is now fixed in SVN trunk rev #3324.