Why not download a copy of dmake?

Personally, I think that would just muddy the waters. Whilst it would work for installing pure Perl modules, it would fall over again as soon as it requires a compiler. Better to simply not install anything, but rather point them at some url that will explain what is needed.

The worst part of it is that it still does it even when you have a good version of nmake installed, because it insists of looking for it in some specific directory (/usr/bin or somewhere equally arbitrary and ridiculous). If it simple tried to invoke it and let the path find it, it would avoid breaking good installs.

Of course, there is simply no point at all in downloading that ancient 16-bit tool that doesn't run under anything since 95/98/me, so I suppose dmake might get people started. You'd probably have to rename it to be nmake.exe though?


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

The start of some sanity?


In reply to Re^3: How to install pp, Wx module in 64 bit windows7 system by BrowserUk
in thread How to install pp, Wx module in 64 bit windows7 system by ckj

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.