I would guess that I don't have "nmake" on my machine

Yes - at least nmake.exe is not in your path. Nmake comes with MS compilers, and there are free versions of the Microsoft Visual Studio Compiler available that would give you fairly good mileage - best mileage would come from using the same version that Indigo used to build perl. Running perl -V:ccversion will give you the version number. (I'd be interested to know what that outputs on IndigoPerl.) For ActivePerl it reports '12.00.8804', which is Visual Studio 6.0.

Other options include using the freely available 'dmake' and 'MinGW' port of the gcc compiler, in conjunction with ExtUtils::FakeConfig.

Which path do you want to pursue first - being able to build modules from source, or getting IPM functioning ?

Cheers,
Rob

In reply to Re^2: Indigoperl and CPAN by syphilis
in thread Indigoperl and CPAN by gsd4me

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.