Re: [INTERFACES] pgsql_perl5 fails to compile

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Brendan McKenna" <brendan(at)w3s(dot)ie>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] pgsql_perl5 fails to compile
Date: 1999-06-04 22:15:37
Message-ID: 25246.928534537@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Brendan McKenna" <brendan(at)w3s(dot)ie> writes:
> When I attempt to compile, I get the following messages:
> gcc -c -I/usr/local/pgsql/include -Dbool=char -DHAS_BOOL -O2 -DVERSION=\"1.8.0\" -DXS_VERSION=\"1.8.0\" -fpic -I/usr/lib/perl5/5.00555/i686-linux/CORE Pg.c
> Pg.xs: In function `XS_Pg_PQprint':
> Pg.xs:584: `na' undeclared (first use this function)
> Pg.xs:584: (Each undeclared identifier is reported only once
> Pg.xs:584: for each function it appears in.)
> Pg.xs: In function `XS_PG_results_fetchrow':
> Pg.xs:1256: `sv_undef' undeclared (first use this function)
> Pg.xs: In function `XS_PG_results_print':
> Pg.xs:1296: `na' undeclared (first use this function)
> make: *** [Pg.o] Error 1

After looking at the definition of these symbols in Perl 5.004, I wonder
whether the problem is related to Perl's EMBED/NO_EMBED option. Perhaps
the perl5 interface fails to compile if you have installed Perl with
the nondefault setting of that option? This is a bit of a stretch,
but given that we have heard no other complaints, I'm guessing there
must be *some* unusual aspect of your local setup that triggers the
failure.

regards, tom lane

Browse pgsql-interfaces by date

  From Date Subject
Next Message Matthew Hagerty 1999-06-05 02:55:00 LIMIT and 6.5
Previous Message Sergio A. Kessler 1999-06-04 17:36:04 createuser