Re: building from CVS

2008-02-20 Thread Joel E. Denny
On Wed, 20 Feb 2008, Bob Rossi wrote: > My next error was this, I only added, > %define api.push_pull "push" > to my bison input file. That caused this compiler error, > if gcc -DHAVE_CONFIG_H -I. -I../../../../cgdb/lib/gdbmi/src -I.. > -I../../../../cgdb/lib/gdbmi/src/mi_oc_parser -g -O2

Re: building from CVS

2008-02-20 Thread Bob Rossi
On Tue, Feb 19, 2008 at 09:22:38PM -0500, Bob Rossi wrote: > On Tue, Feb 19, 2008 at 07:54:16PM -0500, Joel E. Denny wrote: > > On Tue, 19 Feb 2008, Claudio Saavedra wrote: > > > > > El mar, 19-02-2008 a las 19:21 -0500, Joel E. Denny escribió: > > > > > > > > Obviously this is caused by my recen

Re: building from CVS

2008-02-19 Thread Bob Rossi
On Tue, Feb 19, 2008 at 07:54:16PM -0500, Joel E. Denny wrote: > On Tue, 19 Feb 2008, Claudio Saavedra wrote: > > > El mar, 19-02-2008 a las 19:21 -0500, Joel E. Denny escribió: > > > > > > Obviously this is caused by my recent renaming of push.c to yacc.c, > > > but I don't know what to do to up

Re: building from CVS

2008-02-19 Thread Joel E. Denny
On Tue, 19 Feb 2008, Claudio Saavedra wrote: > El mar, 19-02-2008 a las 19:21 -0500, Joel E. Denny escribió: > > > > 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

Re: building from CVS

2008-02-19 Thread Claudio Saavedra
El mar, 19-02-2008 a las 19:21 -0500, Joel E. Denny escribió: > > 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.

Re: building from CVS

2008-02-19 Thread Joel E. Denny
On Tue, 19 Feb 2008, Bob Rossi wrote: > I just ran these commands, > cvs -d ':pserver:[EMAIL PROTECTED]:/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 z

building from CVS

2008-02-19 Thread Bob Rossi
Hi, I just ran these commands, cvs -d ':pserver:[EMAIL PROTECTED]:/sources/bison' co bison cd bison/ ./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 untransla