> On May 23, 2022, at 16:16, Mike <tankf33...@disroot.org> wrote:
> 
> May 23, 2022, 7:13 AM, "Jean-Christophe Helary" <li...@traduction-libre.org 
> mailto:li...@traduction-libre.org?to=%22Jean-Christophe%20Helary%22%20%3Clists%40traduction-libre.org%3E
>  > wrote:
> 
>> 
>> I get the exact same result as my previous attempt with the other Makefile.
>> 
>> ➜ 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.0.1')
>> /opt/local/libexec/llvm-10/bin/llvm-link: error: loading file 'lib.bc'
>> make: *** [picolisp.bc] Error 1
>> 
> 
> 
> This error tells: binary file created on one version of LLVM (built in macos) 
> and you are linking with another.
> Now your full correct workflow is:
> =====
> $ brew install llvm libffi ncurses readline
> $ cd pil21/src
> $ make clean
> $ make clean2
> $ make
> $ make clean
> $ make
> ## add ~/pil21 to $PATH
> $ pil @lib/test.l + 
> : OK
> $
> =====

➜  pil21 git:(master) ✗ cd src
➜  src git:(master) ✗ make clean
➜  src git:(master) ✗ make clean2
➜  src git:(master) ✗ make
./pil: line 2: /Users/suzume/Documents/Repositories/pil21/src/../bin/picolisp: 
No such file or directory
./pil: line 2: exec: 
/Users/suzume/Documents/Repositories/pil21/src/../bin/picolisp: cannot execute: 
No such file or directory
make: *** [base.ll] Error 126


-- 
Jean-Christophe Helary @brandelune
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/


--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to