Re: [HACKERS] DEC OSF1 Compilation problems

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: dms(at)wplus(dot)net, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] DEC OSF1 Compilation problems
Date: 1999-02-04 02:52:41
Message-ID: 36B90B79.664D7C3B@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-02-04 03:15:18 Re: [HACKERS] template/alpha_cc
Previous Message Thomas G. Lockhart 1999-02-04 02:47:20 Re: [HACKERS] preprocessor question: prepare statement