-- Jeff
This is perl, v5.8.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail)
Copyright 1987-2003, Larry Wall
Binary build 807 provided by ActiveState Corp. http://www.ActiveState.com ActiveState is a division of Sophos. Built 18:19:11 Nov 3 2003
...
C:\Perl\bin\perl.exe -p -e "s/~DRIVER~/Perl/g" blib\arch\auto\DBI/Driver
.xst > Perl.xsi
C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:\Perl\lib\E
xtUtils\typemap -typemap typemap Perl.xs > Perl.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SY
S -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.42\"
-DXS_VERSION=\"1.42\" "-IC:\Perl\lib\CORE" Perl.c
Perl.c
C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:\Perl\lib\E
xtUtils\typemap -typemap typemap DBI.xs > DBI.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SY
S -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.42\"
-DXS_VERSION=\"1.42\" "-IC:\Perl\lib\CORE" DBI.c
DBI.c
DBI.xs(756) : warning C4133: 'function' : incompatible types - from 'struct sv *
' to 'struct interpreter *'
DBI.xs(756) : warning C4133: 'function' : incompatible types - from 'char [12]'
to 'struct sv *'
DBI.xs(756) : error C2198: 'Perl_sv_derived_from' : too few actual parameters
DBI.xs(3509) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ',
possible loss of data
DBI.xs(3510) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ',
possible loss of data
DBI.xs(3520) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ',
possible loss of data
DBI.xs(3521) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ',
possible loss of data
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\cl.exe' : return code
'0x2'
Stop.