This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't bootstrap gcc 20020930 cvs trunk: gcj.texi:643: No matching `@end table'
- From: Christian Jönsson <christian at j-son dot org>
- To: gcc <gcc at gcc dot gnu dot org>, green at gcc dot gnu dot org
- Date: Mon, 30 Sep 2002 19:33:35 +0200
- Subject: Re: Can't bootstrap gcc 20020930 cvs trunk: gcj.texi:643: No matching `@end table'
- References: <20020930192214.A856@u1sparc.j-son.org>
On Mon, Sep 30, 2002 at 07:22:19PM +0200, Christian Jönsson wrote:
> Probably due to http://gcc.gnu.org/ml/gcc-cvs/2002-09/msg00931.html I
> can't compile gcc 20020930 cvs trunk...
>
> echo timestamp > stmp-multilib
> if test "xinfo" = xinfo; then \
> rm -f /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/java/gcc.info*; \
> cd /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/java && makeinfo -I../doc/include -o gcj.info gcj.texi; \
> else true; fi
> gcj.texi:643: No matching `@end table'.
> makeinfo: Removing output file `gcj.info' due to errors; use --force to preserve.
> make[2]: *** [/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/java/gcj.info] Error 2
> make[2]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
> make: *** [bootstrap-lean] Error 2
I'm sorry, I was to fast there, it's probably the patch I references
that *fixed* the error I had..., testing now...
Cheers,
/ChJ