| [reply] [d/l] |
The latest release of ActivePerl has Tk already-installed.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d- s:++ a--- C++++ UL P+++>++++ L+ E- W++>+++ N !o K- w+ O---- M-- V--
PS PE Y- PGP t++(+++) 5(+++)++++ X R+@ tv+ b+++ DI+ D- G e->+++ h! r-- y-
------END GEEK CODE BLOCK------
Translate
"Weird things happen, get used to it."
Flame ~ Lead Programmer: GMS
| [reply] |
I use the SiePerl distribution of Perl 5.6.1 which includes Tk 800.023 amongst other things. This will run under Win9x and NT/2000 and should include most of what you require.
For your further information SiePerl was built using Visual C++ 6.0. I have encountered numerous problems building Perl and Tk with a mix of cygwin and gcc.
Graham | [reply] |
I had the same problem months ago.
I think you're getting trouble with the "location" of the ppm packages.
Try to force this location:
c:\>ppm install --location=http://www.activestate.com/ppmpackages/5.6p
+lus tk
or install the last activeperl distribution
Regards
Hopes
$_=$,=q,\,@4O,,s,^$,$\,,s,s,^,b9,s,
$_^=q,$\^-]!,,print
| [reply] [d/l] [select] |
Thanks everyone!
Since I started visting perlmonks.org I my
knowledge about perl is exploding. | [reply] |