reikred | 6 Jul 20:46

gthumb version 2325 compile -- GETTEXT_PACKAGE problem

Hello all,

I'm trying to compile gthumb version 2325 fronm svn, and I have a
compilation error that is beyond my ability to get around, as follows.

gth-image-list.c: In function 'gth_image_list_init':
gth-image-list.c:3532: error: 'GETTEXT_PACKAGE' undeclared (first use 
in this function

I have a feeling this must be something simple and silly, but I have
hunted high and low on the web and searched mailing lists with no luck.

Can someone please tell me what is amiss? Why would autogen.sh not set
up GETTEXT_PACKAGE properly? It also does not set VERSION properly,
leading to another compilation error that I hacked past to get to this
point.

I have all sorts of gettext packages installed, and intltool as well.

(root) 313 > yum list installed "*gettext*"
Repository updates is listed more than once in the configuration
Installed Packages
gettext.i386                             0.16.1-12.fc8 
installed
gettext.x86_64                           0.16.1-12.fc8 
installed
gettext-devel.i386                       0.16.1-12.fc8 
installed
gettext-devel.x86_64                     0.16.1-12.fc8 
installed
(Continue reading)

reikred | 11 Jul 20:44

Re: gthumb version 2325 compile -- GETTEXT_PACKAGE problem

Hi everybody,

Looks like the mailing list more alive today. I still haven't solved 
the problem referred to in my previous posting with same subject. If 
anyone has ideas it would wonderful to hear about them. Thank you.
reikred | 15 Jul 21:17

Re: gthumb version 2325 compile -- GETTEXT_PACKAGE problem

I discovered that the autotools-generated config.h file contains no 
valid definitions at all, only lines of the form

/* Gettext package */
/* #undef GETTEXT_PACKAGE */

and similar. What could be the reason for this? I'm not experienced
with autotools, and I can't see any relevant errors in ./configure.log.

Gmane