Checking if your kit is complete... Warning: the following files are missing in your kit: Win32-ToolHelp.ppd Please inform the author. MakeMaker (v6.17) Warning (non-fatal): Target 'dynamic' depends on targets in skipped section 'dynamic_lib' Warning (non-fatal): Target 'static' depends on targets in skipped section 'static_lib' Writing Makefile for Win32::ToolHelp::Impl Writing Makefile for Win32::ToolHelp cp ToolHelp.pm blib/lib/Win32/ToolHelp.pm AutoSplitting blib/lib/Win32/ToolHelp.pm (blib/lib/auto/Win32/ToolHelp) cd Impl && make make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Win32-ToolHelp/Impl' cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"\" -DXS_VERSION=\"\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Impl.c Error 112: "Impl.c", line 1 # Include file not found. #include ^^^^^^^^^^^ Error 112: "Impl.c", line 2 # Include file not found. #include ^^^^^^^^^^^^ Error 419: "Impl.c", line 5 # 'HANDLE' is used as a type, but has not been defined as a type. HANDLE GetFirstProcess(PROCESSENTRY32* pe32) ^^^^^^ Error 373: "Impl.c", line 5 # Old-style function definition parameter must be a simple identifier. HANDLE GetFirstProcess(PROCESSENTRY32* pe32) ^^^^^^^^^^^^^^^^^^^^ Error 419: "Impl.c", line 7 # 'HANDLE' is used as a type, but has not been defined as a type. HANDLE h; ^^^^^^ Error 172: "Impl.c", line 9 # Undeclared variable 'pe32'. if (pe32 == 0) ^^^^ Error 172: "Impl.c", line 10 # Undeclared variable 'INVALID_HANDLE_VALUE'. return INVALID_HANDLE_VALUE; ^^^^^^^^^^^^^^^^^^^^ Error 172: "Impl.c", line 12 # Undeclared variable 'pe32'. ZeroMemory(pe32, sizeof(*pe32)); ^^^^ Error 172: "Impl.c", line 13 # Undeclared variable 'pe32'. pe32->dwSize = sizeof(*pe32); ^^^^ Error 172: "Impl.c", line 15 # Undeclared variable 'TH32CS_SNAPPROCESS'. h = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); ^^^^^^^^^^^^^^^^^^ Error 172: "Impl.c", line 16 # Undeclared variable 'INVALID_HANDLE_VALUE'. if (h == INVALID_HANDLE_VALUE) ^^^^^^^^^^^^^^^^^^^^ Error 172: "Impl.c", line 17 # Undeclared variable 'INVALID_HANDLE_VALUE'. return INVALID_HANDLE_VALUE; ^^^^^^^^^^^^^^^^^^^^ Error 699: "Impl.c", line 17 # Error limit reached; halting compilation. return INVALID_HANDLE_VALUE; ^^^^^^^^^^^^^^^^^^^^ make[1]: *** [Impl.o] Error 2 make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Win32-ToolHelp/Impl' make: *** [Impl/Impl.a] Error 2