Re: Error-out on compiling current CVS: preproc

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Error-out on compiling current CVS: preproc
Дата
Msg-id 200408090159.i791xwE12621@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Error-out on compiling current CVS: preproc  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Error-out on compiling current CVS: preproc  (Josh Berkus <josh@agliodbs.com>)
Re: Error-out on compiling current CVS: preproc  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Josh Berkus wrote:
> Folks,
> 
> Update on this:  Just tried it with:
> SuSE 9.1, GCC 3.3.3, Bison 1.875
> and don't get the error.
> 
> So it looks like the requirement for Bison 1.85+ is now a "hard" requirement?  
> We'll need to document this, since SuSE 9.0 is less than a year old, and I'm 
> sure some other distros are still using 1.75.

I see in configure.in:
AC_CHECK_PROGS(YACC, ['bison -y'])if test "$YACC"; then  if $YACC --version | sed q | $AWK '{ if ($4 < 1.875) exit 0;
elseexit 1;}'; then    AC_MSG_WARN([*** If you are going to modify the grammar files or build from CVS, the
installed***version of Bison is too old.  Bison version 1.875 or later is required.])  fifi
 

Looks documented to me.

--  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Ready for Beta ... ?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: listing triggers