Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2000:
[Freeciv-Dev] Problems compiling with updated po-file
Home

[Freeciv-Dev] Problems compiling with updated po-file

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv Developpers <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Problems compiling with updated po-file
From: Christian Knoke <ChrisK@xxxxxxxx>
Date: Tue, 20 Jun 2000 09:33:13 +0200

I don't know whether it is a bug or my mistake:

Vers: 1.10.2 BETA XAW-Client on Linux i386 2.0.13 (SuSE 6.1 Dist.)

I replaced the german de.po file in po/ with the
updated on, then

./configure
make

gives an Error 127 and said:
bin/sh: no: command not found

Same error occured when doing

make de.gmo

in /po directory.

I was able to correct this error in po/Makefile
by replacing the lines

GMSGFMT = PATH=../src:$$PATH no
MSGFMT = no

with

GMSGFMT = PATH=../src:$$PATH /usr/bin/msgfmt
MSGFMT = /usr/bin/msgfmt

(I looked it up in 1.10.0 source)

Regards,

Chris



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