Re: building on macos

2022-05-30 Thread Jean-Christophe Helary
It looks like I'm slowly getting somewhere... ➜ pil21+ git:(master) ✗ which opt /usr/local/opt/llvm@11/bin/opt ➜ pil21+ git:(master) ✗ which clang /usr/local/opt/llvm@11/bin/clang ➜ pil21+ git:(master) ✗ which llvm-link /usr/local/opt/llvm@11/bin/llvm-link ➜ pil21+ git:(master) ✗

Re: building on macos

2022-05-30 Thread Alexander Burger
Hi Jean-Christophe, > It looks like I'm slowly getting somewhere... > ... Great! :) > ./pil: line 2: exec: > /Users/suzume/Documents/Repositories/pil21+/src/../bin/picolisp: cannot > execute: No such file or directory That's an easy one. It tries to bootstrap, but bin/picolisp does not exist

Re: building on macos

2022-05-30 Thread Jean-Christophe Helary
> On May 30, 2022, at 18:18, Alexander Burger wrote: > > Hi Jean-Christophe, > >> It looks like I'm slowly getting somewhere... >> ... > > Great! :) > > >> ./pil: line 2: exec: >> /Users/suzume/Documents/Repositories/pil21+/src/../bin/picolisp: cannot >> execute: No such file or director