> On May 29, 2022, at 4:16, Mike <tankf33...@disroot.org> wrote:
> 
>> 
>> ➜ 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
>> ➜ pil21+ git:(master) ✗
>> 
> 
> you are compiling by builtin version of LLVM and linking from port.
> try to run these:
> ===
> $ cd pil21/src
> $ rm *.bc
> $ make
> ===


➜  pil21+ git:(master) ✗ cd src
➜  src git:(master) ✗ rm *.bc
➜  src git:(master) ✗ make
/bin/sh: pkg-config: command not found
lib.c:119:4: error: use of undeclared identifier 'rl_catch_signals'
   rl_catch_signals = 0;
   ^
lib.c:121:4: error: use of undeclared identifier 'rl_input_available_hook'
   rl_input_available_hook = rlAvail;
   ^
lib.c:124:4: error: use of undeclared identifier 'rl_basic_quote_characters'
   rl_basic_quote_characters = NULL;
   ^
lib.c:136:56: error: use of undeclared identifier 'rl_readline_state'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE)) {
                                                       ^
lib.c:136:76: error: use of undeclared identifier 'RL_STATE_DONE'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE)) {
                                                                           ^
lib.c:136:8: error: use of undeclared identifier 'rl_readline_state'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE)) {
       ^
lib.c:136:28: error: use of undeclared identifier 'RL_STATE_INITIALIZED'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE)) {
                           ^
lib.c:143:56: error: use of undeclared identifier 'rl_readline_state'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE))
                                                       ^
lib.c:143:76: error: use of undeclared identifier 'RL_STATE_DONE'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE))
                                                                           ^
lib.c:143:8: error: use of undeclared identifier 'rl_readline_state'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE))
       ^
lib.c:143:28: error: use of undeclared identifier 'RL_STATE_INITIALIZED'
   if (rl_readline_state & RL_STATE_INITIALIZED  &&  !(rl_readline_state & 
RL_STATE_DONE))
                           ^
lib.c:148:8: error: use of undeclared identifier 'rl_readline_state'
   if (rl_readline_state & RL_STATE_INITIALIZED) {
       ^
lib.c:148:28: error: use of undeclared identifier 'RL_STATE_INITIALIZED'
   if (rl_readline_state & RL_STATE_INITIALIZED) {
                           ^
lib.c:156:8: error: use of undeclared identifier 'rl_readline_state'
   if (rl_readline_state & RL_STATE_SIGHANDLER) {
       ^
lib.c:156:28: error: use of undeclared identifier 'RL_STATE_SIGHANDLER'
   if (rl_readline_state & RL_STATE_SIGHANDLER) {
                           ^
lib.c:612:10: fatal error: 'ffi.h' file not found
#include <ffi.h>
         ^~~~~~~
16 errors generated.
make: *** [lib.bc] Error 1


-- 
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