On Mon, 30 Jun 2003, Leopold Toetsch wrote:

> Simon Glover <[EMAIL PROTECTED]> wrote:
> >  With a fresh checkout, I get:
>
> >  imcc.y:401: conflicting types for `YYSTYPE'
> >  imcparser.h:6: previous declaration of `YYSTYPE'
> >  /usr/lib/bison.simple: In function `yyparse':
> >  /usr/lib/bison.simple:432: warning: passing arg 1 of `yylex' from
> >  incompatible pointer type
>
> It seems, that Makefile did regenerate the imcparser.{c,h} files and
> that for some reason (old bison?) this didn't work.
> The generated files seem to have the same timestamp as imcc.y.
>
> Please do a make clean in imcc and update from CVS, I'll refresh the
> generated files with a newer time stamp.

 That did the trick - it builds fine now.

 Simon

Reply via email to