Re: configure gaps

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: configure gaps
Date: 2010-10-02 20:43:03
Message-ID: 4CA79957.1070409@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-10-02 20:44:03 Re: configure gaps
Previous Message Tom Lane 2010-10-02 20:10:31 Re: ISN patch that applies cleanly with git apply