FW: h2xs problem

[email protected] ("Rob McMillin") Tue, 28 Aug 2001 16:29:53 -0700
Newsgroups perl.dbi.oracle-oci
Organization PriceGrabber.com
Message-ID <02f601c13019$572b5da0$290aa8c0@rob>
MUCH better.  The failures I'm getting now look like connect problems,
which would make sense because (1) we've moved the database to another
server and connect exclusively through the network, and (2) the
scott/tiger database has been removed.  I'm busy analyzing the remainder
of the errors...

> -----Original Message-----
> From: Tim Bunce [mailto:[email protected]]
> Sent: Tuesday, August 28, 2001 15:59
> To: Rob McMillin
> Cc: Oracle-OCI
> Subject: Re: h2xs problem
> 
> 
> On Tue, Aug 28, 2001 at 10:10:40AM -0700, Rob McMillin wrote:
> > 
> > Gettin' warmer. It fails but at a different part:
> > 
> > cp OCI.pm blib/lib/Oracle/OCI.pm
> > AutoSplitting blib/lib/Oracle/OCI.pm (blib/lib/auto/Oracle/OCI)
> > /usr/bin/perl -I/usr/lib/perl5/5.6.0/i386-linux 
> -I/usr/lib/perl5/5.6.0
> > /usr/lib/perl5/5.6.0/ExtUtils/xsubpp  -typemap
> > /usr/lib/perl5/5.6.0/ExtUtils/typemap
> > -typemap h2xs.typemap -typemap typemap OCI.xs > OCI.xsc && 
> mv OCI.xsc OCI.c
> > Error: 'OCITrans *' not in typemap in OCI.xs, line 9568
> > Error: 'OCITrans *' not in typemap in OCI.xs, line 9571
> 
> Ah, now you need this patch:
> 
> diff -c -r1.5 extra.typemap
> *** 1.5	2001/07/07 22:02:09
> --- extra.typemap	2001/08/05 22:58:29
> ***************
> *** 1,5 ****
> --- 1,7 ----
>   OCIRaw *		T_PTROBJ
>   OCIRef *		T_PTROBJ
> + OCITrans *		T_PTROBJ
> + OCIType *		T_PTROBJ
>   int *			T_PTROBJ
>   void *			T_PTROBJ
>   sb1			T_IV
> 
> Tim.
>