• Intall Tcl/Tk on Mac M1

    From Westermeyer@21:1/5 to All on Wed Jul 20 23:29:51 2022
    Hello,
    I've got another Mac question - I'm installing from source (8.6.12), and I did so hoping I could put it alongside the default 8.5 version that comes pre-installed on the M1. It *almost* worked. Is there a way to remove 8.5? Any help appreciated,
    Steve

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Siri Cruise@21:1/5 to Westermeyer on Thu Jul 21 00:35:21 2022
    In article
    <[email protected]>,
    Westermeyer <[email protected]> wrote:

    Hello,
    I've got another Mac question - I'm installing from source (8.6.12), and I did so hoping I could put it alongside the default 8.5 version that comes pre-installed on the M1. It *almost* worked. Is there a way to remove 8.5? Any help appreciated,
    Steve

    Do you have to remove the other version? Macs are pretty decent
    about allowing ~/Library/Frameworks (with libs and includes) and
    ~/bin with appropriate environ variables in .profile to override
    outside versions. In the dark days of SVID it could be a pain,
    but modern unices are better about library versions in paths and
    environment redirects to allow multiple independent installations.

    --
    :-<> Siri Seal of Disavowal #000-001. Disavowed. Denied. Deleted. @
    'I desire mercy, not sacrifice.' /|\ Discordia: not just a religion but also a parody. This post / \
    I am an Andrea Chen sockpuppet. insults Islam. Mohammed

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Westermeyer@21:1/5 to All on Thu Jul 21 07:29:47 2022
    I run into the following after "sudo make install":
    ERROR: version conflict for package "Tcl": have 8.5.9, need 8.6-
    If running this script from 'make html', set the NATIVE_TCLSH environment variable to point to an installed tclsh8.6 (or the equivalent tclsh86.exe
    on Windows).
    make[3]: *** [html-tcl] Error 1
    make[2]: *** [install-strip] Error 2
    make[1]: *** [install-tcl] Error 2
    make: *** [install-deploy] Error 2

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Westermeyer@21:1/5 to All on Thu Jul 21 08:04:35 2022
    Nevermind, found the answer here:

    https://stackoverflow.com/questions/16886895/tcl-8-6-installation-issue-on-mac-os-x-lion

    the NATIVE_TCLSH variable goes on the command line, rather than in the zsh configuration file...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)