pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hello


From: Skule Solvang
Subject: Re: Hello
Date: 23 Aug 2003 21:44:48 +0200

No can do.

I've been trying to compile it but get the same error every time (see
below, looks like a missing file "po/fi.po"?)

Ended up by doing a make in src just to get the binary to compile.


Make outputs this:

Making all in po
make[2]: Entering directory `/home/skule/Games/Pingus/po'
make pingus.pot-update
make[3]: Entering directory `/home/skule/Games/Pingus/po'
: --default-domain=pingus --directory=.. \
  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
  --copyright-holder='Ingo Ruhnke'
test ! -f pingus.po || { \
  if test -f ./pingus.pot; then \
    sed -f remove-potcdate.sed < ./pingus.pot > pingus.1po && \
    sed -f remove-potcdate.sed < pingus.po > pingus.2po && \
    if cmp pingus.1po pingus.2po >/dev/null 2>&1; then \
      rm -f pingus.1po pingus.2po pingus.po; \
    else \
      rm -f pingus.1po pingus.2po ./pingus.pot && \
      mv pingus.po ./pingus.pot; \
    fi; \
  else \
    mv pingus.po ./pingus.pot; \
  fi; \
}
make[3]: Leaving directory `/home/skule/Games/Pingus/po'
: --update cs.po pingus.pot
: --update de.po pingus.pot
: --update fr.po pingus.pot
: --update it.po pingus.pot
: --update sr.po pingus.pot
: --update sv.po pingus.pot
: --update tr.po pingus.pot
: --update fi.po pingus.pot
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
error while opening "fi.po" for reading: Ingen slik fil eller filkatalog
make[2]: *** [fi.gmo] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/skule/Games/Pingus/po'
Making all in contrib
make[2]: Entering directory `/home/skule/Games/Pingus/contrib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/skule/Games/Pingus/contrib'
make[2]: Entering directory `/home/skule/Games/Pingus'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/skule/Games/Pingus'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skule/Games/Pingus'
make: *** [all] Error 2


I'm using Debian sid, with clanlib compiled from cvs as the developers
section of the pingus site said.

On Sat, 2003-08-23 at 18:34, David Philippi wrote:
> Am Sam, 2003-08-23 um 14.28 schrieb Skule Solvang:
> > Hm, i can't seem to find the file "pingus.pot" you mention.
> > Has maybe the name changed?
> 
> Do a make in the main directory, it gets generated from gettext by
> scanning the sources, no use of having it included into CVS. If you
> don't wait so long, a make or make update-po in /po should suffice.
> 
> Bye David





reply via email to

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