| From: | Travis Bauer <trbauer(at)indiana(dot)edu> |
|---|---|
| To: | Chris Chan <chris(at)hkseek(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: 7.0 installation problem, help please :-( |
| Date: | 2000-05-24 17:41:53 |
| Message-ID: | Pine.GSO.4.21.0005241240450.3991-100000@school.cs.indiana.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Travis Bauer | 2000-05-24 17:45:59 | Re: |
| Previous Message | Thomas Holmgren | 2000-05-24 17:08:26 | Why is PostgreSQL 7.0 SQL semantics different from Oracle's? |