SBCL & slime are usually in lock-step. So if you use slime from cvs, then you will probably need to use sbcl from cvs as well.
- Luke Sent via BlackBerry by AT&T -----Original Message----- From: Justin Heyes-Jones <[email protected]> Date: Sun, 5 Apr 2009 11:54:59 To: Application Builder Discussion<[email protected]> Subject: Re: [ab] ubuntu problem with getting lispbuilder-sdl asdf-installed on sbcl? Specifically, with the latest slime from CVS in ~/slime .emacs (add-to-list 'load-path "~/slime/") (setq inferior-lisp-program "sbcl") (require 'slime) (slime-setup) When I run slime it almost works... I end up with an inferior lisp buffer ; /home/justinhj/.slime/fasl/2009-04-03/sbcl-1.0.15-linux-x86/contrib/swank-sbcl-exts.fasl written ; compilation finished in 0:00:00 ;; Swank started at port: 47736. 47736 * But slime doesn't appear to be running properly. So I try running slime from an xterm (how you do this is completely different to how the manual says you should do it) Which seems to be working WARNING: These Swank interfaces are unimplemented: (ALL-THREADS CALLS-WHO DISASSEMBLE-FRAME INTERRUPT-THREAD RECEIVE-IF SEND SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SPAWN WHO-SPECIALIZES) ;; Swank started at port: 4005. * But slime-connect from emacs gives Connecting to Swank on port 4005.. [2 times] open-network-stream: make client process failed: connection refused, :name, SLIME Lisp, :buffer, nil, :host, 127.0.0.1, :service, 4005 This is driving me nuts. I suppose this the wrong list ;-) Justin 2009/4/5 Justin Heyes-Jones <[email protected]>: > Glad you beat me to it. I've just killed an hour trying to get slime > to work on my Ubuntu machine. The lastest CVS version is not playing > ball at all. > > Justin > > 2009/4/5 Luke J Crook <[email protected]>: >> David O'Toole <d...@...> writes: >> >>> >>> >>> http://paste.lisp.org/display/78048 >>> >> >> I Just tried a clean ASDF-INSTALL of lispbuilder-sdl and >> lispbuilder-sdl-mixer >> on Ubuntu 8.10 using SBCL and sdl-mixer works fine. >> >> Ubuntu uses common-lisp-controller which *always* causes problems. Remove the >> fasls from: >> >> /var/cache/common-lisp-controller/1000/sbcl/local/home/<login_name>/.sbcl/site/ >> >> As well as the packages in .sbcl/site/ >> >> - Luke >> >> _______________________________________________ >> application-builder mailing list >> [email protected] >> http://www.lispniks.com/mailman/listinfo/application-builder >> > _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
