Re: slime + clisp + emacs: server disconnects
Stuart Little <[email protected]> Tue, 23 Jul 2019 13:37:20 -0400
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <20190723173720.GG9426@chirva-void> |
Oh, and regarding this: On Tue, Jul 23, 2019 at 06:49:50PM +0200, Pascal Bourguignon wrote: > Since you don’t seem to have readline compiled in, perhaps you don’t have libsigsegv compiled in either? > I don't have readline: starting plain 'clisp' (no rlwrap) produces ^[[A when pressing the up arrow, for instance. However, I do seem to have libsigsegv. Here's the full output of 'clisp --version': --- cut --- GNU CLISP 2.49 (2010-07-07) (built on build.voidlinux.eu [148.251.136.24]) Software: GNU C 6.2.1 20161126 cc -mtune=generic -O2 -pipe -g -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DNO_SINGLEMAP -DNO_TRIVIALMAP -DENABLE_UNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -DNO_READLINE -I. -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a -L/usr/lib -lsigsegv libgnu_cl.a SAFETY=0 TYPECODES WIDE_HARD SPVW_PAGES SPVW_MIXED libsigsegv 2.10 libffcall 1.11 Features: (REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES FFI GETTEXT UNICODE BASE-CHAR=CHARACTER WORD-SIZE=64 PC386 UNIX) C Modules: (clisp i18n syscalls regexp) Installation directory: /usr/lib/clisp-2.49/ User language: ENGLISH --- cut --- There's an '-lsigsegv' there.. > I would advise you to recompile clisp with those essential libraries! > > Have a look at the script I currently use to compile and install clisp from sources: > https://github.com/informatimago/install/blob/master/install-pjb-environment#L399 > Don’t use this script indiscriminately, it installs a lot of things!!! Instead, copy and paste what you need. > > > > -- > __Pascal J. Bourguignon__ > > > >