[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Problem building gm2 of 2008-10-03
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Problem building gm2 of 2008-10-03 |
Date: |
07 Oct 2008 18:44:06 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
John O Goyo <address@hidden> writes:
> Build failed as indicated here.
>
>
> If we look at the tail of pg.mod, we see the following.
>
> build: gm2-4.1.2=> cat -n gcc/gm2/gm2-auto/pg.mod |tail
> 5465 ELSE
> 5466 PrettyCommentFactor(f, 3) ;
> 5467 NewLine(3) ;
> 5468 WriteString('first: ') ;
> 5469
>
> This on Solaris 10/sparc but I suspect the problem to be generic.
Hi John and Michael,
ahh yes a recent change to gm2/gm2-libs/FIO.mod removed a final buffer
flush (only seen during bootstrap - due to limitation of p2c - not
understanding FINALLY). All fixed now I believe:
Thanks to all for reporting it,
regards,
Gaius