Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

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

by Anonymous Monk
on Oct 04, 2020 at 02:42 UTC ( [id://11122525]=note: print w/replies, xml ) Need Help??


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

https://cpan.metacpan.org/authors/id/S/SR/SREZIC/Tk-804.035.tar.gz
  • Comment on Re^2: Tk installation fails on Windows 10 with strawberry perl

Replies are listed 'Best First'.
Re^3: Tk installation fails on Windows 10 with strawberry perl
by IvanH (Acolyte) on Oct 04, 2020 at 23:27 UTC
    Sorry for the ignorance. Much thanks, but now how do I install it? I am used to using PPM to do package installs.
      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.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found