On Sun, May 29, 2022 at 01:04:19PM +0900, Jean-Christophe Helary wrote: > >> 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; > >> ^ > >> ... > > > > They are all from the readline library. > > Would there be a version issue ?
Could be, but I cannot really believe that all these identifiers are so very new in readline. Also, why is ffi.h missing? > lib.c:612:10: fatal error: 'ffi.h' file not found > #include <ffi.h> > ^~~~~~~ Isn't libffi-dev installed? If so, is there something wrong with the include path (which might also explain the readline problems perhaps). ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe