[slime-devel] Re: swank-sbcl fails on FreeBSD

Christophe Rhodes csr21 at cam.ac.uk
Wed Jun 29 06:32:06 UTC 2005


Julian Stecklina <der_julian at web.de> writes:

> swank-sbcl.lisp refers to the alien "linux_no_threads_p" which does
> not exist on my SBCL 0.8.17 (yeah, someone should probably update the
> ports :-/) on FreeBSD. The following patch fixes avoids this:

>    (if (and (member :sb-thread *features*)
> +           #+linux
>             (not (sb-alien:extern-alien "linux_no_threads_p" sb-alien:boolean)))

Have you actually managed to build sbcl on FreeBSD with :sb-thread?
Does it work?

Cheers,

Christophe





More information about the slime-devel mailing list