That's odd. This is the error I got compiling pgsql 6.5 on Solaris. I
never resolved the problem. However, the 7.0 source did not give this
error. Maybe this is a stupid question, but are you sure you have the
most recent source code?
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------
On Tue, 23 May 2000, Chris Chan wrote:
>
> I'm pgsql newbie. I try to install the pgsql 7.0 on my Solaris 8 x86 server
> but fail. The following is the error message:
>
>
> 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'
> gmake[2]: *** [stringinfo.o] Error 1
> gmake[2]: Leaving directory `/usr/share/src/postgresql-7.0/src/backend/lib'
> gmake[1]: *** [lib.dir] Error 2
> gmake[1]: Leaving directory `/usr/share/src/postgresql-7.0/src/backend'
> gmake: *** [all] Error 2