Re: Installing picolisp on macOS

2021-09-06 Thread Jean-Christophe Helary
> On Sep 6, 2021, at 17:36, Alexander Burger wrote: > > Hi Jean-Christophe, > >> Also, I'm trying to login to the wiki with my "old" account (brandelune) but >> the login is refused. Is there an issue with the password ? I'm not seeing a >> link to reset the password though. > > I think that

Re: Installing picolisp on macOS

2021-09-06 Thread Alexander Burger
Hi Jean-Christophe, > Also, I'm trying to login to the wiki with my "old" account (brandelune) but > the login is refused. Is there an issue with the password ? I'm not seeing a > link to reset the password though. I think that nothing relevant changed in the wiki. Is it ok if I make up a new pw

Re: Installing picolisp on macOS

2021-09-06 Thread Jean-Christophe Helary
I'm thinking of modifying the picolisp wiki, but then I thought (no insult intended), is Mike's repository considered as equivalent to the official distribution available here : https://software-lab.de/pil21.tgz ? If yes, that's perfect, otherwise, how can that repository be introduced on the

Installing picolisp on macOS

2021-09-04 Thread Jean-Christophe Helary
(creating a new thread) Thank you pahidu for the information. So, basically, the instructions for macos are: $ sudo port install llvm-10 readline libffi openssl $ sudo port select --set llvm mp-llvm-10 $ git clone https://git.envs.net/mpech/pil21.git $ cd pil21 $ (cd src; make) After your Makef