On Tue, Mar 1, 2011 at 15:25, servilio <[email protected]> wrote: > On 1 March 2011 02:56, Desmond O. Chang <[email protected]> wrote: >> Hi servilio, >> >> On Mon, Feb 28, 2011 at 18:58, servilio <[email protected]> wrote: >>> >>> This is a problem in the clisp package, CLX works in 2.48, but not in >>> 2.49 even with clisp-module-clx installed: >> >> How do you start stumpwm? If you exec /usr/bin/stumpwm, it should >> work. If you load stumpwm in repl, you have to (require "clx") first. >> The module name must be downcase "clx", neither "CLX" nor :clx. > > Yes, I use the package-provided script, and after upgrading to the > latest version of stumpwm in the repo it works with CLISP, but now it > doesn't with SBCL, the error that it ends with: > > ; file: /usr/share/common-lisp/source/stumpwm/stumpwm.lisp > ; in: DEFUN STUMPWM::STUMPWM-INTERNAL > ; (STUMPWM::GROUP-STARTUP STUMPWM::G) > ; > ; caught STYLE-WARNING: > ; undefined function: STUMPWM::GROUP-STARTUP > ; > ; compilation unit finished > ; Undefined function: > ; STUMPWM::GROUP-STARTUP > ; caught 1 STYLE-WARNING condition > ; printed 1 note
I got this problem too. I think it's from upstream. Please delete your caches in ~/.cache/common-lisp/sbcl.../stumpwm/ to fix it. _______________________________________________ pkg-common-lisp-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel
