Could someone offer a clue as to why my make is failing on the DBD Oracle
build. I'm running HPUX 10.2 with Oracle 8.005 and Perl 5.6.1.
Script output of the make failure:
Script started on Tue Dec 18 10:07:02 2001
# make
cc -c -I/u01/home/oracle/product/8.0.5/rdbms/demo
-I/u01/home/oracle/product/8.0.5/rdbms/public -I/u01/home/oracle/product/8
..0.5/plsql/public -I/u01/home/oracle/product/8.0.5/network/public
-I/u01/home/oracle/product/8.0.5/rdbms/demo -I/u01/home/oracle/pro
duct/8.0.5/rdbms/demo
-I/data01/perl5/lib/site_perl/5.6.1/PA-RISC1.1/auto/DBI -D_HPUX_SOURCE
-I/usr/local/include +z -D_LARGEFILE_SO
URCE -D_FILE_OFFSET_BITS=64 -Ae -O -DVERSION=\"1.12\" -DXS_VERSION
=\"1.12\" +z -I/data01/perl5/lib/5.6.1/PA-RISC1.1/CORE oci8.c
cc: "oci8.c", line 100: error 1588: "OCI_HTYPE_SUBSCRIPTION" undefined.
cc: "oci8.c", line 100: error 1569: Case label expressions must be integral
constants.
cc: "oci8.c", line 109: error 1588: "OCI_DTYPE_LOCATOR" undefined.
cc: "oci8.c", line 109: error 1569: Case label expressions must be integral
constants.
cc: "oci8.c", line 267: warning 604: Pointers are not
assignment-compatible.
*** Error exit code 1
Stop.
#
script done on Tue Dec 18 10:07:14 2001
Thanks in advance for any and all postings back on this question.