Re: cvs build failure

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: cvs build failure
Дата
Msg-id 20030701222926.GB27363@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: cvs build failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: cvs build failure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, Jul 01, 2003 at 06:12:31PM -0400, Tom Lane wrote:
> 
> 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.

Maybe it should throw an error and refuse to continue if the version is
too old, but the message be verbose enough to let the user know of a
separate switch to configure that would allow it to continue the
configuration ignoring the bison version.

Somethink like
$ ./configure
error: your bison is too old.  Use --ignore-bison if you don't need it
$ ./configure --ignore-bison
[succeeds]

I've seen similar things in other projects...

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Major Fambrough: You wish to see the frontier?
John Dunbar: Yes sir, before it's gone.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index expressions: how to recreate
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: cvs build failure