[Freeciv-Dev] Re: Compilation blues on IRIX (PR#560)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
David Pfitzner wrote:
> [ Compiling freeciv from CVS on system without GNU xgettext fails,
> due to lacking freeciv.pot; see also previous post ]
> The re-cap, the workarounds are:
> - fetch freeciv.pot from
> ftp://www.freeciv.org/pub/freeciv/latest/freeciv.pot.bz2
Ouch -- this doesn't work very pleasantly because make is quite happy
to removing freeciv.pot if it thinks it needs to be regenerated (I
guess):
Making all in po
PATH=../src:$PATH : --default-domain=freeciv --directory=.. \
--add-comments="TRANS:" --escape --keyword=_ --keyword=N_ --keyword=Q_ \
--files-from=./POTFILES.in 2>&1 | grep -v "is unknown; will try C" \
&& test ! -f freeciv.po \
|| ( rm -f ./freeciv.pot \
&& mv freeciv.po ./freeciv.pot )
mv: cannot access freeciv.po
*** Error code 2
make: Fatal error: Command failed for target `freeciv.pot'
Maybe we need to also kludge the Makefile - compare undep.sh :-(
-- David
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), (continued)
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Greg Wooledge, 2000/09/16
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gaute B Strokkenes, 2000/09/17
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gerhard Killesreiter, 2000/09/17
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Thue, 2000/09/17
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gaute B Strokkenes, 2000/09/17
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gerhard Killesreiter, 2000/09/16
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gaute B Strokkenes, 2000/09/17
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), David Pfitzner, 2000/09/22
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gaute B Strokkenes, 2000/09/17
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), David Pfitzner, 2000/09/22
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560),
David Pfitzner <=
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gaute B Strokkenes, 2000/09/23
- [Freeciv-Dev] Re: Compilation blues on IRIX (PR#560), Gaute B Strokkenes, 2000/09/23
|
|