Posted on 2005-05-10 03:34:15-07 by agkistras
installation problems
Hi I'm using perl 5.8.3 for MsWin32 and I have problems installing HTML-Parser. Here is the error that I get:
C:\HTML-Parser-3.45>perl Makefile.PL Writing Makefile for HTML::Parser C:\HTML-Parser-3.45>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=\"3.45\" -DXS_VERSION=\"3.45\" "-IC:\Perl\lib\CORE" -DMARKED_SECTION Parser.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:\HTML-Parser-3.45>
Any help would be greatly appreciated. Thanks
Direct Responses: 440 | Write a response
Posted on 2005-05-10 09:00:21-07 by eserte in response to 439
Re: installation problems
You need a C compiler to install HTML::Parser. Try Visual C++.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.