c.h needed in Pg.c

Started by Bruno Wolff IIIover 23 years ago3 messagesbugs
Jump to latest
#1Bruno Wolff III
bruno@wolff.to

When trying to build from CVS, interfaces/perl5 doesn't build unless I add
an include of "c.h" in Pg.c.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruno Wolff III (#1)
Re: c.h needed 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

#3Bruno Wolff III
bruno@wolff.to
In reply to: Tom Lane (#2)
Re: c.h needed in Pg.c

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?