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 .
[download]
(That's "cpan" followed by a space, then a ".")
Cheers,
Rob
Comment on
Re: Tk install fails
Select
or
Download
Code
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
[reply]
[d/l]
Re^3: Tk install fails
by
elef
(Friar)
on May 15, 2024 at 07:31 UTC
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.
[reply]
In Section
Seekers of Perl Wisdom