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 486174 - glade 2.12.1 will not build
glade 2.12.1 will not build
Status: RESOLVED OBSOLETE
Product: glade-legacy
Classification: Deprecated
Component: general
2.12.x
Other All
: Normal major
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2007-10-12 22:25 UTC by David Evans
Modified: 2008-09-18 10:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description David Evans 2007-10-12 22:25:38 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
Comment 1 Christian Persch 2008-09-18 10:48:23 UTC
This is fixed in glade-2 2.12.2.