'cl' is the compiler executable on windows that was used to compile your perl (do a 'perl -V' and see for yourself). The libwin32 package must have pieces that need compiling. If you don't have Visual C++ around you're outta luck, AFAIK.

Note that you can use PPM to install local files as well. If you download the .ppd file and archive used you can just execute 'ppm install <blah>.ppd' as long as the file the PPD references is in the right relative location.

For instance, the PPD I created for Class::Date (at http://openinteract.sourceforge.net/) looks like this:

<SOFTPKG NAME="Class-Date" VERSION="1,0,6,0"> <TITLE>Class-Date</TITLE> <ABSTRACT></ABSTRACT> <AUTHOR>dLux (dlux@kapu.hu)</AUTHOR> <IMPLEMENTATION> <OS NAME="MSWin32" /> <ARCHITECTURE NAME="MSWin32-x86-multi-thread" /> <CODEBASE HREF="./Class-Date.tar.gz" /> </IMPLEMENTATION> </SOFTPKG>

This means that the file Class-Date.tar.gz needs to be in the same directory as the .ppd file. Sometimes they're in a subdirectory, like:

<CODEBASE HREF="win32-x86/Class-Date.tar.gz" />

Just make your local directory tree mirror this and you'll be good to go.

Chris


In reply to Re: nmake fatal error by lachoy
in thread nmake fatal error by csteeves

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.