building on macos

2022-05-22 Thread Jean-Christophe Helary
I'm following the instructions here: https://picolisp.com/wiki/?alternativeMacOSRepository And I end-up with this error: ➜ pil21 git:(master) (cd src; make) /opt/local/libexec/llvm-10/bin/llvm-link: lib.bc: error: Unknown attribute kind (68) (Producer: 'APPLE_1_1300.0.29.30_0' Reader: 'LLVM 10.

Re: building on macos

2022-05-22 Thread Jean-Christophe Helary
> On May 22, 2022, at 21:44, Mike wrote: > > May 22, 2022, 3:00 PM, "Jean-Christophe Helary" > mailto:li...@traduction-libre.org?to=%22Jean-Christophe%20Helary%22%20%3Clists%40traduction-libre.org%3E > > wrote: > >> >> I'm following the instructions here: >> https://picolisp.com/wiki/?alte

Re: building on macos

2022-05-22 Thread Jean-Christophe Helary
> On May 23, 2022, at 2:54, Mike wrote: > > hi all, > > https://git.envs.net/mpech/pil21-tests/raw/branch/master/Makefile.macos > > This is my Makefile I am using and will maintain for macos port. > Please try. Thank you Mike. I get the exact same result as my previous attempt with the oth