Re: CVS tip compile failure (was Re: Missing array support) - Mailing list pgsql-hackers

From Joe Conway
Subject Re: CVS tip compile failure (was Re: Missing array support)
Date
Msg-id 3EFE3C05.8030108@joeconway.com
Whole thread Raw
In response to CVS tip compile failure (was Re: Missing array support)  (Joe Conway <mail@joeconway.com>)
Responses Re: CVS tip compile failure (was Re: Missing array support)  (Joe Conway <mail@joeconway.com>)
List 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 by date:

Previous
From: Joe Conway
Date:
Subject: CVS tip compile failure (was Re: Missing array support)
Next
From: Joe Conway
Date:
Subject: Re: CVS tip compile failure (was Re: Missing array support)