That worked!!! That fixed the problem with pod_lib.pl.

nmake test throws a fatal error on nmake test though. Here's where we start getting into my lack of experience though. I don't know what to do with these tests. Here's the output from the command line:

Test Summary Report ------------------- porting/customized.t (Wstat +: 0 Tests: 13 Failed: 13) Failed tests: 1-13 porting/pod_rules.t (Wstat +: 0 Tests: 4 Failed: 3) Failed tests: 2-4 Parse errors: Bad plan. You planned 7 tests but ran 4. porting/regen.t (Wstat +: 0 Tests: 31 Failed: 25) Failed tests: 7-31 ../cpan/CGI/t/tmpdir.t (Wstat +: 0 Tests: 9 Failed: 0) TODO passed: 3-9 ../cpan/CGI/t/upload.t (Wstat +: 6400 Tes ts: 0 Failed: 0) Non-zero exit status: 25 Parse errors: No plan found in TAP output ../cpan/CGI/t/uploadInfo.t (Wstat +: 6400 Tes ts: 0 Failed: 0) Non-zero exit status: 25 Parse errors: No plan found in TAP output ../cpan/HTTP-Tiny/t/150_post_form.t (Wstat +: 1536 Tes ts: 12 Failed: 6) Failed tests: 2, 5, 8, 10-12 Non-zero exit status: 6 ../cpan/Time-HiRes/t/usleep.t (Wstat +: 768 Test s: 6 Failed: 3) Failed tests: 3-4, 6 Non-zero exit status: 3 ../cpan/podlators/t/text-encoding.t (Wstat +: 65280 Te sts: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 7 tests but ran 1. Files=2320, Tests=528185, 1690 wallclock secs (53.33 usr + 5.70 sys = + 59.03 CPU ) Result: FAIL NMAKE : fatal error U1077: '..\perl.exe' : return code '0x32' Stop.

In reply to Re^6: Compile PERL from source on Windows by MGoBlue
in thread 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.