I'm having trouble installing modules in Win2k, i've found a module that i want to install and its not in ppm so i have to do it myself.
I can run the makefile.pl, that works
Its when i run the nmake that it gives an error
C:\Perl\newmodule>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cl -c -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DE
S_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -O1 -
MD -DNDEBUG -DVERSION=\"0.0.665\" -DXS_VERSION=\"0.0.665\" -IC:\Perl\lib\CO
RE newmodule.cpp
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
I think i need the cl program but where do i get it from?
Thanx in advance
StevoIE
I can run the makefile.pl, that works
Its when i run the nmake that it gives an error
C:\Perl\newmodule>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cl -c -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DE
S_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -O1 -
MD -DNDEBUG -DVERSION=\"0.0.665\" -DXS_VERSION=\"0.0.665\" -IC:\Perl\lib\CO
RE newmodule.cpp
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
I think i need the cl program but where do i get it from?
Thanx in advance
StevoIE