in reply to Tk install fails

I'm getting indecipherable errors.

It has now hopefully become a bit easier.
Patched (corrected) source is available from https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/patched_cpan_modules/Tk-804.036_001.tar.gz.
Just download that file, unpack it, then cd to the top level folder ("Tk-804.036_001", or it still might be called "Tk-804.036" ... I haven't checked) and run:
cpan .
(That's "cpan" followed by a space, then a ".")

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Tk install fails
by swl (Prior) on May 14, 2024 at 23:55 UTC

    Or if one is using cpanm:

    cpanm https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/patched_cpan_modules/Tk-804.036_001.tar.gz
      Thank you for these. I was not looking forward to getting make to work on windows etc. This looks a lot more user friendly.
      Insta-update: cpan . worked! Case closed.