This would be hard to answer without knowing more about the Perl distribution you are using. Are you using a pre-compiled Perl install (ie. Strawberry or ActiveState? )

Next, what C compiler are you using? I know for a fact that GCC ships with the Strawberry Perl version for Windows. I do not know what ActiveState uses, or if they ship a C compiler at all. I suspect they do (you need it for most CPAN modules), but I cannot say for certain.

Assuming your Perl environment is OK, the next thing to look at might be the module itself. The C code might not be written in a portable fashion, or it might be making assumptions about Windows systems that no longer hold true. This can get complicated really quick.

There should be a log file that you can check to see what failed, and when. I believe it is in a cpan directory if you are using Strawberry Perl, but I cannot recall off the top of my head. That will give you detailed info you can post here to get more assistance.


In reply to Re: Modules in Windows by thechartist
in thread Modules in Windows by kepler

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.