Checking if your kit is complete... Looks good Writing Makefile for Object::Accessor::XS Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp XS.pm blib\lib\Object\Accessor\XS.pm C:\cpanrun\build\5-10-0\bin\perl.exe C:\cpanrun\build\5-10-0\lib\ExtUtils\xsubpp -typemap C:\cpanrun\build\5-10-0\lib\ExtUtils\typemap XS.xs > XS.xsc && C:\cpanrun\build\5-10-0\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 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" "-IC:\cpanrun\build\5-10-0\lib\CORE" XS.c XS.c XS.c(36) : warning C4101: 'RETVAL' : unreferenced local variable XS.xs(30) : error C2275: 'SV' : illegal use of this type as an expression C:\cpanrun\build\5-10-0\lib\CORE\perl.h(2351) : 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 *' 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:\cpanrun\build\5-10-0\lib\CORE\perl.h(1630) : 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:\cpanrun\build\5-10-0\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:\cpanrun\build\5-10-0\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:\cpanrun\build\5-10-0\lib\CORE\perl.h(2351) : 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:\cpanrun\build\5-10-0\lib\CORE\perl.h(1630) : 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:\cpanrun\build\5-10-0\lib\CORE\perl.h(1630) : 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.