I tried FAIRLY-STABLE this morning, and had some problems:
In swank-sbcl.lisp preferred-communication-style there were complaints that the linux_no_threads_p symbol was undefined. I'm using SBCL 0.8.16, Linux 2.6.11.6, and glibc 2.3.2. (Unconditionally returning :spawn works.)
In swank.lisp clear-repl-results, there seems to be one superflous closing parenthesis.
Lars Brinkhoff lars@nocrew.org writes:
I tried FAIRLY-STABLE this morning, and had some problems:
In swank-sbcl.lisp preferred-communication-style there were complaints that the linux_no_threads_p symbol was undefined. I'm using SBCL 0.8.16, Linux 2.6.11.6, and glibc 2.3.2. (Unconditionally returning :spawn works.)
If the instructions in FAIRLY-STABLE don't already say "you need sbcl 0.9 or greater if you use sbcl", they should do. You need sbcl 0.9 or greater if you use sbcl.
-dan
Daniel Barlow dan@telent.net writes:
Lars Brinkhoff lars@nocrew.org writes:
In swank-sbcl.lisp preferred-communication-style there were complaints that the linux_no_threads_p symbol was undefined. I'm using SBCL 0.8.16
If the instructions in FAIRLY-STABLE don't already say "you need sbcl 0.9 or greater if you use sbcl", they should do.
Ok, thanks. I guess PROBLEMS, and possibly NEWS, need to be updated.