Re: Solaris 8 / still waiting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Zenon Braga F(dot)" <zfbf(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Solaris 8 / still waiting
Date: 2000-12-04 15:12:31
Message-ID: 5756.975942751@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

It seems the problem is
> checking for ANSI C header files... no

which causes <stdarg.h> not to be included. Dunno what about Solaris
is nonstandard enough to fool autoconf's test, but I see that the
AC_HEADER_STDC macro tests quite a bit more than just whether the header
files exist.

Try modifying src/include/c.h so that <stddef.h> and <stdarg.h> are
included unconditionally. That's how it's done in current sources...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Joel Burton 2000-12-04 16:16:59 Rules with Conditions: Still Doesn't Work (Bug Rpt)
Previous Message Tom Lane 2000-12-04 14:55:51 Re: bug with postgresql