stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] changes in CVS


From: Jay Belanger
Subject: Re: [STUMP] changes in CVS
Date: Thu, 16 Oct 2003 14:35:27 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

jason haslup <address@hidden> writes:
...
> Can you tell me how you installed cmu lisp on in redhat 9?  Did you
> find RPMs of everything required for stump, or was it mainly a manual
> process?  I spent some time over the weekend trying to get stump up
> and running but ran into one thing after another.

I got some cmucl rpms from 
http://www.caddr.com/lisp/
The clocc-port stuff I got from clocc.sf.net,
I didn't find any rpms for that.  
I forget where I got the asdf from.
I have all that stuff at
ftp://vh213601.truman.edu/pub/cmucl
(The port and asdf stuff is in Extras.tgz.)

Here's what I did to get it working:
(This is, of course, not the recommended way, but it worked for me.)
I put all the port stuff in a directory (~/.stump), and I have a file
`mystump.lisp' containing (change directory names as needed):

(require 'clx)
(load "/home/belanger/.stump/asdf")
(load "/home/belanger/.stump/ext")
(load "/home/belanger/.stump/gray")
(load "/home/belanger/.stump/net")
(load "/home/belanger/.stump/path")
(load "/home/belanger/.stump/proc")
(load "/home/belanger/.stump/shell")
(load "/home/belanger/.stump/sys")
(load "/home/belanger/.stump/package")
(load "/usr/local/LATEST/stumpwm/stumpwm-primitives")
(load "/usr/local/LATEST/stumpwm/stumpwm-input")
(load "/usr/local/LATEST/stumpwm/stumpwm-core")
(load "/usr/local/LATEST/stumpwm/stumpwm-user")
(load "/usr/local/LATEST/stumpwm/stumpwm")
(stumpwm:stumpwm "" :display 0)

Then 
lisp -load /path/to/file/mystump.lisp
starts stumpwm for me.

Jay




reply via email to

[Prev in Thread] Current Thread [Next in Thread]