Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Tk installation fails on Windows 10 with strawberry perl

by IvanH (Acolyte)
on Oct 04, 2020 at 23:27 UTC ( [id://11122540]=note: print w/replies, xml ) Need Help??


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

Sorry for the ignorance. Much thanks, but now how do I install it? I am used to using PPM to do package installs.
  • Comment on Re^3: Tk installation fails on Windows 10 with strawberry perl

Replies are listed 'Best First'.
Re^4: Tk installation fails on Windows 10 with strawberry perl
by syphilis (Archbishop) on Oct 04, 2020 at 23:45 UTC
    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
      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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11122540]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found