Re: cvs build failure

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: cvs build failure
Дата
Msg-id 200307012238.h61Mcsf17882@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: cvs build failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: cvs build failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: cvs build failure
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: cvs build failure