http://qs1969.pair.com?node_id=11122541


in reply to Re^3: Tk installation fails on Windows 10 with strawberry perl
in thread Tk installation fails on Windows 10 with strawberry perl

Much thanks, but now how do I install it?

Just run:
cpan -i Tk

Duh ... the source needs to be altered, doesn't it :-(

Download https://cpan.metacpan.org/authors/id/S/SR/SREZIC/Tk-804.035.tar.gz
cd to your local directory in which Tk-804.035.tar.gz resides.
Run: tar zxvf Tk-804.035.tar.gz
Run: cd Tk-804.035
Make the changes to encGlue.c specified in the earlier part of this thread.
Run: perl Makefile.PL
Run:  gmake test
Run: gmake install

Cheers,
Rob

Replies are listed 'Best First'.
Re^5: Tk installation fails on Windows 10 with strawberry perl
by IvanH (Acolyte) on Oct 07, 2020 at 00:19 UTC
    Rob. Thanks so much for the help. It worked perfectly and saved my bacon.
      This worked for me as well. Windows 10 Pro Strawberry perl recent release thanks!