MOO-cows Mailing List Archive

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

Re: Probs compiling 1.7.9 on OSF/1 3.2




Thanks, Pavel ... That's the trick.

On Wed, 27 Sep 1995, Pavel Curtis wrote:

> Paul A. Mayer writes:
> > ------ INSERT -------
> > /usr/lib/cmplrs/cc/cfe: Error: parser.y, line 427: redeclaration of 'find_id'; p
> > revious declaration at line 43 in file 'parser.y'
> >  find_id( char *name)
> >  ^
> > -------- END --------
> 
> It's probably due to your local yacc/bison parser generator using a parser
> template that contains the line
> 
> 	#define const
> 
> which it should not do.  I saw this once before with someone who was using an
> earlier version of bison.  If the YACC line in the Makefile mentions bison, try
> replacing it with
> 
> 	YACC = yacc
> 
> and remaking.


Paul

--
Paul A. Mayer
Department of Film and Media Studies	Tel:	+45 353-28099
University of Copenhagen		FAX:	+45 353-28110
DENMARK					e-mail:	paul@coco.ihi.ku.dk



References:

Home | Subject Index | Thread Index