[gcompris-devel] Problem with AM_GLIB_GNU_GETTEXT
bruno
bruno.coudoin at free.fr
Sun Jun 30 17:19:05 UTC 2002
I just figured out what was wrong in the build process.
On my work redhat 7.3, AM_GLIB_GNU_GETTEXT is defined
On my Mandrake 8.2, I had to update these packages from rpm-find
gettext-0.11.2-4mdk.i586.rpm
gettext-base-0.11.2-4mdk.i586.rpm
gettext-devel-0.11.2-4mdk.i586.rpm
libintl2-0.11.2-4mdk.i586.rpm
glib-gettextize-2.0.4-1mdk.i586.rpm
Now I can compile on my mandrake without have to move back to using
AM_GNU_GETTEXT in the configure.in
Note that if you go back to use AM_GNU_GETTEXT, you need to add intl in
subdirs in Makefile.am at configure time but since intl is no more used,
you will have to remove it at compile time... tricky...
Bruno.
More information about the Gcompris-devel
mailing list