Sigh, build is broken again

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Sigh, build is broken again
Дата
Msg-id 13301.909528642@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] Sigh, build is broken again  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Sigh, build is broken again  (The Hermit Hacker <scrappy@hub.org>)
Re: [HACKERS] Sigh, build is broken again  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Someone checked in code that assumes vsnprintf() exists.

Should be cool, we have an emulation right?  Well, no.
configure sets up to build port/snprintf.c if snprintf()
doesn't exist.  HPUX, for one, has that but not vsnprintf.

I guess the right fix is for configure to check for *both*
snprintf and vsnprintf --- anyone see a problem with that?
        regards, tom lane


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

Предыдущее
От: "Taral"
Дата:
Сообщение: RE: [HACKERS] Configure problem, redux (was Re: TCL installation troubles)
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] configure and cpp detection