Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks, I try to install Text::ExtractWords module. But it shows error, I cann't understand the error and also how to rectify this error?.
D:\Text-ExtractWords-0.08.tar\Text-ExtractWords-0.08>perl makefile.pl Writing Makefile for Text::ExtractWords D:\Text-ExtractWords-0.08.tar\Text-ExtractWords-0.08>nmake Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten. cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSO +LE -DNO_ST RICT -DHAVE_DES_FCRYPT -DBUILT_BY_ACTIVESTATE -DNO_HASH_SEED -DUSE_SIT +ECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCR +T_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" "-I +C:\Perl\li b\CORE" ExtractWords.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x1' Stop. D:\Text-ExtractWords-0.08.tar\Text-ExtractWords-0.08>nmake test Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten. cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSO +LE -DNO_ST RICT -DHAVE_DES_FCRYPT -DBUILT_BY_ACTIVESTATE -DNO_HASH_SEED -DUSE_SIT +ECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCR +T_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" "-I +C:\Perl\li b\CORE" ExtractWords.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x1' Stop. D:\Text-ExtractWords-0.08.tar\Text-ExtractWords-0.08>nmake install Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten. cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSO +LE -DNO_ST RICT -DHAVE_DES_FCRYPT -DBUILT_BY_ACTIVESTATE -DNO_HASH_SEED -DUSE_SIT +ECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCR +T_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" "-I +C:\Perl\li b\CORE" ExtractWords.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x1' Stop.
Not only for this module. These type of error shows in some other modules also. Suggest me how to rectify the error?
Help me. Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Text::ExtractWords Installation Error
by wfsp (Abbot) on Apr 01, 2006 at 09:37 UTC | |
by Anonymous Monk on Apr 01, 2006 at 10:03 UTC | |
by bart (Canon) on Apr 01, 2006 at 11:21 UTC | |
|
Re: Text::ExtractWords Installation Error
by Corion (Patriarch) on Apr 01, 2006 at 09:26 UTC | |
by bart (Canon) on Apr 01, 2006 at 09:36 UTC |