[Freeciv-Dev] Re: Problems compiling with updated po-file
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi,
David Pfitzner wrote:
>
> On Tue, 20 Jun 2000 Christian Knoke <ChrisK@xxxxxxxx> wrote:
>
> > 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
> >
> > 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
> >
>
> Also try doing "rm config.cache" and then re-running configure.
That's it. po/Makefile is now correct, but I get some undefined
references
during make. I assume these are version conflicts, though, no bug.
Thanks.
Chris
|
|