[slime-devel] compilation error swank

Irene DURAND idurand at labri.fr
Thu Sep 8 11:12:21 UTC 2011


Hi,

I just started teaching Lisp to third year students and of course, they
are all trying to install Slime on their laptops.

One has a problem on a MacBook Pro (Lion) that I was unable to solve so far.

He is using
  slime 2009-09-06
  SBCL 1.0.51.0-a546163
  GNU Emacs 22.3.1 (i386-apple-darwin9.8.0, Carbon Version 1.6.0)


If anyone has an idea of what the problem is, I would be very grateful
for your help.

Irène
PS: The *inferior-lisp* buffer looks like that:

(progn (load "/Users/enguerrand-petit/slime/swank-loader.lisp" :verbose 
t) (funcall (read-from-string "swank-loader:init")) (funcall 
(read-from-string "swank:start-server") 
"/var/folders/th/12m02b5s7yqgmbw413kjxfdc0000gn/T/slime.1833" 
:coding-system "iso-latin-1-unix"))

This is SBCL 1.0.51.0-a546163, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
*
; loading #P"/Users/enguerrand-petit/slime/swank-loader.lisp"
; loading 
#P"/Users/enguerrand-petit/.slime/fasl/2011-08-31/sbcl-1.0.51.0-a546163-darwin-x86/swank-backend.fasl"
; loading 
#P"/Users/enguerrand-petit/.slime/fasl/2011-08-31/sbcl-1.0.51.0-a546163-darwin-x86/swank-source-path-parser.fasl"
; loading 
#P"/Users/enguerrand-petit/.slime/fasl/2011-08-31/sbcl-1.0.51.0-a546163-darwin-x86/swank-source-file-cache.fasl"

; compiling file "/Users/enguerrand-petit/slime/swank-sbcl.lisp" 
(written 01 SEP 2011 11:22:01 AM):
;
; compilation unit aborted
;   caught 1 fatal ERROR condition
; compilation aborted after 0:00:00.004
;;
;; Error while compiling /Users/enguerrand-petit/slime/swank-sbcl.lisp:
;;   Don't know how to REQUIRE SB-BSD-SOCKETS.
;; See also:
;;   The SBCL Manual, Variable *MODULE-PROVIDER-FUNCTIONS*
;;   The SBCL Manual, Function REQUIRE
;; Aborting.





More information about the slime-devel mailing list