Subject: | Undefined externals in V 0.27 |
Note: This output comes from a CGI script. The first column contains no useful information...
Command "C:\Program Files\Microsoft Visual Studio\VC98\Bin\nmake"
Output cp getsqlite.pl blib\lib\DBD\getsqlite.pl
Output cp lib/DBD/SQLite.pm blib\lib\DBD/SQLite.pm
Output rem
Output rem
Output C:\usr\bin\perl.exe -p -e "s/~DRIVER~/SQLite/g" < c:/Perl/site/lib/auto/DBI/Driver.xst > SQLite.xsi
Output C:\usr\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:\Perl\lib\ExtUtils\typemap SQLite.xs > SQLite.xsc && C:\usr\bin\perl.exe -MExtUtils::Command -e mv SQLite.xsc SQLite.c
Output cl -c -Ic:/Perl/site/lib/auto/DBI -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -O6 -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" "-IC:\Perl\lib\CORE" SQLite.c
Output SQLite.c
Output SQLite.xs(40) : warning C4013: 'sqlite_db_create_function' undefined; assuming extern returning int
Output SQLite.xs(51) : warning C4013: 'sqlite_db_create_aggregate' undefined; assuming extern returning int