Help with 'make'ing DBD::DB2
From: Chris Graber (nobertos_at_yahoo.com)
Date: 04/14/04
- Next message: Axel Magard: "Test for GD 1.38 fails."
- Previous message: Sisyphus: "Re: Config::General Failing test in ActivePerl"
- Next in thread: Darin McBride: "Re: Help with 'make'ing DBD::DB2"
- Reply: Darin McBride: "Re: Help with 'make'ing DBD::DB2"
- Reply: Dan Scott: "Re: Help with 'make'ing DBD::DB2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Apr 2004 17:06:05 -0700
Hi,
I got this file from cpan.org:
(http://www.cpan.org/modules/01modules.index.html)
DBD IBMTORDB2 DBD-DB2-0.76.tar.gz 69k 02 Oct
2001
I did this on my linux box:
grab tarball
untar
perl Makefile.pl
make
make test
make install
Then I get this:
linux:/home/chris/downloadz/DBD-DB2-0.76 # make test
cp lib/Bundle/DBD/DB2.pm blib/lib/Bundle/DBD/DB2.pm
cp DB2.pm blib/lib/DBD/DB2.pm
cp DB2.pod blib/lib/DBD/DB2.pod
make[1]: Entering directory
`/home/chris/downloadz/DBD-DB2-0.76/Constants'
cp Constants.pm ../blib/lib/DBD/DB2/Constants.pm
AutoSplitting ../blib/lib/DBD/DB2/Constants.pm
(../blib/lib/auto/DBD/DB2/Constan
ts)
/usr/bin/perl /usr/lib/perl5/5.8.1/ExtUtils/xsubpp -typemap
/usr/lib/perl5/5.8.
1/ExtUtils/typemap Constants.xs > Constants.xsc && mv Constants.xsc
Constants.c
cc -c -I"/opt/IBM/db2/V8.1/include" -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_P
IDS -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-O2 -march=i
586 -mcpu=i686 -fmessage-length=0 -Wall -pipe -DVERSION=\"0.20\"
-DXS_VERSION=
\"0.20\" -fPIC "-I/usr/lib/perl5/5.8.1/i586-linux-thread-multi/CORE"
Constants
.c
Constants.xs:25: warning: `not_here' defined but not used
Running Mkbootstrap for DBD::DB2::Constants ()
chmod 644 Constants.bs
rm -f ../blib/arch/auto/DBD/DB2/Constants/Constants.so
LD_RUN_PATH="" cc -shared Constants.o -o
../blib/arch/auto/DBD/DB2/Constants/C
onstants.so
chmod 755 ../blib/arch/auto/DBD/DB2/Constants/Constants.so
cp Constants.bs ../blib/arch/auto/DBD/DB2/Constants/Constants.bs
chmod 644 ../blib/arch/auto/DBD/DB2/Constants/Constants.bs
make[1]: Leaving directory
`/home/chris/downloadz/DBD-DB2-0.76/Constants'
/usr/bin/perl /usr/lib/perl5/5.8.1/ExtUtils/xsubpp -typemap
/usr/lib/perl5/5.8.
1/ExtUtils/typemap DB2.xs > DB2.xsc && mv DB2.xsc DB2.c
cc -c -I"/opt/IBM/db2/V8.1/include"
-I/usr/lib/perl5/site_perl/5.8.1/i586-linux
-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-stric
t-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586
-mcpu=i686
-fmessage-length=0 -Wall -pipe -DVERSION=\"0.76\"
-DXS_VERSION=\"0.76\" -fPIC
"-I/usr/lib/perl5/5.8.1/i586-linux-thread-multi/CORE" DB2.c
In file included from DB2.xs:7:
DB2.h:16:67: DBIXS.h: No such file or directory
In file included from DB2.h:20,
from DB2.xs:7:
dbdimp.h:15: error: parse error before "dbih_drc_t"
dbdimp.h:15: warning: no semicolon at end of struct or union
dbdimp.h:18: error: parse error before '*' token
dbdimp.h:18: warning: type defaults to `int' in declaration of
`svNUM_OF_FIELDS'
dbdimp.h:18: warning: data definition has no type or storage class
dbdimp.h:19: error: parse error before '}' token
dbdimp.h:23: error: parse error before "dbih_dbc_t"
dbdimp.h:23: warning: no semicolon at end of struct or union
dbdimp.h:27: error: parse error before '}' token
dbdimp.h:32: error: parse error before "dbih_stc_t"
dbdimp.h:32: warning: no semicolon at end of struct or union
dbdimp.h:39: error: parse error before '*' token
dbdimp.h:39: warning: type defaults to `int' in declaration of
`bind_names'
dbdimp.h:39: warning: data definition has no type or storage class
dbdimp.h:55: error: parse error before '}' token
dbdimp.h:60: error: parse error before "imp_sth_t"
dbdimp.h:60: warning: no semicolon at end of struct or union
dbdimp.h:77: error: parse error before '}' token
dbdimp.h:83: error: parse error before "SV"
dbdimp.h:83: warning: no semicolon at end of struct or union
dbdimp.h:85: error: conflicting types for `bufferSize'
dbdimp.h:75: error: previous declaration of `bufferSize'
dbdimp.h:87: error: conflicting types for `indp'
dbdimp.h:73: error: previous declaration of `indp'
dbdimp.h:93: error: parse error before '}' token
DB2.h:22:67: dbd_xsh.h: No such file or directory
In file included from DB2.xs:7:
DB2.h:24: error: parse error before '*' token
DB2.h:26: error: parse error before "_"
DB2.h:27: error: parse error before "_"
DB2.h:28: error: parse error before "_"
DB2.xs:13: warning: type defaults to `int' in declaration of
`DBISTATE_DECLARE'
DB2.xs:13: warning: data definition has no type or storage class
DB2.c:26: warning: type defaults to `int' in declaration of `XS'
DB2.c:26: warning: parameter names (without types) in function
declaration
DB2.c:26: warning: data definition has no type or storage class
DB2.c:28: warning: return type defaults to `int'
DB2.c: In function `XS':
DB2.c:29: error: `dXSARGS' undeclared (first use in this function)
DB2.c:29: error: (Each undeclared identifier is reported only once
DB2.c:29: error: for each function it appears in.)
DB2.c:30: error: `items' undeclared (first use in this function)
DB2.c:31: warning: implicit declaration of function `Perl_croak'
DB2.c:31: error: `aTHX_' undeclared (first use in this function)
DB2.c:31: error: parse error before string constant
DB2.c:33: error: `SV' undeclared (first use in this function)
DB2.c:33: error: `drh' undeclared (first use in this function)
DB2.c:33: warning: implicit declaration of function `ST'
DB2.xs:39: error: `dirty' undeclared (first use in this function)
DB2.xs:39: warning: implicit declaration of function `SvTRUE'
DB2.xs:39: warning: implicit declaration of function `perl_get_sv'
DB2.xs:40: warning: implicit declaration of function `D_imp_drh'
DB2.xs:41: warning: implicit declaration of function `sv_setiv'
DB2.xs:41: warning: implicit declaration of function `DBIc_ERR'
DB2.xs:41: error: `imp_drh' undeclared (first use in this function)
DB2.xs:41: error: `IV' undeclared (first use in this function)
DB2.xs:41: error: parse error before numeric constant
DB2.xs:42: warning: implicit declaration of function `sv_setpv'
DB2.xs:42: warning: implicit declaration of function `DBIc_ERRSTR'
DB2.xs:44: warning: implicit declaration of function `DBIh_EVENT2'
DB2.xs:44: error: `ERROR_event' undeclared (first use in this
function)
DB2.xs:46: warning: implicit declaration of function `XSRETURN'
DB2.xs:48: warning: implicit declaration of function `XST_mIV'
DB2.c: At top level:
DB2.c:53: warning: type defaults to `int' in declaration of `XS'
DB2.c:53: warning: parameter names (without types) in function
declaration
DB2.c:53: warning: data definition has no type or storage class
DB2.c:55: warning: return type defaults to `int'
DB2.c:55: error: redefinition of `XS'
DB2.c:28: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:56: error: `dXSARGS' undeclared (first use in this function)
DB2.c:57: error: `items' undeclared (first use in this function)
DB2.c:58: error: `aTHX_' undeclared (first use in this function)
DB2.c:58: error: parse error before string constant
DB2.c:60: error: `SV' undeclared (first use in this function)
DB2.c:60: error: `drh' undeclared (first use in this function)
DB2.c:61: error: `attribs' undeclared (first use in this function)
DB2.c:64: error: `Nullsv' undeclared (first use in this function)
DB2.xs:57: error: `AV' undeclared (first use in this function)
DB2.xs:57: error: `ds' undeclared (first use in this function)
DB2.xs:57: warning: implicit declaration of function
`db2_data_sources'
DB2.xs:58: warning: implicit declaration of function `sv_2mortal'
DB2.xs:58: warning: implicit declaration of function `newRV_noinc'
DB2.xs:58: error: parse error before ')' token
DB2.c: At top level:
DB2.c:79: warning: type defaults to `int' in declaration of `XS'
DB2.c:79: warning: parameter names (without types) in function
declaration
DB2.c:79: warning: data definition has no type or storage class
DB2.c:81: warning: return type defaults to `int'
DB2.c:81: error: redefinition of `XS'
DB2.c:55: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:82: error: `dXSARGS' undeclared (first use in this function)
DB2.c:83: error: `items' undeclared (first use in this function)
DB2.c:84: error: `aTHX_' undeclared (first use in this function)
DB2.c:84: error: parse error before string constant
DB2.c:86: error: `SV' undeclared (first use in this function)
DB2.c:86: error: `dbh' undeclared (first use in this function)
DB2.c:87: warning: implicit declaration of function `SvPV_nolen'
DB2.c:88: error: `username' undeclared (first use in this function)
DB2.c:89: error: `password' undeclared (first use in this function)
DB2.c:90: error: `attribs' undeclared (first use in this function)
DB2.c:93: error: `Nullsv' undeclared (first use in this function)
DB2.xs:78: error: `STRLEN' undeclared (first use in this function)
DB2.xs:78: error: parse error before "lna"
DB2.xs:79: warning: implicit declaration of function `D_imp_dbh'
DB2.xs:80: warning: implicit declaration of function `SvOK'
DB2.xs:80: warning: implicit declaration of function `SvPV'
DB2.xs:80: error: `lna' undeclared (first use in this function)
DB2.xs:80: warning: pointer/integer type mismatch in conditional
expression
DB2.xs:81: warning: pointer/integer type mismatch in conditional
expression
DB2.xs:82: warning: implicit declaration of function `dbd_db_login2'
DB2.xs:82: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:82: error: `sv_yes' undeclared (first use in this function)
DB2.xs:82: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:110: warning: type defaults to `int' in declaration of `XS'
DB2.c:110: warning: parameter names (without types) in function
declaration
DB2.c:110: warning: data definition has no type or storage class
DB2.c:112: warning: return type defaults to `int'
DB2.c:112: error: redefinition of `XS'
DB2.c:81: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:113: error: `dXSARGS' undeclared (first use in this function)
DB2.c:114: error: `items' undeclared (first use in this function)
DB2.c:115: error: `aTHX_' undeclared (first use in this function)
DB2.c:115: error: parse error before string constant
DB2.c:117: error: `SV' undeclared (first use in this function)
DB2.c:117: error: `dbh' undeclared (first use in this function)
DB2.xs:91: warning: implicit declaration of function `DBIc_has'
DB2.xs:91: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:91: error: `DBIcf_AutoCommit' undeclared (first use in this
function)
DB2.xs:92: warning: implicit declaration of function `warn'
DB2.xs:93: warning: implicit declaration of function `db2_db_commit'
DB2.xs:93: error: `sv_yes' undeclared (first use in this function)
DB2.xs:93: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:128: warning: type defaults to `int' in declaration of `XS'
DB2.c:128: warning: parameter names (without types) in function
declaration
DB2.c:128: warning: data definition has no type or storage class
DB2.c:130: warning: return type defaults to `int'
DB2.c:130: error: redefinition of `XS'
DB2.c:112: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:131: error: `dXSARGS' undeclared (first use in this function)
DB2.c:132: error: `items' undeclared (first use in this function)
DB2.c:133: error: `aTHX_' undeclared (first use in this function)
DB2.c:133: error: parse error before string constant
DB2.c:135: error: `SV' undeclared (first use in this function)
DB2.c:135: error: `dbh' undeclared (first use in this function)
DB2.xs:100: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:100: error: `DBIcf_AutoCommit' undeclared (first use in this
function)
DB2.xs:102: warning: implicit declaration of function
`db2_db_rollback'
DB2.xs:102: error: `sv_yes' undeclared (first use in this function)
DB2.xs:102: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:146: warning: type defaults to `int' in declaration of `XS'
DB2.c:146: warning: parameter names (without types) in function
declaration
DB2.c:146: warning: data definition has no type or storage class
DB2.c:148: warning: return type defaults to `int'
DB2.c:148: error: redefinition of `XS'
DB2.c:130: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:149: error: `dXSARGS' undeclared (first use in this function)
DB2.c:150: error: `items' undeclared (first use in this function)
DB2.c:151: error: `aTHX_' undeclared (first use in this function)
DB2.c:151: error: parse error before string constant
DB2.c:153: error: `SV' undeclared (first use in this function)
DB2.c:153: error: `dbh' undeclared (first use in this function)
DB2.xs:109: warning: implicit declaration of function `DBIc_ACTIVE'
DB2.xs:109: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:110: error: `XSRETURN_YES' undeclared (first use in this
function)
DB2.xs:113: warning: implicit declaration of function
`DBIc_CACHED_KIDS'
DB2.xs:114: warning: implicit declaration of function `SvREFCNT_dec'
DB2.xs:115: error: `Nullhv' undeclared (first use in this function)
DB2.xs:119: warning: implicit declaration of function
`DBIc_ACTIVE_KIDS'
DB2.xs:119: warning: implicit declaration of function `DBIc_WARN'
DB2.xs:119: error: `dirty' undeclared (first use in this function)
DB2.xs:120: error: `STRLEN' undeclared (first use in this function)
DB2.xs:120: error: parse error before "lna"
DB2.xs:123: error: `lna' undeclared (first use in this function)
DB2.xs:126: warning: implicit declaration of function
`db2_db_disconnect'
DB2.xs:126: error: `sv_yes' undeclared (first use in this function)
DB2.xs:126: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:182: warning: type defaults to `int' in declaration of `XS'
DB2.c:182: warning: parameter names (without types) in function
declaration
DB2.c:182: warning: data definition has no type or storage class
DB2.c:184: warning: return type defaults to `int'
DB2.c:184: error: redefinition of `XS'
DB2.c:148: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:185: error: `dXSARGS' undeclared (first use in this function)
DB2.c:186: error: `items' undeclared (first use in this function)
DB2.c:187: error: `aTHX_' undeclared (first use in this function)
DB2.c:187: error: parse error before string constant
DB2.c:189: error: `SV' undeclared (first use in this function)
DB2.c:189: error: `dbh' undeclared (first use in this function)
DB2.c:190: error: `keysv' undeclared (first use in this function)
DB2.c:191: error: `valuesv' undeclared (first use in this function)
DB2.xs:139: warning: implicit declaration of function `SvGMAGICAL'
DB2.xs:140: warning: implicit declaration of function `mg_get'
DB2.xs:141: error: `sv_yes' undeclared (first use in this function)
DB2.xs:142: warning: implicit declaration of function
`db2_db_STORE_attrib'
DB2.xs:142: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:143: error: `DBIS' undeclared (first use in this function)
DB2.xs:144: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:205: warning: type defaults to `int' in declaration of `XS'
DB2.c:205: warning: parameter names (without types) in function
declaration
DB2.c:205: warning: data definition has no type or storage class
DB2.c:207: warning: return type defaults to `int'
DB2.c:207: error: redefinition of `XS'
DB2.c:184: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:208: error: `dXSARGS' undeclared (first use in this function)
DB2.c:209: error: `items' undeclared (first use in this function)
DB2.c:210: error: `aTHX_' undeclared (first use in this function)
DB2.c:210: error: parse error before string constant
DB2.c:212: error: `SV' undeclared (first use in this function)
DB2.c:212: error: `dbh' undeclared (first use in this function)
DB2.c:213: error: `keysv' undeclared (first use in this function)
DB2.xs:152: error: `valuesv' undeclared (first use in this function)
DB2.xs:152: warning: implicit declaration of function
`db2_db_FETCH_attrib'
DB2.xs:152: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:154: error: `DBIS' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:225: warning: type defaults to `int' in declaration of `XS'
DB2.c:225: warning: parameter names (without types) in function
declaration
DB2.c:225: warning: data definition has no type or storage class
DB2.c:227: warning: return type defaults to `int'
DB2.c:227: error: redefinition of `XS'
DB2.c:207: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:228: error: `dXSARGS' undeclared (first use in this function)
DB2.c:229: error: `items' undeclared (first use in this function)
DB2.c:230: error: `aTHX_' undeclared (first use in this function)
DB2.c:230: error: parse error before string constant
DB2.c:231: error: `SP' undeclared (first use in this function)
DB2.c:233: error: `SV' undeclared (first use in this function)
DB2.c:233: error: `dbh' undeclared (first use in this function)
DB2.xs:163: error: `sv_yes' undeclared (first use in this function)
DB2.xs:164: warning: implicit declaration of function `DBIc_IMPSET'
DB2.xs:164: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:165: error: `STRLEN' undeclared (first use in this function)
DB2.xs:165: error: parse error before "lna"
DB2.xs:166: error: `dirty' undeclared (first use in this function)
DB2.xs:166: error: `DBIS' undeclared (first use in this function)
DB2.xs:167: warning: implicit declaration of function `PerlIO_printf'
DB2.xs:167: error: `DBILOGFP' undeclared (first use in this function)
DB2.xs:169: error: `lna' undeclared (first use in this function)
DB2.xs:175: error: `Nullhv' undeclared (first use in this function)
DB2.xs:177: warning: implicit declaration of function `DBIc_IADESTROY'
DB2.xs:178: warning: implicit declaration of function
`DBIc_ACTIVE_off'
DB2.xs:188: error: `DBIcf_AutoCommit' undeclared (first use in this
function)
DB2.xs:196: warning: implicit declaration of function `db2_db_destroy'
DB2.c:272: error: `PUTBACK' undeclared (first use in this function)
DB2.c:273: warning: `return' with no value, in function returning
non-void
DB2.c: At top level:
DB2.c:277: warning: type defaults to `int' in declaration of `XS'
DB2.c:277: warning: parameter names (without types) in function
declaration
DB2.c:277: warning: data definition has no type or storage class
DB2.c:279: warning: return type defaults to `int'
DB2.c:279: error: redefinition of `XS'
DB2.c:227: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:280: error: `dXSARGS' undeclared (first use in this function)
DB2.c:281: error: `items' undeclared (first use in this function)
DB2.c:282: error: `aTHX_' undeclared (first use in this function)
DB2.c:282: error: parse error before string constant
DB2.c:284: error: `SV' undeclared (first use in this function)
DB2.c:284: error: `dbh' undeclared (first use in this function)
DB2.c:285: error: `stmt' undeclared (first use in this function)
DB2.xs:206: error: `STRLEN' undeclared (first use in this function)
DB2.xs:206: error: parse error before "lna"
DB2.xs:207: error: `lna' undeclared (first use in this function)
DB2.xs:207: warning: pointer/integer type mismatch in conditional
expression
DB2.xs:209: warning: implicit declaration of function `newSViv'
DB2.xs:209: error: `IV' undeclared (first use in this function)
DB2.xs:209: error: parse error before "db2_db_do"
DB2.xs:207: warning: unused variable `pstmt'
DB2.c: At top level:
DB2.c:298: warning: type defaults to `int' in declaration of `XS'
DB2.c:298: warning: parameter names (without types) in function
declaration
DB2.c:298: warning: data definition has no type or storage class
DB2.c:300: warning: return type defaults to `int'
DB2.c:300: error: redefinition of `XS'
DB2.c:279: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:301: error: `dXSARGS' undeclared (first use in this function)
DB2.c:302: error: `items' undeclared (first use in this function)
DB2.c:303: error: `aTHX_' undeclared (first use in this function)
DB2.c:303: error: parse error before string constant
DB2.c:305: error: `SV' undeclared (first use in this function)
DB2.c:305: error: `dbh' undeclared (first use in this function)
DB2.xs:218: error: `IV' undeclared (first use in this function)
DB2.xs:218: error: parse error before "db2_db_ping"
DB2.c: At top level:
DB2.c:315: warning: type defaults to `int' in declaration of `XS'
DB2.c:315: warning: parameter names (without types) in function
declaration
DB2.c:315: warning: data definition has no type or storage class
DB2.c:317: warning: return type defaults to `int'
DB2.c:317: error: redefinition of `XS'
DB2.c:300: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:318: error: `dXSARGS' undeclared (first use in this function)
DB2.c:319: error: `items' undeclared (first use in this function)
DB2.c:320: error: `aTHX_' undeclared (first use in this function)
DB2.c:320: error: parse error before string constant
DB2.c:322: error: `SV' undeclared (first use in this function)
DB2.c:322: error: `sth' undeclared (first use in this function)
DB2.c:324: error: `attribs' undeclared (first use in this function)
DB2.c:327: error: `Nullsv' undeclared (first use in this function)
DB2.xs:238: warning: implicit declaration of function `D_imp_sth'
DB2.xs:239: warning: implicit declaration of function
`DBD_ATTRIBS_CHECK'
DB2.xs:240: warning: implicit declaration of function `db2_st_prepare'
DB2.xs:240: error: `imp_sth' undeclared (first use in this function)
DB2.xs:240: error: `sv_yes' undeclared (first use in this function)
DB2.xs:240: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:342: warning: type defaults to `int' in declaration of `XS'
DB2.c:342: warning: parameter names (without types) in function
declaration
DB2.c:342: warning: data definition has no type or storage class
DB2.c:344: warning: return type defaults to `int'
DB2.c:344: error: redefinition of `XS'
DB2.c:317: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:345: error: `dXSARGS' undeclared (first use in this function)
DB2.c:346: error: `items' undeclared (first use in this function)
DB2.c:347: error: `aTHX_' undeclared (first use in this function)
DB2.c:347: error: parse error before string constant
DB2.c:349: error: `SV' undeclared (first use in this function)
DB2.c:349: error: `sth' undeclared (first use in this function)
DB2.xs:249: warning: implicit declaration of function `db2_st_rows'
DB2.xs:249: error: `imp_sth' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:358: warning: type defaults to `int' in declaration of `XS'
DB2.c:358: warning: parameter names (without types) in function
declaration
DB2.c:358: warning: data definition has no type or storage class
DB2.c:360: warning: return type defaults to `int'
DB2.c:360: error: redefinition of `XS'
DB2.c:344: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:361: error: `dXSARGS' undeclared (first use in this function)
DB2.c:362: error: `items' undeclared (first use in this function)
DB2.c:363: error: `aTHX_' undeclared (first use in this function)
DB2.c:363: error: parse error before string constant
DB2.c:365: error: `SV' undeclared (first use in this function)
DB2.c:365: error: `sth' undeclared (first use in this function)
DB2.c:366: error: `param' undeclared (first use in this function)
DB2.c:367: error: `value' undeclared (first use in this function)
DB2.c:368: error: `attribs' undeclared (first use in this function)
DB2.c:371: error: `Nullsv' undeclared (first use in this function)
DB2.xs:260: error: `IV' undeclared (first use in this function)
DB2.xs:260: error: parse error before "sql_type"
DB2.xs:265: warning: implicit declaration of function `SvNIOK'
DB2.xs:266: error: `sql_type' undeclared (first use in this function)
DB2.xs:266: warning: implicit declaration of function `SvIV'
DB2.xs:270: error: `svp' undeclared (first use in this function)
DB2.xs:276: warning: implicit declaration of function `db2_bind_ph'
DB2.xs:276: error: `imp_sth' undeclared (first use in this function)
DB2.xs:276: error: `FALSE' undeclared (first use in this function)
DB2.xs:277: error: `sv_yes' undeclared (first use in this function)
DB2.xs:277: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:401: warning: type defaults to `int' in declaration of `XS'
DB2.c:401: warning: parameter names (without types) in function
declaration
DB2.c:401: warning: data definition has no type or storage class
DB2.c:403: warning: return type defaults to `int'
DB2.c:403: error: redefinition of `XS'
DB2.c:360: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:404: error: `dXSARGS' undeclared (first use in this function)
DB2.c:405: error: `items' undeclared (first use in this function)
DB2.c:406: error: `aTHX_' undeclared (first use in this function)
DB2.c:406: error: parse error before string constant
DB2.c:408: error: `SV' undeclared (first use in this function)
DB2.c:408: error: `sth' undeclared (first use in this function)
DB2.c:409: error: `param' undeclared (first use in this function)
DB2.c:410: error: `value_ref' undeclared (first use in this function)
DB2.c:411: error: `IV' undeclared (first use in this function)
DB2.c:411: error: parse error before "maxlen"
DB2.c:412: error: `attribs' undeclared (first use in this function)
DB2.c:415: error: `Nullsv' undeclared (first use in this function)
DB2.xs:290: error: parse error before "sql_type"
DB2.xs:292: error: `value' undeclared (first use in this function)
DB2.xs:293: warning: implicit declaration of function `SvROK'
DB2.xs:293: warning: implicit declaration of function `SvTYPE'
DB2.xs:293: warning: implicit declaration of function `SvRV'
DB2.xs:293: error: `SVt_PVMG' undeclared (first use in this function)
DB2.xs:294: warning: implicit declaration of function `croak'
DB2.xs:296: warning: implicit declaration of function `SvREADONLY'
DB2.xs:302: error: `sql_type' undeclared (first use in this function)
DB2.xs:306: error: `svp' undeclared (first use in this function)
DB2.xs:311: error: `imp_sth' undeclared (first use in this function)
DB2.xs:311: error: `TRUE' undeclared (first use in this function)
DB2.xs:311: error: `maxlen' undeclared (first use in this function)
DB2.xs:312: error: `sv_yes' undeclared (first use in this function)
DB2.xs:312: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:450: warning: type defaults to `int' in declaration of `XS'
DB2.c:450: warning: parameter names (without types) in function
declaration
DB2.c:450: warning: data definition has no type or storage class
DB2.c:452: warning: return type defaults to `int'
DB2.c:452: error: redefinition of `XS'
DB2.c:403: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:453: error: `dXSARGS' undeclared (first use in this function)
DB2.c:454: error: `items' undeclared (first use in this function)
DB2.c:455: error: `aTHX_' undeclared (first use in this function)
DB2.c:455: error: parse error before string constant
DB2.c:457: error: `SV' undeclared (first use in this function)
DB2.c:457: error: `sth' undeclared (first use in this function)
DB2.xs:325: error: `idx' undeclared (first use in this function)
DB2.xs:326: warning: implicit declaration of function
`DBIc_NUM_PARAMS'
DB2.xs:326: error: `imp_sth' undeclared (first use in this function)
DB2.xs:332: warning: implicit declaration of function `sprintf'
DB2.xs:335: error: `IV' undeclared (first use in this function)
DB2.xs:336: error: `XSRETURN_UNDEF' undeclared (first use in this
function)
DB2.xs:340: error: `value' undeclared (first use in this function)
DB2.xs:344: error: `Nullsv' undeclared (first use in this function)
DB2.xs:344: error: `FALSE' undeclared (first use in this function)
DB2.xs:353: warning: implicit declaration of function `db2_st_execute'
DB2.xs:356: warning: implicit declaration of function `XST_mPV'
DB2.xs:358: warning: implicit declaration of function `XST_mUNDEF'
DB2.c: At top level:
DB2.c:505: warning: type defaults to `int' in declaration of `XS'
DB2.c:505: warning: parameter names (without types) in function
declaration
DB2.c:505: warning: data definition has no type or storage class
DB2.c:507: warning: return type defaults to `int'
DB2.c:507: error: redefinition of `XS'
DB2.c:452: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:508: error: `dXSARGS' undeclared (first use in this function)
DB2.c:509: error: `dXSI32' undeclared (first use in this function)
DB2.c:510: error: `items' undeclared (first use in this function)
DB2.c:511: error: `aTHX_' undeclared (first use in this function)
DB2.c:511: error: parse error before string constant
DB2.c:511: warning: implicit declaration of function `GvNAME'
DB2.c:511: warning: implicit declaration of function `CvGV'
DB2.c:511: error: `cv' undeclared (first use in this function)
DB2.c:511: warning: left-hand operand of comma expression has no
effect
DB2.c:511: error: parse error before ')' token
DB2.c:513: error: `SV' undeclared (first use in this function)
DB2.c:513: error: `sth' undeclared (first use in this function)
DB2.xs:370: error: `AV' undeclared (first use in this function)
DB2.xs:370: error: `av' undeclared (first use in this function)
DB2.xs:370: warning: implicit declaration of function `db2_st_fetch'
DB2.xs:370: error: `imp_sth' undeclared (first use in this function)
DB2.xs:371: warning: implicit declaration of function `newRV'
DB2.xs:371: error: parse error before ')' token
DB2.c: At top level:
DB2.c:523: warning: type defaults to `int' in declaration of `XS'
DB2.c:523: warning: parameter names (without types) in function
declaration
DB2.c:523: warning: data definition has no type or storage class
DB2.c:525: warning: return type defaults to `int'
DB2.c:525: error: redefinition of `XS'
DB2.c:507: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:526: error: `dXSARGS' undeclared (first use in this function)
DB2.c:527: error: `dXSI32' undeclared (first use in this function)
DB2.c:528: error: `items' undeclared (first use in this function)
DB2.c:529: error: `aTHX_' undeclared (first use in this function)
DB2.c:529: error: parse error before string constant
DB2.c:529: error: `cv' undeclared (first use in this function)
DB2.c:529: warning: left-hand operand of comma expression has no
effect
DB2.c:529: error: parse error before ')' token
DB2.c:530: error: `SP' undeclared (first use in this function)
DB2.c:532: error: `SV' undeclared (first use in this function)
DB2.c:532: error: `sth' undeclared (first use in this function)
DB2.xs:381: error: `AV' undeclared (first use in this function)
DB2.xs:381: error: `av' undeclared (first use in this function)
DB2.xs:381: error: `imp_sth' undeclared (first use in this function)
DB2.xs:383: warning: implicit declaration of function `AvFILL'
DB2.xs:385: warning: implicit declaration of function `EXTEND'
DB2.xs:385: error: `sp' undeclared (first use in this function)
DB2.xs:387: warning: implicit declaration of function `PUSHs'
DB2.xs:387: warning: implicit declaration of function `AvARRAY'
DB2.xs:387: error: subscripted value is neither array nor pointer
DB2.c:545: error: `PUTBACK' undeclared (first use in this function)
DB2.c:546: warning: `return' with no value, in function returning
non-void
DB2.c: At top level:
DB2.c:550: warning: type defaults to `int' in declaration of `XS'
DB2.c:550: warning: parameter names (without types) in function
declaration
DB2.c:550: warning: data definition has no type or storage class
DB2.c:552: warning: return type defaults to `int'
DB2.c:552: error: redefinition of `XS'
DB2.c:525: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:553: error: `dXSARGS' undeclared (first use in this function)
DB2.c:554: error: `items' undeclared (first use in this function)
DB2.c:555: error: `aTHX_' undeclared (first use in this function)
DB2.c:555: error: parse error before string constant
DB2.c:557: error: `SV' undeclared (first use in this function)
DB2.c:557: error: `sth' undeclared (first use in this function)
DB2.xs:396: error: `D_imp_dbh_from_sth' undeclared (first use in this
function)
DB2.xs:397: error: `imp_sth' undeclared (first use in this function)
DB2.xs:399: error: `XSRETURN_YES' undeclared (first use in this
function)
DB2.xs:401: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:407: warning: implicit declaration of function `db2_st_finish'
DB2.xs:407: error: `sv_yes' undeclared (first use in this function)
DB2.xs:407: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:577: warning: type defaults to `int' in declaration of `XS'
DB2.c:577: warning: parameter names (without types) in function
declaration
DB2.c:577: warning: data definition has no type or storage class
DB2.c:579: warning: return type defaults to `int'
DB2.c:579: error: redefinition of `XS'
DB2.c:552: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:580: error: `dXSARGS' undeclared (first use in this function)
DB2.c:581: error: `items' undeclared (first use in this function)
DB2.c:582: error: `aTHX_' undeclared (first use in this function)
DB2.c:582: error: parse error before string constant
DB2.c:584: error: `SV' undeclared (first use in this function)
DB2.c:584: error: `sth' undeclared (first use in this function)
DB2.c:588: error: `destrv' undeclared (first use in this function)
DB2.c:592: error: `Nullsv' undeclared (first use in this function)
DB2.xs:422: warning: implicit declaration of function `newSV'
DB2.xs:423: warning: implicit declaration of function
`db2_st_blob_read'
DB2.xs:423: error: `imp_sth' undeclared (first use in this function)
DB2.xs:424: error: invalid lvalue in assignment
DB2.xs:425: error: `sv_undef' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:616: warning: type defaults to `int' in declaration of `XS'
DB2.c:616: warning: parameter names (without types) in function
declaration
DB2.c:616: warning: data definition has no type or storage class
DB2.c:618: warning: return type defaults to `int'
DB2.c:618: error: redefinition of `XS'
DB2.c:579: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:619: error: `dXSARGS' undeclared (first use in this function)
DB2.c:620: error: `items' undeclared (first use in this function)
DB2.c:621: error: `aTHX_' undeclared (first use in this function)
DB2.c:621: error: parse error before string constant
DB2.c:623: error: `SV' undeclared (first use in this function)
DB2.c:623: error: `sth' undeclared (first use in this function)
DB2.c:624: error: `keysv' undeclared (first use in this function)
DB2.c:625: error: `valuesv' undeclared (first use in this function)
DB2.xs:438: error: `sv_yes' undeclared (first use in this function)
DB2.xs:439: warning: implicit declaration of function
`db2_st_STORE_attrib'
DB2.xs:439: error: `imp_sth' undeclared (first use in this function)
DB2.xs:440: error: `DBIS' undeclared (first use in this function)
DB2.xs:441: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:639: warning: type defaults to `int' in declaration of `XS'
DB2.c:639: warning: parameter names (without types) in function
declaration
DB2.c:639: warning: data definition has no type or storage class
DB2.c:641: warning: return type defaults to `int'
DB2.c:641: error: redefinition of `XS'
DB2.c:618: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:642: error: `dXSARGS' undeclared (first use in this function)
DB2.c:643: error: `items' undeclared (first use in this function)
DB2.c:644: error: `aTHX_' undeclared (first use in this function)
DB2.c:644: error: parse error before string constant
DB2.c:646: error: `SV' undeclared (first use in this function)
DB2.c:646: error: `sth' undeclared (first use in this function)
DB2.c:647: error: `keysv' undeclared (first use in this function)
DB2.xs:450: error: `valuesv' undeclared (first use in this function)
DB2.xs:450: warning: implicit declaration of function
`db2_st_FETCH_attrib'
DB2.xs:450: error: `imp_sth' undeclared (first use in this function)
DB2.xs:452: error: `DBIS' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:659: warning: type defaults to `int' in declaration of `XS'
DB2.c:659: warning: parameter names (without types) in function
declaration
DB2.c:659: warning: data definition has no type or storage class
DB2.c:661: warning: return type defaults to `int'
DB2.c:661: error: redefinition of `XS'
DB2.c:641: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:662: error: `dXSARGS' undeclared (first use in this function)
DB2.c:663: error: `items' undeclared (first use in this function)
DB2.c:664: error: `aTHX_' undeclared (first use in this function)
DB2.c:664: error: parse error before string constant
DB2.c:665: error: `SP' undeclared (first use in this function)
DB2.c:667: error: `SV' undeclared (first use in this function)
DB2.c:667: error: `sth' undeclared (first use in this function)
DB2.xs:461: error: `sv_yes' undeclared (first use in this function)
DB2.xs:462: error: `imp_sth' undeclared (first use in this function)
DB2.xs:463: error: `STRLEN' undeclared (first use in this function)
DB2.xs:463: error: parse error before "lna"
DB2.xs:464: error: `dirty' undeclared (first use in this function)
DB2.xs:464: error: `DBIS' undeclared (first use in this function)
DB2.xs:465: error: `DBILOGFP' undeclared (first use in this function)
DB2.xs:467: error: `lna' undeclared (first use in this function)
DB2.xs:474: error: `D_imp_dbh_from_sth' undeclared (first use in this
function)
DB2.xs:475: error: `imp_dbh' undeclared (first use in this function)
DB2.xs:482: warning: implicit declaration of function `db2_st_destroy'
DB2.c:694: error: `PUTBACK' undeclared (first use in this function)
DB2.c:695: warning: `return' with no value, in function returning
non-void
DB2.c: At top level:
DB2.c:699: warning: type defaults to `int' in declaration of `XS'
DB2.c:699: warning: parameter names (without types) in function
declaration
DB2.c:699: warning: data definition has no type or storage class
DB2.c:701: warning: return type defaults to `int'
DB2.c:701: error: redefinition of `XS'
DB2.c:661: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:702: error: `dXSARGS' undeclared (first use in this function)
DB2.c:703: error: `items' undeclared (first use in this function)
DB2.c:704: error: `aTHX_' undeclared (first use in this function)
DB2.c:704: error: parse error before string constant
DB2.c:706: error: `SV' undeclared (first use in this function)
DB2.c:706: error: `sth' undeclared (first use in this function)
DB2.c:707: error: `attribs' undeclared (first use in this function)
DB2.c:710: error: `Nullsv' undeclared (first use in this function)
DB2.xs:494: warning: implicit declaration of function
`db2_st_table_info'
DB2.xs:494: error: `imp_sth' undeclared (first use in this function)
DB2.xs:495: error: `sv_yes' undeclared (first use in this function)
DB2.xs:495: error: `sv_no' undeclared (first use in this function)
DB2.c: At top level:
DB2.c:729: warning: type defaults to `int' in declaration of `XS'
DB2.c:729: warning: parameter names (without types) in function
declaration
DB2.c:729: warning: data definition has no type or storage class
DB2.c:731: warning: return type defaults to `int'
DB2.c:731: error: redefinition of `XS'
DB2.c:701: error: `XS' previously defined here
DB2.c: In function `XS':
DB2.c:732: error: `dXSARGS' undeclared (first use in this function)
DB2.c:735: error: `XS_VERSION_BOOTCHECK' undeclared (first use in this
function)
DB2.c:738: error: `CV' undeclared (first use in this function)
DB2.c:738: error: `cv' undeclared (first use in this function)
DB2.c:740: warning: implicit declaration of function `newXS'
DB2.c:740: error: `XS_DBD__DB2__dr_disconnect_all' undeclared (first
use in this
function)
DB2.c:742: error: `XS_DBD__DB2__dr__data_sources' undeclared (first
use in this
function)
DB2.c:744: error: `XS_DBD__DB2__db__login' undeclared (first use in
this functio
n)
DB2.c:745: error: `XS_DBD__DB2__db_commit' undeclared (first use in
this functio
n)
DB2.c:746: error: `XS_DBD__DB2__db_rollback' undeclared (first use in
this funct
ion)
DB2.c:747: error: `XS_DBD__DB2__db_disconnect' undeclared (first use
in this fun
ction)
DB2.c:748: error: `XS_DBD__DB2__db_STORE' undeclared (first use in
this function
)
DB2.c:749: error: `XS_DBD__DB2__db_FETCH' undeclared (first use in
this function
)
DB2.c:750: error: `XS_DBD__DB2__db_DESTROY' undeclared (first use in
this functi
on)
DB2.c:751: error: `XS_DBD__DB2__db__do' undeclared (first use in this
function)
DB2.c:752: error: `XS_DBD__DB2__db__ping' undeclared (first use in
this function
)
DB2.c:753: error: `XS_DBD__DB2__st__prepare' undeclared (first use in
this funct
ion)
DB2.c:754: error: `XS_DBD__DB2__st_rows' undeclared (first use in this
function)
DB2.c:755: error: `XS_DBD__DB2__st_bind_param' undeclared (first use
in this fun
ction)
DB2.c:756: error: `XS_DBD__DB2__st_bind_param_inout' undeclared (first
use in th
is function)
DB2.c:757: error: `XS_DBD__DB2__st_execute' undeclared (first use in
this functi
on)
DB2.c:758: error: `XS_DBD__DB2__st_fetchrow_arrayref' undeclared
(first use in t
his function)
DB2.c:759: error: `XSANY' undeclared (first use in this function)
DB2.c:762: error: `XS_DBD__DB2__st_fetchrow_array' undeclared (first
use in this
function)
DB2.c:766: error: `XS_DBD__DB2__st_finish' undeclared (first use in
this functio n)
DB2.c:767: error: `XS_DBD__DB2__st_blob_read' undeclared (first use in
this func tion)
DB2.c:768: error: `XS_DBD__DB2__st_STORE' undeclared (first use in
this function )
DB2.c:769: error: `XS_DBD__DB2__st_FETCH' undeclared (first use in
this function )
DB2.c:770: error: `XS_DBD__DB2__st_DESTROY' undeclared (first use in
this functi on)
DB2.c:771: error: `XS_DBD__DB2__st__table_info' undeclared (first use
in this fu nction)
DB2.xs:21: error: `items' undeclared (first use in this function)
DB2.xs:22: error: `DBISTATE_INIT' undeclared (first use in this
function)
DB2.xs:24: warning: implicit declaration of function `DBI_IMP_SIZE'
DB2.xs:24: error: `imp_drh_t' undeclared (first use in this function)
DB2.xs:25: error: `imp_dbh_t' undeclared (first use in this function)
DB2.xs:26: error: `imp_sth_t' undeclared (first use in this function)
DB2.xs:27: warning: implicit declaration of function `db2_init'
DB2.xs:27: error: `DBIS' undeclared (first use in this function)
DB2.c:791: error: `XSRETURN_YES' undeclared (first use in this
function)
make: *** [DB2.o] Error 1
- Next message: Axel Magard: "Test for GD 1.38 fails."
- Previous message: Sisyphus: "Re: Config::General Failing test in ActivePerl"
- Next in thread: Darin McBride: "Re: Help with 'make'ing DBD::DB2"
- Reply: Darin McBride: "Re: Help with 'make'ing DBD::DB2"
- Reply: Dan Scott: "Re: Help with 'make'ing DBD::DB2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|