On Mon, 9 Aug 2010, Artur T. wrote:
I just tried to compile gretl using the cvs source on my Ubuntu
10.04
system. Usually it works fine but today I got the following error after
the "make" command:
------------
............... fertig.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
es.po:1253:2: syntax error
msgfmt is saying there's a syntax error on line 1253 of the
Spanish translation, es.po. I just updated from CVS myself and
built the translation files: es.po was processed OK. You could try
going into the "po" subdirectory and do
rm es.po
cvs update
to ensure that you don't have a corrupted version of this file.
Allin Cottrell