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

_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to