Checking if your kit is complete... Looks good Writing Makefile for PerlMaple *** ------------------------------------------------- *** *** *** *** Make sure you have Maple 9 or higher installed *** *** and have maplec.h in INC, maplec.lib *** *** (or maplec.a, etc.) in LIB *** *** *** *** ------------------------------------------------- *** Writing Makefile for PerlMaple Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/PerlMaple.pm blib\lib\PerlMaple.pm cp lib/PerlMaple/Expression.pm blib\lib\PerlMaple\Expression.pm C:\cpanrun\build\5-10-0\bin\perl.exe "-Iinc" C:\cpanrun\build\5-10-0\lib\ExtUtils\xsubpp -typemap C:\cpanrun\build\5-10-0\lib\ExtUtils\typemap PerlMaple.xs > PerlMaple.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe "-Iinc" -MExtUtils::Command -e mv PerlMaple.xsc PerlMaple.c 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.06\" -DXS_VERSION=\"0.06\" "-IC:\cpanrun\build\5-10-0\lib\CORE" PerlMaple.c PerlMaple.c PerlMaple.xs(4) : fatal error C1083: Cannot open include file: 'maplec.h': No such file or directory NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.