|
From: | Jesper Harder |
Subject: | [cvs] Build failure: error while opening "texinfo.pot" for reading: No such file or directory |
Date: | Fri, 29 Oct 2004 19:53:28 +0200 |
User-agent: | Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
I do the following to build the cvs version of Texinfo: ./bootstrap ./configure --enable-maintainer-mode ./make and encounter this build error: make[3]: Entering directory `/home/harder/texinfo/po' make texinfo.pot-update make[4]: Entering directory `/home/harder/texinfo/po' : --default-domain=texinfo --directory=.. \ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ --copyright-holder='Free Software Foundation, Inc.' \ --msgid-bugs-address='address@hidden' test ! -f texinfo.po || { \ if test -f ./texinfo.pot; then \ sed -f remove-potcdate.sed < ./texinfo.pot > texinfo.1po && \ sed -f remove-potcdate.sed < texinfo.po > texinfo.2po && \ if cmp texinfo.1po texinfo.2po >/dev/null 2>&1; then \ rm -f texinfo.1po texinfo.2po texinfo.po; \ else \ rm -f texinfo.1po texinfo.2po ./texinfo.pot && \ mv texinfo.po ./texinfo.pot; \ fi; \ else \ mv texinfo.po ./texinfo.pot; \ fi; \ } make[4]: Leaving directory `/home/harder/texinfo/po' /usr/bin/msgmerge --update cs.po texinfo.pot /usr/bin/msgmerge: error while opening "texinfo.pot" for reading: No such file or directory -- Jesper Harder <http://purl.org/harder/>
[Prev in Thread] | Current Thread | [Next in Thread] |