Checking if your kit is complete... Looks good Writing Makefile for Devel::RegExp Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp RegExp.pm blib\lib\Devel\RegExp.pm AutoSplitting blib\lib\Devel\RegExp.pm (blib\lib\auto\Devel\RegExp) 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 RegExp.xs > RegExp.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv RegExp.xsc RegExp.c Please specify prototyping behavior for RegExp.xs (see perlxs manual) cl -c -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.1\" -DXS_VERSION=\"0.1\" "-IC:\cpanrun\build\5-10-0\lib\CORE" RegExp.c RegExp.c RegExp.xs(44) : error C2065: 'sawi' : undeclared identifier RegExp.xs(100) : error C2143: syntax error : missing ')' before '(' RegExp.xs(100) : error C2143: syntax error : missing ')' before '(' RegExp.xs(100) : error C2091: function returns function RegExp.xs(100) : error C2091: function returns function RegExp.xs(100) : error C2061: syntax error : identifier 'Perl_get_context' RegExp.xs(100) : error C2059: syntax error : ';' RegExp.xs(100) : error C2059: syntax error : ')' RegExp.xs(102) : error C2449: found '{' at file scope (missing function header?) RegExp.xs(157) : error C2059: syntax error : '}' RegExp.xs(165) : error C2449: found '{' at file scope (missing function header?) RegExp.xs(287) : error C2059: syntax error : '}' RegExp.xs(302) : error C2449: found '{' at file scope (missing function header?) RegExp.xs(306) : warning C4002: too many actual parameters for macro 'pregcomp' RegExp.xs(307) : error C2059: syntax error : '}' RegExp.c(370) : warning C4013: 'regcomp' undefined; assuming extern returning int RegExp.c(370) : warning C4047: '=' : 'struct regexp *' differs in levels of indirection from 'int ' RegExp.c(423) : warning C4013: 'regprop' undefined; assuming extern returning int RegExp.c(423) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int ' RegExp.xs(351) : error C2039: 'subbase' : is not a member of 'regexp' C:\cpanrun\build\5-10-0\lib\CORE\regexp.h(69) : see declaration of 'regexp' RegExp.xs(363) : warning C4018: '<=' : signed/unsigned mismatch RegExp.xs(369) : error C2039: 'startp' : is not a member of 'regexp' C:\cpanrun\build\5-10-0\lib\CORE\regexp.h(69) : see declaration of 'regexp' RegExp.xs(370) : error C2039: 'endp' : is not a member of 'regexp' C:\cpanrun\build\5-10-0\lib\CORE\regexp.h(69) : see declaration of 'regexp' RegExp.xs(375) : error C2065: 'sv_undef' : undeclared identifier RegExp.xs(375) : warning C4133: '=' : incompatible types - from 'int *' to 'struct sv *' RegExp.xs(376) : warning C4133: '=' : incompatible types - from 'int *' to 'struct sv *' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.