cormanaz has asked for the wisdom of the Perl Monks concerning the following question:

Good day bros. I am having problems installing Encode::Detect. There seems to be no ppd available for it so I'm doing it manually. On dmake test I get:
C:\Perl\bin\perl.exe Build --makefile_env_macros 1 test Generating script 'src\CharDistribution.ccs' cl -nologo -c @"src\CharDistribution.ccs" -Fo"src\CharDistribution.obj +" "src\CharDistribution.cpp" 'cl' is not recognized as an internal or external command, operable program or batch file. error building dll file from 'src/CharDistribution.cpp' at C:/Perl/sit +e/lib/ExtUtils/CBuilder/Platform/Windows.pm line 143. dmake: Error code 130, while making 'test'
Anyone know how to fix? OS is windoze.

TIA...Steve

Replies are listed 'Best First'.
Re: Encode::Detect install problems
by Joost (Canon) on Apr 30, 2007 at 01:06 UTC
Re: Encode::Detect install problems
by GrandFather (Saint) on Apr 30, 2007 at 00:56 UTC

    It may be that Encode::Guess (which is available through ppm) will do the job for you.


    DWIM is Perl's answer to Gödel