[private email bounced] >>>>> "fb" == Frank Berthold <[EMAIL PROTECTED]> writes:
fb> I hope that I'm not being a bother not a bother; I do prefer people using the mailing lists, since they are archived and allow other people to read. fb> a large chunk of my message was the motif server failing fb> noisely, do you have any idea what could be causing that. I've fb> fixed the problem that you'd previously described and Hemlock fb> seems to be working fine otherwise, but the debugger does not fb> seem to be functional. Is there anything that I can do to find fb> the source of this problem? I'm not sure; it might be that the motif libraries aren't able to authenticate themselves with your X11 server, or that lisp can't communicate with the motifd over a Unix socket. Try running the motifd manually and telling it to listen for TCP connections: $CMUCLLIB/motifd -trace -nounix then in CMUCL (require :clm) (setf toolkit::*default-server-host* "motif-machine") (inspect *package*) You should get lots of debugging output on the stderr of the motifd. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
