Re: [HACKERS] DEC OSF1 Compilation problems
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: dms@wplus.net, pgsql-hackers@hub.org
Date: 1999-02-04T02:52:41Z
Lists: pgsql-hackers
> > 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