[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [wdiff-bugs] Cygwin-bug#20070822T0857: cvs build error
From: |
Jari Aalto |
Subject: |
Re: [wdiff-bugs] Cygwin-bug#20070822T0857: cvs build error |
Date: |
Wed, 19 Nov 2008 17:29:40 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) |
Denver Gingerich <address@hidden> writes:
> On Mon, Nov 17, 2008 at 7:54 AM, Jari Aalto <address@hidden> wrote:
>
>> Compiling works now, but this problem comes from the po/
>>
>> address@hidden ls -la po/*es*
>> -rw-r--r-- 1 root None 1790 Jul 12 2007 po/Rules-quot
>> -rw-r--r-- 1 root None 50348 Jun 20 23:44 po/es.po
>>
>> $ cd po/
>> $ make all
>> test ! -f ./wdiff.pot || \
>> test -z "ca.gmo cs.gmo da.gmo de.gmo address@hidden address@hidden
>> en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hu.gmo id.gmo it.gmo
>> ms.gmo nb.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo
>> sv.gmo tr.gmo vi.gmo zh_CN.gmo zh_TW.gmo" || make ca.gmo cs.gmo da.gmo
>> de.gmo address@hidden address@hidden en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo
>> ga.gmo gl.gmo hu.gmo id.gmo it.gmo ms.gmo nb.gmo nl.gmo no.gmo pl.gmo
>> pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sv.gmo tr.gmo vi.gmo zh_CN.gmo
>> zh_TW.gmo
>> make[1]: Entering directory `/home/root/tmp/wdiff/.build/build/po'
>> : --update ca.po wdiff.pot
>> : --update cs.po wdiff.pot
>> : --update da.po wdiff.pot
>> : --update de.po wdiff.pot
>> make[1]: address@hidden' is up to date.
>> make[1]: address@hidden' is up to date.
>> : --update en_GB.po wdiff.pot
>> : --update es.po wdiff.pot
>> rm -f es.gmo && : -c --statistics -o es.gmo es.po
>> mv: cannot stat `t-es.gmo': No such file or directory
>> make[1]: *** [es.gmo] Error 1
>
> Which version of gettext are you using?
[from configure]
checking for GNU gettext in libintl... yes
The installed libraries include:
libintl1 0.10.40
libintl2 0.12.1
libintl3 0.14.5
libintl8 0.17
$ ls -la /usr/lib/libint*
-rw-r--r-- 1 root None 48396 Nov 10 03:51 /usr/lib/libintl.a
-rw-r--r-- 1 root None 30674 Nov 10 03:51 /usr/lib/libintl.dll.a
-rw-r--r-- 1 root None 926 Nov 14 12:09 /usr/lib/libintl.la
$ tar -tvf gettext-0.17-1.tar.bz2 | grep /lib/
-rw-r--r-- cwilson/Users 48396 2008-11-10 03:51 usr/lib/libintl.a
-rw-r--r-- cwilson/Users 30674 2008-11-10 03:51 usr/lib/libintl.dll.a
-rw-r--r-- cwilson/Users 926 2008-11-10 03:51 usr/lib/libintl.la
So, the version seems to be 0.17
Jari