Re: pil21 on Mac, some errors

2020-10-26 Thread Alexander Burger
Hi Jon, > Yesterday I tried installing pil21 on my Mac, following Mike Pechkin's > instructions here: > https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md > > > Here’s the output from the last line: > ...

Re: PilBox problem

2020-10-26 Thread O.Hamann
pilBox REPL: (version) -> 21.0.0 nice :-) (does db stuff already work?) I always forget how to run the picolisp testsuite ... On 24.10.20 18:06, Alexander Burger wrote: > On Fri, Oct 23, 2020 at 04:53:24PM +0200, Alexander Burger wrote: >> Seems I should release PilBox/21 asap ... > Done! :

Re: PilBox problem

2020-10-26 Thread Alexander Burger
Hi Olaf, > (does db stuff already work?) Yes, should all work :) We spent the last week with the stress tests $ ./pil misc/stress.l -main -go -bye ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

pil21 on Mac, some errors

2020-10-26 Thread Jon Kleiser
Hi, Yesterday I tried installing pil21 on my Mac, following Mike Pechkin's instructions here: https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md Here’s the output from the last line: $ gcc sysdefs.c && ./a

Re: pil21 on Mac, some errors

2020-10-26 Thread Karl-Heinz Kreis
Am Mon, 26 Oct 2020 11:15:02 +0100 schrieb Alexander Burger : > Hi Jon, > > > Yesterday I tried installing pil21 on my Mac, following Mike > > Pechkin's instructions here: > > https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md > >

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
> Is there some easy fix to get rid of these errors? Sure, I will try repeat steps from scratch this evening on Mac and will update the steps p.s. BTW, homebrew switched to LLVM11. Lucky pil21 supports and tested on LLVM11 too. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Un

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
> It boils down to: use current versions of your toolchain. On my mint19 > machine i had to manually update llvm from 6(?) to 10 :) > Right, pil21 only works in LLVM7+ environment. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
> I'm not sure, but after I sent Mike's link to another MacOS user, he answered: > > By following his instruction for macOS 10.15, I was able to build/run on Mac. > I just needed to upgrade homebrew tools, and use GCC-9 for opt assembler. > > No idea what that means, but perhaps you know? > "op

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
October 26, 2020 10:08 AM, "Jon Kleiser" wrote: > Hi, > > Yesterday I tried installing pil21 on my Mac, following Mike Pechkin's > instructions here: > > https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md > > Here’s the output from the last line: > > $ gcc sysdefs.c && ./a.