Re: Re: Solaris 8 compilation errors _OUTPUT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Solaris 8 compilation errors _OUTPUT
Дата
Msg-id 22811.981426825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Solaris 8 compilation errors _OUTPUT  ("J.Goodleaf" <john@goodleaf.net>)
Ответы Re: Solaris 8 compilation errors _OUTPUT  ("J.Goodleaf" <john@goodleaf.net>)
Список pgsql-general
"J.Goodleaf" <john@goodleaf.net> writes:
> stringinfo.c: In function `appendStringInfo':
> stringinfo.c:104: `va_list' undeclared (first use in this function)
> stringinfo.c:104: (Each undeclared identifier is reported only once
> stringinfo.c:104: for each function it appears in.)
> stringinfo.c:104: parse error before `args'
> stringinfo.c:121: warning: implicit declaration of function `va_start'
> stringinfo.c:121: `args' undeclared (first use in this function)
> stringinfo.c:124: warning: implicit declaration of function `va_end'

In src/include/c.h, try including <stddef.h> and <stdarg.h>
unconditionally --- that is, remove #ifdef STDC_HEADERS / #endif
near line 53.  This is what we are doing in the 7.1 sources...

            regards, tom lane

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

Предыдущее
От: "J.Goodleaf"
Дата:
Сообщение: Re: Solaris 8 compilation errors _OUTPUT
Следующее
От: Franck Martin
Дата:
Сообщение: RE: GIS-type databases using PostgreSQL