> > 2. gram.y did not compile by yacc (on FreeBSD too)
> > fixed by using bison
> Need bison, though gram.c is newer than gram.y, or it should be in the
> tar file.
We've gotten a few reports on this, so I'll guess that we have a too-new
gram.y in the distribution (again) :(
The workaround, besides installing bison, is to type
$ touch backend/parser/gram.c
before typing
$ make $ make install
- Tom