Re: configure gaps

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: configure gaps
Дата
Msg-id 1286054588.31996.12.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: configure gaps  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: configure gaps  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: configure gaps
Следующее
От: Tom Lane
Дата:
Сообщение: Re: configure gaps