Skip Menu |

This queue is for tickets about the Win32-ToolHelp CPAN distribution.

Report information
The Basics
Id: 13046
Status: new
Priority: 0/
Queue: Win32-ToolHelp

People
Owner: Nobody in particular
Requestors: jivy_21 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Cannot install the module
This is perl, v5.8.4 built for MSWin32-x86-multi-thread (with 3 registered patches, see perl -V for more detail) OS= windows 2k ERRor in build the module. D:\project code\Win32-ToolHelp-0.2>makefile.pl MakeMaker (v6.17) Warning (non-fatal): Target 'dynamic' depends on targets in skipped section 'dyn amic_lib' Warning (non-fatal): Target 'static' depends on targets in skipped section 'stat ic_lib' Writing Makefile for Win32::ToolHelp::Impl Writing Makefile for Win32::ToolHelp D:\project code\Win32-ToolHelp-0.2>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cd Impl && NMAKE Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SY S -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"\" -DX S_VERSION=\"\" "-IC:\Perl\lib\CORE" Impl.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' Stop. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2' Stop. D:\project code\Win32-ToolHelp-0.2> Please help me how to install this module. thank you. ~jivy
From: prantl [...] host.sk
[guest - Tue May 31 22:06:36 2005]: The line Show quoted text
> 'cl' is not recognized as an internal or external command, > operable program or batch file.
explains that - the compioler cl.exe cannot be found in the system PATH. Check your MSVC installation or call vcvars32.bat before compiling the module to get the compiler tools into PATH. Ferda