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-02 14:25:04
Message-ID: 25076.928333504@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

> The output from my perl -v command is as follows:

> This is perl, version 5.005_55 built for i686-linux

Hmm. The perl5 module compiles and works under Perl 5.004 (I have
5.004_04 here), but the bits you are pointing at look like they are
referring to Perl internals that they probably shouldn't refer to :-(.
Perhaps that stuff has been changed in 5.005.

Are there any Perl gurus in the house? How can this code be rewritten
in a more version-independent way? The two print routines want to be
able to take a variable number of arguments, and XS_PG_results_fetchrow
wants to be able to return an undef result. Surely there's a right
way to do both things...

regards, tom lane

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Harvey 1999-06-02 16:19:12 RE: [INTERFACES] ODBC
Previous Message Thomas Lockhart 1999-06-02 14:04:18 Re: [INTERFACES] ODBC