GNOME Bugzilla – Bug 486174
glade 2.12.1 will not build
Last modified: 2008-09-18 10:48:23 UTC
Please describe the problem: build fails at link time with unsatisfied external __ Steps to reproduce: 1. ./configure 2. make 3. Actual results: build fails as described Expected results: successful completion of build Does this happen every time? yes Other information: problem can be traced to lack of definition for the i18n macro _() in file glade/gnome/gnomecontrol.c as the result of the deprecation of bonobo/bonobo-i18n.h in libbonobo in favor of gi18n.h in glib. Use of #define BONOBO_DISABLE_DEPRECATED in gnomecontrol.c now causes reference in bonobo-i18n.h to gi18n.h to be completely disabled causing the problem. Removal of #define BONOBO_DISABLE_DEPRECATED allows the build to complete successfully. See http://svn.gnome.org/viewvc/libbonobo?view=revision&revision=3358 for deprecation of bonobo-i18n.h
This is fixed in glade-2 2.12.2.