Re: Solaris 8 / still waiting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Solaris 8 / still waiting
Дата
Msg-id 5756.975942751@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Solaris 8 / still waiting  ("Zenon Braga F." <zfbf@hotmail.com>)
Список pgsql-bugs
It seems the problem is
> checking for ANSI C header files... no

which causes <stdarg.h> not to be included.  Dunno what about Solaris
is nonstandard enough to fool autoconf's test, but I see that the
AC_HEADER_STDC macro tests quite a bit more than just whether the header
files exist.

Try modifying src/include/c.h so that <stddef.h> and <stdarg.h> are
included unconditionally.  That's how it's done in current sources...

            regards, tom lane

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

Предыдущее
От: "Zenon Braga F."
Дата:
Сообщение: I'm not able to install PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bug with postgresql