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. -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers