I don't know precisely what you've tried, but here's what I would do to debug:
Start your copy of sbcl manually, then run these commands:
(load "path-to-cusp/slime/swank-loader.lisp")
(swank:create-server :port 4005)
If you don't get errors from that, once you start up Cusp it should
connect to that instance.
If you do, of course, then they should contain insight into your
problem, so let us know what happens either way.
On Fri, Aug 29, 2008 at 12:06 AM, mikel evins <evins...@gmail.com> wrote:
>
>
> I'm pretty interested in trying Cusp, but I've never yet been able to
> get it to see any of the Lisps I have installed on my Mac OS X system
> (OS X version 10.5.4 on 64-bit Intel; SBCL, Clozure CL, and Allegro CL
> Enterprise). I've tried every sequence of things to try that I could
> find anywhere on the web; all I ever see is the message "Cusp was
> unable to connect to your lisp instance. Please try restarting
> Eclipse."
>
> So accustomed to it failing have I become that I expect no solution to
> be found, but figured, what could it hurt to ask about it? So if
> anyone can think of anything obvious to try that I have somehow
> overlooked, I'll be glad to learn of it.
> >
>