On 2011-07-02 09:20:49 +0800, 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.
>
> Regards,
> Aidan Gauland
>
> $ git clone --depth 1 git://git.savannah.nongnu.org/stumpwm.git
> Cloning into stumpwm...
> remote: Counting objects: 401, done.
> remote: Compressing objects: 100% (270/270), done.
> remote: Total 401 (delta 270), reused 205 (delta 127)
> Receiving objects: 100% (401/401), 444.36 KiB | 94 KiB/s, done.
> Resolving deltas: 100% (270/270), done.
> $ cd stumpwm/
> $ autoconf
> $ ./configure --with-lisp=clisp 
> --with-ppcre=/usr/share/common-lisp/source/cl-ppcre
> checking for sbcl... /usr/bin/sbcl
> checking for clisp... /usr/bin/clisp
> checking for ccl... no
> checking for ecl... no
> configure: Using clisp at /usr/bin/clisp
> checking for makeinfo... yes
> checking for xdpyinfo... yes
> checking for /usr/share/common-lisp/source/cl-ppcre/cl-ppcre.asd... yes
> configure: creating ./config.status
> config.status: creating Makefile
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating make-image.lisp
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating make-image.lisp
> config.status: creating version.lisp
> $ 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

I have met this problem. Check if lisp.run is there. In my system, it's
under directory

/usr/lib/clisp-2.49/base

. You can symlink it to /usr/lib/clisp-2.49/full.

> make: *** [stumpwm] Error 1
> $
>
>
> _______________________________________________
> Stumpwm-devel mailing list
> Stumpwm-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

-- 
Regards
Lei

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

Reply via email to