Henry Lenzi <[EMAIL PROTECTED]> writes:

> Hello --
>
>  I'm trying to figure out how I can use CLM
>  A document on 
> http://www-cgi.cs.cmu.edu/afs/cs/project/ai-repository/
> ai/lang/lisp/gui/clm/readme.txt
>  says that "CLM consists of three components: A CLM daemon, a CLM server, and a
> package of Common Lisp functions."
>
>  All I could find was:
>
>  /usr/lib/cmucl/subsystems/clm-library.x86f
>
>  Are there others? Has *anyone* used CLM on Debian?
>
>  Whenever I try:
>
>  (load "/usr/lib/cmucl/subsystems/clm-library.x86f")
>
>  (load "clm")
>
>  "Server not forking"
>  "Connection to server broken"
>  Then, ISLISP just chokes and dies...

I have this problem intermittantly, but I've never been able to track
down a reproducible case.  It only happens when you get an error after
clm is loaded but using the inspector.

To get this to work:

1.  Make sure you aren't running any stray copies of motifd (the
    server process).

2.  Clean out any stray .motif* files in your /tmp directories.

3.  In a fresh lisp, do

* (require :cmucl-clx)
* (require :clm)
* (inspect 1)

That should pop up a motif inspector.  From this point on you should
be fine.

Good luck.

HTH,

cbb

-- 
 16:37:35 up  8:45,  0 users,  load average: 0.27, 0.20, 0.09

Reply via email to