Re: src/tools/msvc usage instructions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: src/tools/msvc usage instructions
Дата
Msg-id 9878.1159902187@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: src/tools/msvc usage instructions  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: src/tools/msvc usage instructions  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
>> Or add a configure test to prevent it, and display a proper 
>> error message.

> Yeha, I will do this.

As long as we're touching that code: the existing test for too-old bison
seriously sucks, because all that it does is to print a warning that
most people will never notice among all the other spewage from
configure.  However, erroring out is not better, because for people
who're building from a tarball it won't matter what they have.  The
Right Thing is to print a warning and set up for the "missing" script to
be invoked instead of bison if the files actually need to be built.
It looks like all that's needed is to reset YACC to "" after determining
that it's the wrong version, but that should be tested.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Tsearch2 and Snowball
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: src/tools/msvc usage instructions