Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2001:
[Freeciv-Dev] Re: make install tries to run --statistics (PR#990)
Home

[Freeciv-Dev] Re: make install tries to run --statistics (PR#990)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Tom Goulet <tomg@xxxxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: make install tries to run --statistics (PR#990)
From: Reinier Post <rp@xxxxxxxxxx>
Date: Tue, 30 Oct 2001 09:26:25 +0100

On Wed, Oct 03, 2001 at 06:14:39PM -0700, Tom Goulet wrote:
> Good morning,
> 
> Freeciv version: CVS as of Oct 4 01:00 UTC, or so.
> OS: Debian testing
> 
> Here is the relevant output from "make install":
> 
> Making install in po
> make[1]: Entering directory `/home/TomG/src/freeciv/po'
> file`echo da | sed 's,.*/,,'`.gmo \
>   && rm -f $file &&  --statistics -o $file da.po
> /bin/sh: --statistics: command not found
> make[1]: *** [da.gmo] Error 127
> make[1]: Leaving directory `/home/TomG/src/freeciv/po'
> make: *** [install-recursive] Error 1
> 
> In my makefiles GMSGFMT is set to an empty string.
> 
> I am guessing this happens because I don't have automake, autoconf, or
> perl installed.
> 
> -- 
> TomG

% rpm -qf `which msgfmt`
gettext-0.10.35-23

msgfmt comes with gettext, Freeciv apparently needs it, it supplies
its own gettext, but not msgfmt.

-- 
Reinier


[Prev in Thread] Current Thread [Next in Thread]