From: | "J(dot)Goodleaf" <john(at)goodleaf(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Solaris 8 compilation errors _OUTPUT |
Date: | 2001-02-06 04:16:09 |
Message-ID: | 20010206041609.7674C5BDD@clyde.goodleaf.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom,
This appears to have done it. Everything compiled properly; postgres
announced it was ready for install. (One minor hitch with "ar" not being in
my PATH... I have to say: Solaris is vastly more of a PITA than FreeBSD, the
only *NIX with which I have any familiarity. No ports tree in Sol8...)
Thx,
John
Tom Lane writes:
> "J.Goodleaf" <john(at)goodleaf(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | GH | 2001-02-06 04:17:20 | Re: DBDesign Question |
Previous Message | a | 2001-02-06 04:01:07 | max cocurrent connection |