----- Original Message ----- From: "Neson Maxmelbin (RBEI/EMT5)"
'cl' is not recognized as an internal or external command, operable program or batch file. =============================== You need a C compiler to build PadWalker, and one can't be found. It's looking for 'cl' because that's what 'perl -V:cc' reports. 'cl' is the compiler that comes with MS compilers such as Visual Studio. Alternatively you could use MinGW's gcc compiler - though to effect that in something as old as ActivePerl 5.8.4 you might also have to install ExtUtils::FakeConfig. Is there no ppm package of PadWalker available for 5.8 ? Cheers, Rob _______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
