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 141354 - GConf doesn't compile with GCC 2.95
GConf doesn't compile with GCC 2.95
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-29 07:23 UTC by Andre Schaefer
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
patch to make gcc 2.95 happy (691 bytes, patch)
2004-04-29 07:26 UTC, Andre Schaefer
none Details | Review

Description Andre Schaefer 2004-04-29 07:23:41 UTC
GConf-2.6.1/gconf/gconf-internals.c does not compile with GCC 2.95
Comment 1 Andre Schaefer 2004-04-29 07:26:35 UTC
Created attachment 27196 [details] [review]
patch to make gcc 2.95 happy
Comment 2 Dan Winship 2004-05-11 13:48:26 UTC
this is already fixed in head (Morten's 2004-05-04 change), but the fix should
be pulled up to the gnome-2-6-branch
Comment 3 Mark McLoughlin 2004-06-12 08:36:32 UTC
Yeah, Kjartan fixed this on gnome-2-6:

2004-06-09  Kjartan Maraas  <kmaraas@gnome.org>

        * gconf/gconf-internals.c: (gconf_activate_server):
        Merge fix for bug #143941 from HEAD. And remove a stray
        semicolon in the process.