Re: compilation error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: compilation error
Date
Msg-id 16896.986483437@sss.pgh.pa.us
Whole thread Raw
In response to compilation error  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.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

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: compilation error
Next
From: "Darren King"
Date:
Subject: RE: compilation error