On Thu, 09 Sep 2010 15:27:41 -0400, John Scoles <sco...@pythian.com>
wrote:

> Well the third time is a charm!!  We hope for the 'two bit' version of 
> DBD::Oracle 1.25
> 
> You can find release candidate 3 here
> 
> http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.25-RC3.tar

Oracle version 11.2.0.1 (11.2)
Configuring DBD::Oracle for perl 5.012000 on linux (i686-linux-64int-ld)


DBD-Oracle-1.25-RC3 411 > make test
cp Oracle.pm blib/lib/DBD/Oracle.pm
cp oraperl.ph blib/lib/oraperl.ph
cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h
cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h
cp Oraperl.pm blib/lib/Oraperl.pm
cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h
cp lib/DBD/Oracle/Object.pm blib/lib/DBD/Oracle/Object.pm
cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm
cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm
/pro/bin/perl -p -e "s/~DRIVER~/Oracle/g" /pro/lib/perl5/site_perl/5.12.0/i686-l
inux-64int-ld/auto/DBI/Driver.xst > Oracle.xsi
/pro/bin/perl /pro/lib/perl5/5.12.0/ExtUtils/xsubpp  -typemap /pro/lib/perl5/5.1
2.0/ExtUtils/typemap -typemap typemap  Oracle.xs > Oracle.xsc && mv Oracle.xsc O
racle.c
cc -c  -I/usr/include/oracle/11.2/client  -I/pro/lib/perl5/site_perl/5.12.0/i686
-linux-64int-ld/auto/DBI -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protecto
r -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSIO
N=\"1.25\" -DXS_VERSION=\"1.25\" -fPIC "-I/pro/lib/perl5/5.12.0/i686-linux-64int
-ld/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.1\" -DOR
A_OCI_102 -DORA_OCI_112 Oracle.c
cc -c  -I/usr/include/oracle/11.2/client  -I/pro/lib/perl5/site_perl/5.12.0/i686
-linux-64int-ld/auto/DBI -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protecto
r -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSIO
N=\"1.25\" -DXS_VERSION=\"1.25\" -fPIC "-I/pro/lib/perl5/5.12.0/i686-linux-64int
-ld/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.1\" -DOR
A_OCI_102 -DORA_OCI_112 dbdimp.c
dbdimp.c: In function ‘ora_db_STORE_attrib’:
dbdimp.c:1154:34: error: ‘vl’ undeclared (first use in this function)
dbdimp.c:1154:34: note: each undeclared identifier is reported only once for eac
h function it appears in
dbdimp.c:1154:34: warning: left-hand operand of comma expression has no effect
dbdimp.c: In function ‘dbd_rebind_ph_char’:
dbdimp.c:2443:3: warning: format ‘%d’ expects type ‘int’, but argument 5 has typ
e ‘IV’
dbdimp.c:2510:20: warning: cast from pointer to integer of different size
dbdimp.c: In function ‘dbd_rebind_ph_xml’:
dbdimp.c:2708:17: warning: cast to pointer from integer of different size
dbdimp.c: In function ‘ora_bind_ph’:
dbdimp.c:3001:6: warning: format ‘%ld’ expects type ‘long int’, but argument 2 h
as type ‘IV’
dbdimp.c:3010:5: warning: format ‘%ld’ expects type ‘long int’, but argument 2 h
as type ‘IV’
dbdimp.c:3044:4: warning: format ‘%ld’ expects type ‘long int’, but argument 3 h
as type ‘IV’
make: *** [dbdimp.o] Error 1

> I got rid of the warning error in the .xs file for 
> OCILobLocatorIsInit_log_stat seems it was a typo on my part. As well got 
> rid of some harmless compiler warnings
> 
> Cheers
> John Scoles
> 
> --
> The best compliment you could give Pythian for our service is a referral.
> 


-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.12 and porting perl5.13.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

Reply via email to