Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2001:
[Freeciv-Dev] Something is wrong.
Home

[Freeciv-Dev] Something is wrong.

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Something is wrong.
From: Lance Levsen <l.levsen@xxxxxxxxxxxxx>
Date: Fri, 02 Mar 2001 15:58:15 -0600

I've followed the cvs for a while and recently updated. I don't know
when I the last update was. 

The bug I have is during make in ./po:

file=./`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH no -o $file de.po

/bin/sh: no: command not found

from the Makefile, this is set as

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

and utilized during:

.po.gmo:
        file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
          && rm -f $$file && $(GMSGFMT) -o $$file $<

Sorry I can't really offer anything else. It configures fine, but
msgfmt and gmsgfmt are set to no. I have gettext installed.

Cheers,
Lance



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