[slime-devel] Re: Unable to get SLIME working with sbcl-0.9.13
Marco Monteiro
masm at acm.org
Mon Jun 12 15:53:14 UTC 2006
I also needed to apply this hack to slime:
--- swank-sbcl.lisp 19 Apr 2006 09:18:53 -0000 1.155
+++ swank-sbcl.lisp 12 Jun 2006 15:33:40 -0000
@@ -32,6 +32,8 @@
;;; TCP Server
(defimplementation preferred-communication-style ()
+ :spawn
+ #- (and)
(cond
;; fixme: when SBCL/win32 gains better select() support, remove
;; this.
This is because linux_no_threads_p has been dropped in the last
revisions of SBCL.
It would be nice to have this properly solved.
Marco
Nikodemus Siivola wrote:
> rif <rif at MIT.EDU> writes:
>
>> Ah, maybe I spoke too soon. Apparently, I need to set
>> swank:*communication-style* to something other than :spawn. Is it known
>> that :spawn doesn't work with sbcl? I somehow thought I'd been using
>> :spawn with sbcl on my other (home) machine, but maybe I was confused.
>
> :spwan should work fine, but you need to build you SBCL with threads
> enabled -- they are not built by default.
>
> Cheers,
>
> -- Nikodemus Schemer: "Buddha is small, clean, and serious."
> Lispnik: "Buddha is big, has hairy armpits, and laughs."
>
> _______________________________________________
> slime-devel site list
> slime-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/slime-devel
>
More information about the slime-devel
mailing list