Hello everyone,
I'm trying to install my first module, and after one fairly embarrassing
mistake with nmake, I seem to be having more trouble.
I unZip the file to Perl/lib and from the command line I enter:
C:\Perl\lib\Text-CSV_XS-0.21.tar\Text-CSV_XS-0.21>perl makefile.pl
Writing Makefile for Text::CSV_XS
####That works, but then I enter:
C:\Perl\lib\Text-CSV_XS-0.21.tar\Text-CSV_XS-0.21>nmake
####and I get
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.21\" -DXS_VERSION=\"0.21\" -
IC:\Perl\lib\CORE CS
V_XS.c
'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.
C:\Perl\lib\Text-CSV_XS-0.21.tar\Text-CSV_XS-0.21>
This isn't what I expected, and I can't seem to find anything on similar
errors. Does anyone have any suggestions?
Thanks,
P.J.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]