Hello All:

I hope I followed all the rules (http://perlmonks.org/index.pl?node_id=237057, etc.)

I'm trying to compile PERL from source on a Windows box. I'm using XP SP3, Perl 5.16.2, and Visual C++ 2010.

nmake runs without more than a couple of nags for deprecated methods and such -- nothing fatal.

When it comes to nmake test, it keeps failing with this:

Can't extract version from pod/perldelta.pod at Porting/pod_lib.pl lin +e 117. NMAKE : fatal error U1077: '..\perl.exe' : return code '0xff' Stop.

I did notice that there wasn't a perldelta.pod in the tar ball. There are however a ton of perl[version number]delta.pod files. e.g., perl5162delta.pod

I copied the perl5162delta.pod file and renamed it to perldelta.pod. Re-running nmake fails on test again.

Line 117 is straight forward: $contents =~ /perldelta - what is new for perl v(5)\.(\d+)\.(\d+)\n/;

What doesn't appear to be straight forward to me is why the 16, 2 isn't getting passed to this call and thus causing a fatal error.

I hope I've asked a decently worded question... just stuck here that's all. Any suggestions regarding compiling this from source would be greatly appreciated.

Thanks!


In reply to Compile PERL from source on Windows by MGoBlue

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.