Re: [Cusp] Trouble with Cusp on OSX 64-bit

53 views
Skip to first unread message

Timothy Jasko

unread,
Aug 29, 2008, 10:51:30 PM8/29/08
to cusp-dev...@googlegroups.com
Well, I can safely say that the SBCL that ships with Cusp will not
work for you, since it's 32-bit. However, if you've compiled up a
version of SBCL for yourself that works, I would expect Cusp to be
able to connect to it.

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.
> >
>

Sergey Kolos

unread,
Sep 19, 2008, 8:10:26 PM9/19/08
to Cusp Development
On Aug 30, 3:51 am, "Timothy Jasko" <tja...@bitfauna.com> wrote:
> Well, I can safely say that the SBCL that ships with Cusp will not
> work for you, since it's 32-bit. However, if you've compiled up a
> version of SBCL for yourself that works, I would expect Cusp to be
> able to connect to it.
>
> 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)

I tried this today - it didn't work. But the following works:

(load "path-to-cusp/slime/swank-loader.lisp")
(swank-loader:init)
(swank:create-server :port 4005)

Is this another change in swank API, or I am doing something wrong?

Reply all
Reply to author
Forward
0 new messages