Re: Trying to use Tk 8.6

[email protected] (Bill Costa) Sun, 16 May 2021 13:07:23 -0400
Newsgroups perl.tcltk
Message-ID <CAO0YmrWpFVnuAbvt8chGfxiM6qP2E5OvYAj+bbz+CKno7-OjVA@mail.gmail.com>
Vadim,

You provided just the clue I needed (which ultimately came down to
reading the documentation):

>   my $tkkit = "$inc/auto/Tcl/tkkit.$Config::Config{so}";

The string "tkkit" is nicely unique.  I could not find any directory
on my entire system with that name, but I did find it referenced
within the Tkx POD which was adjacent to a description of an
environment variable that can you define to help Tkx find the Tx
library.

$ export PERL_TCL_DL_PATH=/Library/Frameworks/Tcl.framework/Versions/8.6/Tcl
$ perl -MTkx -e 'print Tkx::info("patchlevel"), "\n"'
8.6.9

Thanks for your help.

-- 
[email protected]
+1.603.435.8526
https://mypages.unh.edu/wfc
No good deed goes unpunished.