PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2011-05-03T20:48:38 ActivePerl-1400 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.14/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Tue, 03 May 2011 22:30:05 GMT Running make for R/RS/RSOD/Object-Accessor-XS-0.03.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/R/RS/RSOD/Object-Accessor-XS-0.03.tar.gz Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\R\RS\RSOD\Object-Accessor-XS-0.03.tar.gz ok Object-Accessor-XS-0.03/ Object-Accessor-XS-0.03/Makefile.PL Object-Accessor-XS-0.03/MANIFEST Object-Accessor-XS-0.03/META.yml Object-Accessor-XS-0.03/ppport.h Object-Accessor-XS-0.03/README Object-Accessor-XS-0.03/SIGNATURE Object-Accessor-XS-0.03/t/ Object-Accessor-XS-0.03/t/00_Object-Accessor.t Object-Accessor-XS-0.03/t/01_Object-Accessor-Subclassed.t Object-Accessor-XS-0.03/XS.pm Object-Accessor-XS-0.03/XS.xs CPAN.pm: Going to build R/RS/RSOD/Object-Accessor-XS-0.03.tar.gz >>> C:\Perl-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Accessor::XS Writing MYMETA.yml >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp XS.pm blib\lib\Object\Accessor\XS.pm C:\Perl-5.14\bin\perl.exe C:\cpanfly-5.14\var\megalib\ExtUtils\xsubpp -typemap C:\Perl-5.14\lib\ExtUtils\typemap XS.xs > XS.xsc && C:\Perl-5.14\bin\perl.exe -MExtUtils::Command -e "mv" -- XS.xsc XS.c cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D_USE_32BIT_TIME_T -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" "-IC:\Perl-5.14\lib\CORE" XS.c XS.c XS.c(83) : warning C4101: 'RETVAL' : unreferenced local variable XS.xs(30) : error C2275: 'SV' : illegal use of this type as an expression C:\Perl-5.14\lib\CORE\perl.h(2433) : see declaration of 'SV' XS.xs(30) : error C2065: 'carplevel' : undeclared identifier XS.xs(31) : warning C4047: 'function' : 'struct sv *' differs in levels of indirection from 'int ' XS.xs(31) : warning C4024: 'Perl_save_item' : different types for formal and actual parameter 2 XS.xs(32) : warning C4047: 'function' : 'struct sv *const ' differs in levels of indirection from 'int ' XS.xs(32) : warning C4024: 'Perl_sv_inc' : different types for formal and actual parameter 2 XS.xs(72) : error C2275: 'IV' : illegal use of this type as an expression C:\Perl-5.14\lib\CORE\perl.h(1713) : see declaration of 'IV' XS.xs(72) : error C2146: syntax error : missing ';' before identifier 'i' XS.xs(72) : error C2065: 'i' : undeclared identifier XS.xs(72) : error C2275: 'HE' : illegal use of this type as an expression C:\Perl-5.14\lib\CORE\sv.h(89) : see declaration of 'HE' XS.xs(72) : error C2065: 'element' : undeclared identifier XS.xs(73) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct he *' XS.xs(74) : warning C4047: 'function' : 'struct he *' differs in levels of indirection from 'int ' XS.xs(74) : warning C4024: 'Perl_hv_iterval' : different types for formal and actual parameter 3 XS.xs(92) : error C2275: 'HE' : illegal use of this type as an expression C:\Perl-5.14\lib\CORE\sv.h(89) : see declaration of 'HE' XS.xs(92) : error C2065: 'iter' : undeclared identifier XS.xs(92) : error C2275: 'SV' : illegal use of this type as an expression C:\Perl-5.14\lib\CORE\perl.h(2433) : see declaration of 'SV' XS.xs(92) : error C2065: 'key' : undeclared identifier XS.xs(93) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct he *' XS.xs(94) : warning C4047: 'function' : 'struct he *' differs in levels of indirection from 'int ' XS.xs(94) : warning C4024: 'Perl_hv_iterkeysv' : different types for formal and actual parameter 2 XS.xs(94) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct sv *' XS.xs(96) : warning C4047: 'function' : 'struct sv *' differs in levels of indirection from 'int ' XS.xs(96) : warning C4024: 'Perl_av_push' : different types for formal and actual parameter 3 XS.xs(100) : error C2275: 'IV' : illegal use of this type as an expression C:\Perl-5.14\lib\CORE\perl.h(1713) : see declaration of 'IV' XS.xs(100) : error C2146: syntax error : missing ';' before identifier 'i' XS.xs(100) : error C2275: 'IV' : illegal use of this type as an expression C:\Perl-5.14\lib\CORE\perl.h(1713) : see declaration of 'IV' XS.xs(100) : error C2146: syntax error : missing ';' before identifier 'len' XS.xs(100) : error C2065: 'len' : undeclared identifier NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. RSOD/Object-Accessor-XS-0.03.tar.gz nmake -- NOT OK Running make test Can't test without successful make Finished 2011-05-03T20:48:42