Hi, I am installing the Lingua::EN::NamedEntity module using cpan on Windows 7. I have Strawberry Perl 5.16.3.1 (32bit) on my system and the command I used is the following:

cpan Lingua::EN::NamedEntity

But, the module doesn't get installed and perl gives the following error:

C:\strawberry\c\bin\dmake.exe -- NOT OK CPAN: YAML::XS loaded ok (v0.39) Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Stopping: 'install' failed for 'Lingua::EN::NamedEntity'.
The full message is this:
CPAN: CPAN::SQLite loaded ok (v0.202) Database was generated on Wed, 29 May 2013 23:48:48 GMT Running install for module 'Lingua::EN::NamedEntity' Running make for A/AM/AMBS/Lingua/Lingua-EN-NamedEntity-1.9.tar.gz CPAN: Digest::SHA loaded ok (v5.84) CPAN: Compress::Zlib loaded ok (v2.06) Checksum for C:\strawberry\cpan\sources\authors\id\A\AM\AMBS\Lingua\Li +ngua-EN-NamedEntity-1.9.tar.gz ok CPAN: Archive::Tar loaded ok (v1.90) CPAN: File::Temp loaded ok (v0.22) CPAN: Parse::CPAN::Meta loaded ok (v1.4404) CPAN: CPAN::Meta loaded ok (v2.120921) CPAN.pm: Building A/AM/AMBS/Lingua/Lingua-EN-NamedEntity-1.9.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Lingua::EN::NamedEntity Writing MYMETA.yml and MYMETA.json CPAN: Module::CoreList loaded ok (v2.83) cp NamedEntity.pm blib\lib\Lingua\EN\NamedEntity.pm C:\strawberry\perl\bin\perl.exe ./data/mkdb.pl I'm going to write some wordlists as DB_Files into a subdirectory in your home directory, to decrease start-up time. Looking for a wordlist... I shall try and download one No dice. Please install an operating system! dmake.exe: Error code 255, while making 'database' AMBS/Lingua/Lingua-EN-NamedEntity-1.9.tar.gz C:\strawberry\c\bin\dmake.exe -- NOT OK CPAN: YAML::XS loaded ok (v0.39) Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Stopping: 'install' failed for 'Lingua::EN::NamedEntity'.
Can anybody please help me install this module.

In reply to Running make install Make had returned bad status, install seems impossible on Windows by pxb5080

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.