On Tue, 19 Feb 2008, Bob Rossi wrote:
> I just ran these commands,
> cvs -d ':pserver:anonymous cvs.savannah.gnu.org:/sources/bison' co bison
> cd bison/
A work-around is to do this at this point:
cp data/yacc.c data/push.c
> ./bootstrap
> ./configure --prefix=$PWD/../prefix
> make
>
> rm -f zh_TW.gmo && /usr/bin/msgfmt -c
--statistics -o zh_TW.gmo zh_TW.po
> 115 translated messages, 22 fuzzy translations, 9
untranslated messages.
> make[2]: Leaving directory
`/home/bob/rcs/cvs/bison/trunk/bison/po'
> touch stamp-po
> make[1]: Leaving directory
`/home/bob/rcs/cvs/bison/trunk/bison/po'
> Making all in runtime-po
> make[1]: Entering directory
`/home/bob/rcs/cvs/bison/trunk/bison/runtime-po'
> make bison-runtime.pot-update
> make[2]: Entering directory
`/home/bob/rcs/cvs/bison/trunk/bison/runtime-po'
> make[2]: *** No rule to make target `../data/push.c',
needed by `bison-runtime.pot-update'. Stop.
> make[2]: Leaving directory
`/home/bob/rcs/cvs/bison/trunk/bison/runtime-po'
> make[1]: *** [bison-runtime.pot] Error 2
> make[1]: Leaving directory
`/home/bob/rcs/cvs/bison/trunk/bison/runtime-po'
> make: *** [all-recursive] Error 1
Obviously this is caused by my recent renaming of push.c to
yacc.c, but I
don't know what to do to update the translations. Maybe we
just have to
wait for the translators to get to it? I know very little
about
translations.
Thanks for reporting it.
_______________________________________________
help-bison gnu.org http
://lists.gnu.org/mailman/listinfo/help-bison
|