Re: compilation error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compilation error
Дата
Msg-id 16896.986483437@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compilation error  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> stringinfo.c:115: `va_list' undeclared (first use in this function)

Try changing src/include/c.h so that <stddef.h> and <stdarg.h> are
included unconditionally (near line 53) and remove #include <varargs.h>
near line 770.

Or try 7.1RC2 or later --- these changes are already made for 7.1.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: compilation error
Следующее
От: "Darren King"
Дата:
Сообщение: RE: compilation error