I am trying to install Tk on Strawberry perl. I've done it in the past without problem, but I am failing now. I tried with Strawberry Perl 5.26 (portable): failed. I installed with berrybrew Perl 5.16: failed. The installation starts, I see all sort of GUI widget displayed, but at the end I always get the following message:

Test Summary Report ------------------- t\after.t (Wstat: 0 Tests: 6 Failed: 0) TODO passed: 1-6 t\listbox.t (Wstat: 256 Tests: 537 Failed: 1) Failed test: 407 TODO passed: 320-322, 328 Non-zero exit status: 1 t\text.t (Wstat: 0 Tests: 415 Failed: 0) TODO passed: 121 t\wm-tcl.t (Wstat: 256 Tests: 315 Failed: 1) Failed test: 86 TODO passed: 68 Non-zero exit status: 1 t\zzScrolled.t (Wstat: 0 Tests: 94 Failed: 0) TODO passed: 52, 66, 80, 94 Files=75, Tests=4584, 65 wallclock secs ( 1.02 usr + 0.58 sys = 1.59 + CPU) Result: FAIL Failed 2/75 test programs. 2/4584 subtests failed. gmake: *** [Makefile:1446: test_dynamic] Error 255 SREZIC/Tk-804.033.tar.gz C:\Perl526\c\bin\gmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports SREZIC/Tk-804.033.tar.gz Stopping: 'install' failed for 'Tk'.

Any suggestion?


In reply to Installing Tk on Strawberry by Anonymous Monk

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.