Checking if your kit is complete... Looks good Writing Makefile for Language::Befunge::Vector::XS Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Language/Befunge/Vector/XS.pm blib\lib\Language\Befunge\Vector\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 -typemap typemap XS.xs > XS.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv XS.xsc XS.c Please specify prototyping behavior for XS.xs (see perlxs manual) 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=\"1.0.0\" -DXS_VERSION=\"1.0.0\" "-IC:\cpanrun\build\5-10-0\lib\CORE" XS.c XS.c XS.xs(47) : 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(47) : error C2146: syntax error : missing ';' before identifier 'i' XS.xs(47) : error C2065: 'i' : undeclared identifier XS.xs(48) : 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(48) : error C2065: 'self' : undeclared identifier XS.xs(49) : 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(49) : error C2065: 'val' : undeclared identifier XS.xs(50) : error C2275: 'AV' : illegal use of this type as an expression C:\cpanrun\build\5-10-0\lib\CORE\perl.h(2352) : see declaration of 'AV' XS.xs(50) : error C2065: 'my_array' : undeclared identifier XS.xs(51) : error C2275: 'HV' : illegal use of this type as an expression C:\cpanrun\build\5-10-0\lib\CORE\perl.h(2353) : see declaration of 'HV' XS.xs(51) : error C2065: 'stash' : undeclared identifier XS.xs(58) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct av *' XS.xs(59) : warning C4018: '<' : signed/unsigned mismatch XS.xs(60) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct sv *' XS.xs(61) : warning C4047: 'function' : 'struct av *' differs in levels of indirection from 'int ' XS.xs(61) : warning C4024: 'Perl_av_push' : different types for formal and actual parameter 2 XS.xs(61) : warning C4047: 'function' : 'struct sv *' differs in levels of indirection from 'int ' XS.xs(61) : warning C4024: 'Perl_av_push' : different types for formal and actual parameter 3 XS.xs(65) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct sv *' XS.xs(66) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct hv *' XS.xs(67) : warning C4047: 'function' : 'struct hv *' differs in levels of indirection from 'int ' XS.xs(67) : warning C4024: 'Perl_sv_bless' : different types for formal and actual parameter 3 XS.xs(68) : warning C4047: '=' : 'struct sv *' differs in levels of indirection from 'int ' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.