Re: [RC2]:Compilation failure solaris 2.7 stringinfo.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Armand Delcros <adelcros(at)arsystemes(dot)fr>
Cc: bugs(at)postgresql(dot)org
Subject: Re: [RC2]:Compilation failure solaris 2.7 stringinfo.c
Date: 2000-05-04 14:58:29
Message-ID: 23768.957452309@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Armand Delcros <adelcros(at)arsystemes(dot)fr> writes:
> In, postgresql-7.0RC2/src/backend/stringinfo.c
> I need to declare

> #include <stdio.h>
> #include <stdarg.h>

> the same for this file:
> postgresql-7.0RC2/src/backend/nodes/list.c
> need to declare
> #include <stdio.h>
> #include <stdarg.h>

Say what? Both of those files include postgres.h, which includes c.h,
which should take care of that for you, just like it does for every
other C file in the system. I don't know what your problem is but
I believe you've misidentified it ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message W-A-S-P 2000-05-05 02:11:14 ,,~~Advice For New Immigrants~~...
Previous Message Armand Delcros 2000-05-04 11:00:33 [RC2]:Compilation failure solaris 2.7 stringinfo.c