Re: cvs build failure - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: cvs build failure
Date
Msg-id 200307012238.h61Mcsf17882@candle.pha.pa.us
Whole thread Raw
In response to Re: cvs build failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: cvs build failure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Markus Bertheau <twanger@bluetwanger.de> writes:
> >> what version of bison are you using?  I believe we require 1.875 these days.
> 
> > 1.35. I'll upgrade. Thanks.
> 
> I believe 'configure' will bleat about a too-old bison, but it won't
> refuse to proceed --- and the warning is easy to miss in the pages of
> output that configure produces.
> 
> I was against having configure error out if bison is too old, since
> you might not need it at all (if building from a tarball).  But it
> seems like we still have the problem.
> 
> Maybe make configure act as though bison is missing?  Not sure.  It
> seems like that could create unnecessary problems in other cases.

One trick would be to set YACC to some special value like
"bison.too.old" and test for that when YACC is actually called from the
Makefile.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: cvs build failure
Next
From: Bruce Momjian
Date:
Subject: Re: cvs build failure