
29 Jun
2005
29 Jun
'05
6:32 a.m.
Julian Stecklina <der_julian@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