Re: Postgresql 7.0.3 - compilation failure. Need help.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Latha K(dot) Ramaswamy" <latha(at)sscsi(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Postgresql 7.0.3 - compilation failure. Need help.
Date: 2001-02-06 02:43:29
Message-ID: 22880.981427409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

See attached.

------- Forwarded Message

Date: Mon, 05 Feb 2001 21:33:45 -0500
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "J.Goodleaf" <john(at)goodleaf(dot)net>
cc: "Martin A. Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>,
pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Re: Solaris 8 compilation errors _OUTPUT

"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

------- End of Forwarded Message

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2001-02-06 04:29:08 Re: IpcMemoryDetach fails under Cygwin on Win98
Previous Message Jason Tishler 2001-02-06 02:30:36 Re: IpcMemoryDetach fails under Cygwin on Win98