Re: CVS tip compile failure (was Re: Missing array support)

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: CVS tip compile failure (was Re: Missing array support)
Дата
Msg-id 3EFE3C05.8030108@joeconway.com
обсуждение исходный текст
Ответ на CVS tip compile failure (was Re: Missing array support)  (Joe Conway <mail@joeconway.com>)
Ответы Re: CVS tip compile failure (was Re: Missing array support)  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway wrote:
> Hmmm, I just updated to cvs tip (so I could try this), did `configure`, 
> `make clean`, and `make all` and I'm getting this failure:
> 
> make[2]: Leaving directory `/opt/src/pgsql/src/port'
> make -C backend all
> make[2]: Entering directory `/opt/src/pgsql/src/backend'
> msgfmt -o po/cs.mo po/cs.po
> msgfmt -o po/de.mo po/de.po
> msgfmt -o po/es.mo po/es.po
> make[2]: *** No rule to make target `po/hr.po', needed by `po/hr.mo'.  
> Stop.

FWIW, I find that if I remove "hr" and "tr" from this line in
/opt/src/pgsql/src/backend/nls.mk, everything goes fine:
  AVAIL_LANGUAGES := cs de es hu ru sv zh_CN zh_TW

Do I need to do something to get new language files?

Joe



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: CVS tip compile failure (was Re: Missing array support)
Следующее
От: Joe Conway
Дата:
Сообщение: Re: CVS tip compile failure (was Re: Missing array support)