in reply to Re: how to install perlmodules in windowsXP
in thread how to install perlmodules in windowsXP

still iam getting this error while iam doing nmake test

cl -c -I.. -I../pTk/mTk/xlib -I. -Ibitmaps -I../pTk/mTk/xlib -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DP ERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"804.0275\" -DXS_VERSION=\"804.0275\" "-IC:\Perl\lib\CORE" ClientWi n.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. <error>
  • Comment on Re^2: how to install perlmodules in windowsXP

Replies are listed 'Best First'.
Re^3: how to install perlmodules in windowsXP
by holli (Abbot) on Mar 05, 2007 at 12:04 UTC
    You are trying to install a module that has an XS-Extension / includes C-Code. You need to get a C compiler or install the module via PPM.


    holli, /regexed monk/