MPJ writes:
> > - If you can, use the parser.c included in the distribution.
Patrik replies:
> Actually I didn't know I didn't use it! Now I downloaded it again and
> found the reason for recompilation:
> [patrikj@croak src]$ ls -lrt pa*
> -rw------- 1 patrikj patrikj 64576 Jan 21 17:22 parser.c
> -rw------- 1 patrikj patrikj 38570 Jan 22 11:06 parser.y
>
> The .c file is not "fresh" enough and so gets overwritten by the Makefile.
>
> After touch parser.c it all worked fine.
Just for the record, I'd like to point out that this is NOT a problem
in the official distribution.
$ tar ztvf hugs-January1998-source.tgz hugs/src/parser.*
-rw-rw-r-- reid/systems 72675 1998-01-17 12:03 hugs/src/parser.c
-rw-rw-r-- reid/systems 43931 1997-12-02 14:12 hugs/src/parser.y
Perhaps you're using a copy from somewhere else (eg directly from the
Yale CVS repository)?
Alastair