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)
Список
Дерево обсуждения
Solaris 8 compilation errors "J.Goodleaf" <john@goodleaf.net>
Re: Solaris 8 compilation errors Alex Guryanow <gav@nlr.ru>
Re: Solaris 8 compilation errors "Martin A. Marques" <martin@math.unl.edu.ar>
Re: Solaris 8 compilation errors _OUTPUT "J.Goodleaf" <john@goodleaf.net>
Re: Re: Solaris 8 compilation errors _OUTPUT Tom Lane <tgl@sss.pgh.pa.us>
Re: Solaris 8 compilation errors _OUTPUT "J.Goodleaf" <john@goodleaf.net>
RE: Solaris 8 compilation errors _OUTPUT "George Johnson" <gjohnson@jdsc.com>
"J.Goodleaf" 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 and 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 по дате отправления