Re: configure gaps

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: configure gaps
Date: 2010-10-02 21:23:08
Message-ID: 1286054588.31996.12.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On lör, 2010-10-02 at 16:43 -0400, Andrew Dunstan wrote:
>
>
> On 10/02/2010 01:35 PM, Peter Eisentraut wrote:
> >
> > > b) with gettext installed but not gettext-tools (and in particular
> > > xgettext was missing), the NLS stuff failed.
> > xgettext is not required for the build.
>
> here is the tail of my make log with gettext-tools uninstalled
> (platform is SLES 11 SP1):
>
> make -C backend all
> make[2]: Entering directory
> `/usr/local/src/pg_9_0/src/backend'
> msgfmt -o po/de.mo po/de.po
> You don't have 'xgettext'.
> make[2]: *** [po/de.mo] Error 1
> make[2]: *** Deleting file `po/de.mo'
> make[2]: Leaving directory `/usr/local/src/pg_9_0/src/backend'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/src/pg_9_0/src'
> make: *** [all] Error 2

Actually, it turns out the handling of nls-global.mk for missing
xgettext has been broken since revision 1.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-10-02 21:36:55 Re: configure gaps
Previous Message Tom Lane 2010-10-02 21:10:33 Re: configure gaps