• Re: Where to get pre-compiled 8.6 or 8.7 for MacOS

    From stevel@21:1/5 to keithv on Mon Dec 13 16:11:39 2021
    I had to build from scratch using the latest Tcl/Tk 8.6.12 (which includes many of Marc Culler's fixes).

    On Tuesday, 14 December 2021 at 07:19:01 UTC+8, keithv wrote:
    I went to ActiveState to download Tcl for my new Mac laptop, but they seem to only have version 8.5 available for macOS. I have 8.6 on my old laptop I could have sworn I got it from AS.

    Are there any other places to download compiled versions of Tcl of macOS?

    Thanks,
    Keith

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From keithv@21:1/5 to All on Mon Dec 13 15:18:59 2021
    I went to ActiveState to download Tcl for my new Mac laptop, but they seem to only have version 8.5 available for macOS. I have 8.6 on my old laptop I could have sworn I got it from AS.

    Are there any other places to download compiled versions of Tcl of macOS?

    Thanks,
    Keith

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From aldo.w.buratti@gmail.com@21:1/5 to All on Wed Dec 15 16:08:26 2021
    Building on MacOS is really a painful task, especially if you need Tk, too. I tried to download some tclkit from http://kitcreator.rkeene.org/
    but they don't fully work.

    Still searching for a solution ...

    ABU

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicolas@21:1/5 to All on Thu Dec 16 01:28:03 2021
    Le jeudi 16 décembre 2021 à 01:08:28 UTC+1, aldo.w....@gmail.com a écrit :
    Building on MacOS is really a painful task, especially if you need Tk, too. I tried to download some tclkit from http://kitcreator.rkeene.org/
    but they don't fully work.

    Still searching for a solution ...

    ABU
    Hi,
    here's how I build Tcl(8.7) && Tk(8.7) on macOS in case it can help...
    for Tcl, I download latest check-in of core-8-branch (which is Tcl8.7) here https://core.tcl-lang.org/tcl/timeline, I untar it and cd to resulting folder.
    then I type:
    make -C macosx deploy CFLAGS="-O2 -mmacosx-version-min=10.15"
    and
    sudo make -C macosx install-deploy

    -mmacosx-version-min=10.15 is because I want to distribute my app to macOS 10.15
    Resulting is a folder called Tcl.framework in /Library/Frameworks which is fully usable

    and same for Tk except that I download 'trunk' branch which is Tk8.7

    ++
    nicolas

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