bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building from CVS


From: Joel E. Denny
Subject: Re: building from CVS
Date: Tue, 19 Feb 2008 19:21:18 -0500 (EST)

On Tue, 19 Feb 2008, Bob Rossi wrote:

> I just ran these commands,
>   cvs -d ':pserver:address@hidden:/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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]