On Dec 18, 2012, at 21:31, Lucien Pullen <drurowin@...> wrote:
> I'm trying to follow the tutorial at
> <http://www.kantz.com/jason/clim-primer/application-frames.htm>, but
> am getting stuck at a refused connection. I'm on Mac OS X, and have
> set $DISPLAY to "localhost:0.0" (XQuartz sets it to something
> dumb). However, I'm landing in the debugger still. I recall getting it
> working once before, but I've forgotten what must be done. This is
> through Slime. The same error happens when running SBCL manually in an
> xterm.
>
> Socket error in "connect": ECONNREFUSED (Connection refused)
> [Condition of type SB-BSD-SOCKETS:CONNECTION-REFUSED-ERROR]
[...]
Just to try the obvious things:
1. does it work if you don't touch $DISPLAY at all?
2. (if 1. doesn't help) did you turn on listening on internet sockets in XQuartz?
These days, X servers only accept connections on a local unix domain socket, but clx should be able to deal with that, both on unix and OS X, where the path to the socket differs.
Rudi
|