Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

One Bell System - it used to work before they installed the Dimension!


devel / comp.lang.tcl / Installing Tcl/Tk on Mac M1

SubjectAuthor
* Installing Tcl/Tk on Mac M1Westermeyer
`- Installing Tcl/Tk on Mac M1Westermeyer

1
Installing Tcl/Tk on Mac M1

<656bcd7b-232b-4079-bdc8-2b7b5b08e3e5n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10493&group=comp.lang.tcl#10493

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:ac8:65da:0:b0:3a8:3121:b4ba with SMTP id t26-20020ac865da000000b003a83121b4bamr1120783qto.96.1672323899972;
Thu, 29 Dec 2022 06:24:59 -0800 (PST)
X-Received: by 2002:ac8:4755:0:b0:3a7:ecd4:594a with SMTP id
k21-20020ac84755000000b003a7ecd4594amr1256069qtp.501.1672323899683; Thu, 29
Dec 2022 06:24:59 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Thu, 29 Dec 2022 06:24:59 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=2600:8801:c918:aa00:3da5:c43:5a3d:3bda;
posting-account=WI8jHwoAAAD5efFArnqHarz-JcS9Naxl
NNTP-Posting-Host: 2600:8801:c918:aa00:3da5:c43:5a3d:3bda
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <656bcd7b-232b-4079-bdc8-2b7b5b08e3e5n@googlegroups.com>
Subject: Installing Tcl/Tk on Mac M1
From: stephen....@gmail.com (Westermeyer)
Injection-Date: Thu, 29 Dec 2022 14:24:59 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2161
 by: Westermeyer - Thu, 29 Dec 2022 14:24 UTC

Hello All,

Just wanted to put my notes on installing Tcl/Tk on Mac M1. Nothing groundbreaking here, but pure noobs might appreciate some guidance

1. Download the tcl and tk sources from whttps://www.tcl.tk/software/tcltk/download.html
2. Extract both the tcl and tk source packages
3. Use a shell to cd to macosx folder of tcl source
[At one of the points below you may be prompted to install XCode, which you should do if not already installed]
4. from the shell, type "./configure"
5. from the shell, type "make" (again, in the macosx folder)
6. from a shell, type "sudo make install"
Repeat steps 3, 4, 5, and 6 for tk source
As of today, this will give you Tcl/Tk version 8.6.13. You can confirm this by typing at your shell the following command:
"info patchlevel"

Where are the packages installed? You should be able to find the packages in the following location:
Macintosh HD > Library > Tcl

Other locations of interest:
Macintosh HD > System > Library > Tcl
Macintosh HD > System > Library > Frameworks > Tcl.framework
Macintosh HD > System > Library > Frameworks > TK.framework

Re: Installing Tcl/Tk on Mac M1

<1f15ddb7-07e2-4f49-acb2-b6a511fa4de2n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10496&group=comp.lang.tcl#10496

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:620a:4720:b0:6fa:8b0b:10c9 with SMTP id bs32-20020a05620a472000b006fa8b0b10c9mr1996655qkb.732.1672607138209;
Sun, 01 Jan 2023 13:05:38 -0800 (PST)
X-Received: by 2002:ac8:4604:0:b0:3a9:928c:29c9 with SMTP id
p4-20020ac84604000000b003a9928c29c9mr1557585qtn.73.1672607137967; Sun, 01 Jan
2023 13:05:37 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Sun, 1 Jan 2023 13:05:37 -0800 (PST)
In-Reply-To: <656bcd7b-232b-4079-bdc8-2b7b5b08e3e5n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:8801:c918:aa00:3d8d:7ba8:53df:b011;
posting-account=WI8jHwoAAAD5efFArnqHarz-JcS9Naxl
NNTP-Posting-Host: 2600:8801:c918:aa00:3d8d:7ba8:53df:b011
References: <656bcd7b-232b-4079-bdc8-2b7b5b08e3e5n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1f15ddb7-07e2-4f49-acb2-b6a511fa4de2n@googlegroups.com>
Subject: Re: Installing Tcl/Tk on Mac M1
From: stephen....@gmail.com (Westermeyer)
Injection-Date: Sun, 01 Jan 2023 21:05:38 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Westermeyer - Sun, 1 Jan 2023 21:05 UTC

With a little help from

https://www.sowaswie.de/downloads/tcl/macos/arm64/

was able to get pre-compiled libraries for Apple M1, and the following editors and debugger are now working:

alited
https://aplsimple.github.io/en/tcl/alited/index.html

Tloona
https://tloona.sourceforge.net/

TclProDebug
https://github.com/flightaware/TclProDebug
(note that tclparser library is available from sowaswie.de, really want to thank this person)

More progress...

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor