stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Stumpwm install problem


From: Philipp Brüschweiler
Subject: Re: [STUMP] Stumpwm install problem
Date: Mon, 23 Jul 2007 19:05:39 +0200



2007/7/23, arnuld <address@hidden>:
> On 7/23/07, Philipp Brüschweiler <address@hidden> wrote:
> You have two possibilities:

> 1. Compile Clisp youself with the mit-clx included (see the stumpwm README);
> or
>  2. Use SBCLinstead

this is from CVS README of Stumpwm:

Build & Start Stumpwm
---------------------

If you intend to use sbcl you need to install portable-clx. If you're
using clisp, make sure it has been compiled with mit-clx. As of clisp
1.41, new-clx is too buggy to run stumpwm. If you want to use new-clx,
build clisp from CVS where the problems have been resolved.



> I use SBCL and everything works fine so far.


even SBCL (on Arch) lacks CLX support :-(

Oops...
Sorry, I forgot you have to install CLX before you build stumpwm...
But to install something in SBCL is far easier than to rebuild Clisp :-D

start sbcl and enter:

(require 'asdf)
(require 'adsf-install)
(asdf-install:install 'clx)

That might take a while, but afterwards you should be ready.



reply via email to

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