gm2
[Top][All Lists]
Advanced

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

Re: [Gm2] Build problem on Redhat 9


From: Gaius Mulley
Subject: Re: [Gm2] Build problem on Redhat 9
Date: 23 Apr 2003 15:53:23 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Ben Stuyts <address@hidden> writes:

> Hi Gaius,
> 
> On 23 Apr 2003, Gaius Mulley wrote:
> 
> > I wonder whether you can email me a copy of build/gm2-auto/P3Build.c
> > and build/gm2-auto/P3Build.mod
> > (out of interest).
> 
> Will do, off list.
> 

thanks... it seems that there is some garbage at the end of
PushAutoOff (the "Bx") should not be there

/*
   ImplementationOrProgramModule :=
                                    % PushAutoOff Bx %
                                    ( ImplementationModule  |
                                      ProgramModule  )
                                    % PopAuto  %


   first  symbols:moduletok, implementationtok

   cannot reachend
*/

Static void ImplementationOrProgramModule(long stopset0, long stopset1,
                                          long stopset2)
{
/* p2c: ../../gcc-3.2+gm2-20030412/gcc/gm2/bnf/m2-3.bnf:563:
 * Warning: Expected END, found 'Bx' [227] */
/* p2c: ../../gcc-3.2+gm2-20030412/gcc/gm2/bnf/m2-3.bnf:563:
 * Warning: Unrecognized character 023 in file [247] */
  M2Quads_PushAutoOff();
}
/* p2c: ../../gcc-3.2+gm2-20030412/gcc/gm2/bnf/m2-3.bnf:564: 
 * Warning: Expected END, found 'PopAuto' [227] */


I wonder whether you can check that your gm2/bnf/m2-3.bnf contains the
following rule at line 566:

ImplementationOrProgramModule :=                                           % 
PushAutoOff %
                                 ( ImplementationModule | ProgramModule )  % 
PopAuto %
                              =:

thanks Gaius
-- 
Gaius Mulley       University of Glamorgan     address@hidden



reply via email to

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