$ ./a 2>&1 | tee b;
make[2]: Entering directory `/scratch/dia-0.95-pre8'
LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po
dia.desktop.in dia.desktop
Found cached translation database
Merging translations into dia.desktop.
sed -e 's^\ icondir\@^/opt/dia/0.95/share/pixmaps^g' ./dia.keys.in
> dia.keys.tmp \
&& mv dia.keys.tmp dia.keys
(cd po ; make dia.pot)
make[3]: Entering directory `/scratch/dia-0.95-pre8/po'
INTLTOOL_EXTRACT=../intltool-extract srcdir=. ../intltool-update
--gettext-package dia --pot
*** xgettext is not found on this system!
*** Without it, intltool-update can not extract strings.
make[3]: Leaving directory `/scratch/dia-0.95-pre8/po'
(cd . && ./po-checktrans po/dia.pot po/*.po)
Traceback (most recent call last):
File "./po-checktrans.py", line 97, in ?
(t,idents,n,f) = slurp_po(sys.argv[1])
File "./po-checktrans.py", line 47, in slurp_po
fd = open(fname,"r")
IOError: [Errno 2] No such file or directory: 'po/dia.pot'
*** PO/core/gettext translation report: ***
(Absence of a language code means 0% translation for that language)
(Help for translations (and/or much more) is of course welcome !)
(A star after a language's statistics means that the translation
file isn't
up to date with the POT (original messages) file)
Entry format:
country_code percentage% (translated,fuzzy,total)
translated includes fuzzy entries.
E: po-checktrans failed to run. Please check that python is installed
E: on your system.
make[2]: Leaving directory `/scratch/dia-0.95-pre8'
make[1]: Leaving directory `/scratch/dia-0.95-pre8'
make: Leaving directory `/scratch/dia-0.95-pre8'
94.9%
python is, however, installed:
$ python -V
Python 2.4.1
I never use it for anything but it is there...
--
Steven Lembark 85-09 90th Street
Workhorse Computing Woodhaven, NY 11421
lembark wrkhors com +1 888 359 3508
#!/bin/bash export CC=/opt/gcc/bin/gcc; export CFLAGS='-O3 -march=i686 -mtune=pentium4 -pipe'; make distclean; ./configure --prefix=/opt/dia/0.95 && make -wk;
Attachment:
b.gz
Description: GNU Zip compressed data