c.h needed in Pg.c
When trying to build from CVS, interfaces/perl5 doesn't build unless I add
an include of "c.h" in Pg.c.
Bruno Wolff III <bruno@wolff.to> writes:
When trying to build from CVS, interfaces/perl5 doesn't build unless I add
an include of "c.h" in Pg.c.
Works fine here --- and I'm not inclined to include a backend include
file into a frontend module if it can possibly be avoided. Please be
more specific about what failure you're seeing, and on what platform.
regards, tom lane
On Mon, Aug 26, 2002 at 00:34:00 -0400,
Tom Lane <tgl@sss.pgh.pa.us> wrote:
Bruno Wolff III <bruno@wolff.to> writes:
When trying to build from CVS, interfaces/perl5 doesn't build unless I add
an include of "c.h" in Pg.c.Works fine here --- and I'm not inclined to include a backend include
file into a frontend module if it can possibly be avoided. Please be
more specific about what failure you're seeing, and on what platform.regards, tom lane
I sent make output and a config log here (and maybe copied Tom Lane)
for this issue. But I think I might have hit a size limit with the
message as it hasn't shown up yet. Is there someplace else I should
send the information?