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 148704 - folder libgames-support component games-controls.c compile failure gcc-3.4.1
folder libgames-support component games-controls.c compile failure gcc-3.4.1
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: general
2.7.x
Other Linux
: Immediate blocker
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-28 17:56 UTC by Stef van der Made
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Stef van der Made 2004-07-28 17:56:40 UTC
During the compile of gnome-games-2.7.5 using gcc-3.4.1,glibc-2.3.2 and
garnome-2.7 patch 10 I get these errors:

In file included from games-controls.c:22:
/usr/test/garnome/include/glib-2.0/glib/gi18n-lib.h:27:2: #error You must define
GETTEXT_PACKAGE before including gi18n-lib.h.
games-controls.c: In function `control_row_activated':
games-controls.c:201: error: `GETTEXT_PACKAGE' undeclared (first use in this
function)
games-controls.c:201: error: (Each undeclared identifier is reported only once
games-controls.c:201: error: for each function it appears in.)
make[4]: *** [games-controls.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [build-work/main.d/gnome-games-2.7.5/Makefile] Error 2
make: *** [paranoid-install] Error 2
Comment 1 Callum McKenzie 2004-07-29 10:23:50 UTC
I've just committed what should be a fix to CVS. I've explicitly included
config.h which defines GETTEXT_PACKAGE. I don't have gcc 3.4 here right now and
so haven't tested it properly.
Comment 2 Stef van der Made 2004-07-29 19:33:45 UTC
The CVS fix solved my issue. Thanks for the quick fix :-)