stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Building with CLISP


From: Dirk Sondermann
Subject: Re: [STUMP] Building with CLISP
Date: Sun, 03 Jul 2011 14:58:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110623 Lightning/1.0b3pre Thunderbird/3.1.10

On 07/02/11 03:20, Aidan Gauland wrote:
> I think StumpWM's build system needs to be updated to work with CLISP
> 2.49.  I tried building it on my Debian squeeze (stable) system (with
> the CLISP package from wheezy (testing), because 2.49 is not in
> squeeze), and got an error.  Here is my shell session from trying to
> build.
> ...
> $ make
> /usr/bin/clisp -K full -on-error exit ./make-image.lisp
> /usr/bin/clisp: /usr/lib/clisp-2.49/full/lisp.run: No such file or directory
> make: *** [stumpwm] Error 1

Debian builds clisp-2.49 with dynamic modules support, which has
become the default in that version. clx and other additional modules
are provided by separate packages now and there is no longer a "full"
linking set which contains all additional modules. But you can easily
create such a linking set by installing the desired clisp-module-*
packages and using clisp-link.

stumpwm needs the module new-clx (provided by clisp-module-clx), so
an appropriate "full" linking set may be created by

  clisp-link add /usr/lib/clisp-2.49/base \
                 /usr/lib/clisp-2.49/full \
                 /usr/lib/clisp-2.49/clx/new-clx

(Disclaimer: Since I'm not using Debian I did not test this procedure
with Debian's clisp. But it works with a clisp built from source.)

--
Dirk



reply via email to

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