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

From: Joe Conway <mail(at)joeconway(dot)com>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS tip compile failure (was Re: Missing array support)
Date: 2003-06-29 01:08:21
Message-ID: 3EFE3C05.8030108@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2003-06-29 01:24:09 Re: CVS tip compile failure (was Re: Missing array support)
Previous Message Joe Conway 2003-06-29 01:02:05 CVS tip compile failure (was Re: Missing array support)

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2003-06-29 01:24:09 Re: CVS tip compile failure (was Re: Missing array support)
Previous Message Joe Conway 2003-06-29 01:02:05 CVS tip compile failure (was Re: Missing array support)