Re: compilation error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: suresh(dot)sv(at)team(dot)indiainfo(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: compilation error
Date: 2001-04-05 15:10:37
Message-ID: 16896.986483437@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> stringinfo.c:115: `va_list' undeclared (first use in this function)

Try changing src/include/c.h so that <stddef.h> and <stdarg.h> are
included unconditionally (near line 53) and remove #include <varargs.h>
near line 770.

Or try 7.1RC2 or later --- these changes are already made for 7.1.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Darren King 2001-04-05 16:00:21 RE: compilation error
Previous Message Kyle F. Downey 2001-04-05 14:16:33 error creating table that worked under 7.0.3