Re: Trying to use Tk 8.6
[email protected] (Christopher Chavez) Mon, 17 May 2021 22:24:42 +0200
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <trinity-f482c540-d194-4cbe-9103-fd5429153b5c-1621283082761@3c-app-mailcom-bs11> |
From:=C2=A0"Bill Costa"
> On MacOS 10=2E13=2E6 I have Perl 5=2E28 installed in /opt/local/ using
> MacPorts=2E This works well and no problems installing modules using
> `cpanm`=2E I installed ActiveState's v8=2E6 of Tcl which is saved to
> `/Library/Frameworks/Tcl=2Eframework/Versions/8=2E6` and then installed
> Tkx=2E My problem is I don't know how to make Tkx use the v8=2E6 version
> of Tcl/Tk=2E Here is how I think I know that it is not=2E
> $ perl -MTkx -e 'print Tkx::info("patchlevel");'
> 8=2E5=2E9
> Any tips on how I can wire in the latest version of Tcl/Tk for Perl usag=
e?
Please note that MacPorts does offer up-to-date versions of Tcl/Tk 8=2E6=
=2E11 and Tkx via the tcl, tk (+x11 and +quartz variants), and p5-tkx ports=
=2E Once installed, no other configuration should be necessary=2E
Christopher A=2E Chavez