develooper Front page | perl.dbi.users | Postings from February 2001

Can't install DBI

Thread Next
From:
Juan Terrazas
Date:
February 22, 2001 14:15
Subject:
Can't install DBI
Message ID:
OF10D8E581.87BF9C8E-ON852569FB.007A497D@pok.ibm.com
Hi All,

I got a new machine so I've been trying to install DBI v 1.13 after
installing Active Perl v5.6.0 on Windows 2000. I get the following :
.
..
...
DBI.c
DBIXS.h(403) : warning C4005: 'DBIS' : macro redefinition
        DBIXS.h(13) : see previous definition of 'DBIS'
DBI.xs(196) : warning C4133: '=' : incompatible types - from 'struct
_PerlIO *' to 'struct _iobuf *'
DBI.xs(400) : warning C4133: '!=' : incompatible types - from 'struct
_PerlIO *' to 'struct _iobuf *'
DBI.xs(401) : warning C4133: 'function' : incompatible types - from 'struct
_iobuf *' to 'struct _PerlIO *'
DBI.xs(402) : warning C4133: '=' : incompatible types - from 'struct
_PerlIO *' to 'struct _iobuf *'
DBI.xs(406) : warning C4133: '=' : incompatible types - from 'struct
_PerlIO *' to 'struct _iobuf *'
DBI.xs(407) : warning C4133: '==' : incompatible types - from 'struct
_PerlIO *' to 'struct _iobuf *'
DBI.xs(410) : warning C4133: '!=' : incompatible types - from 'struct
_PerlIO *' to 'struct _iobuf *'
DBI.xs(411) : warning C4133: 'function' : incompatible types - from 'struct
_iobuf *' to 'struct _PerlIO *'
DBI.xs(413) : warning C4133: 'function' : incompatible types - from 'struct
_iobuf *' to 'struct _PerlIO *'
DBI.xs(1457) : error C2039: 'cop_filegv' : is not a member of 'cop'
        D:\Perl\lib\CORE\cop.h(10) : see declaration of 'cop'
DBI.xs(1457) : error C2039: 'cop_filegv' : is not a member of 'cop'
        D:\Perl\lib\CORE\cop.h(10) : see declaration of 'cop'
DBI.xs(1457) : error C2039: 'cop_filegv' : is not a member of 'cop'
        D:\Perl\lib\CORE\cop.h(10) : see declaration of 'cop'
DBI.xs(1457) : error C2039: 'cop_filegv' : is not a member of 'cop'
        D:\Perl\lib\CORE\cop.h(10) : see declaration of 'cop'
DBI.xs(1457) : warning C4133: 'function' : incompatible types - from
'unsigned int *' to 'struct sv *'
DBI.xs(1457) : error C2198: 'Perl_sv_2pv' : too few actual parameters
DBI.xs(1478) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(1523) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(1524) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(1733) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(1754) : warning C4133: 'function' : incompatible types - from
'struct cv *' to 'struct interpreter *'
DBI.xs(1754) : error C2198: 'function through pointer' : too few actual
parameters
DBI.xs(1828) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(1829) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(2130) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(2525) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
DBI.xs(2550) : warning C4133: 'function' : incompatible types - from
'struct _iobuf *' to 'struct _PerlIO *'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

I'm installing dbi v1.13 because I need to install the db2 driver v0.74
which doesn't work with dbi v1.14. If this question is common, kindly
direct me to the archives. I have tried to find them but I don't see them
in the dbi web page any more.

Thanks,

Juan Terrazas


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About