On Sun, 16 Jan 2000, Braden N. McDaniel wrote:
> I'm getting the following error when I attempt to build (with "configure
> --enable-gnome"):
>
> Making all in po
> make[2]: Entering directory `/usr/local/src/dia-0.83/po'
> make[2]: *** No rule to make target `en.gmo', needed by `all-yes'.
> Stop.
> make[2]: Leaving directory `/usr/local/src/dia-0.83/po'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/dia-0.83'
> make: *** [all-recursive-am] Error 2
>
> I'm getting this with both the 0.82 and 0.83 tarballs, and since I've
> compiled 0.82 before under a different Linux installation, I figure
> there's something missing from my system that configure didn't catch.
> I'm not sure what it is, though...
This is due to a bug in automake/gettext/libtool or something. What is
your LNAG environment variable set to?
Can you try setting it to LANG=C or unset it?
The problem is that it adds LANG to ALL_LINGUAS if parts of the LANG is
there, and since "en_GB" is there "en" gets added too. I thought hallon
fixed this though...
/ Alex