Re: [HACKERS] DEC OSF1 Compilation problems - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] DEC OSF1 Compilation problems
Date
Msg-id 36B90B79.664D7C3B@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] DEC OSF1 Compilation problems  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] preprocessor question: prepare statement
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] template/alpha_cc