Bug#608017: closed by dochang at gmail.com (Desmond O. Chang) (Bug#608017: fixed in stumpwm 1:20110213.git34362e5-1)
Desmond O. Chang
dochang at gmail.com
Tue Mar 1 02:56:31 UTC 2011
Hi servilio,
On Mon, Feb 28, 2011 at 18:58, servilio <servilio at gmail.com> 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.
CL-USER> (require "clx")
;; Loading file /usr/lib/clisp-2.49/dynmod/clx.lisp ...
;; Loading file /usr/lib/clisp-2.49/clx/new-clx/clx-preload.lisp ...
;; Loaded file /usr/lib/clisp-2.49/clx/new-clx/clx-preload.lisp
;; Loading module clx from /usr/lib/clisp-2.49/dynmod/lib-clx.so
;; Loaded module clx from /usr/lib/clisp-2.49/dynmod/lib-clx.so
;; Loading file /usr/lib/clisp-2.49/clx/new-clx/clx.fas ...
;; Loaded file /usr/lib/clisp-2.49/clx/new-clx/clx.fas
;; Loading file /usr/lib/clisp-2.49/clx/new-clx/image.fas ...
;; Loaded file /usr/lib/clisp-2.49/clx/new-clx/image.fas
;; Loading file /usr/lib/clisp-2.49/clx/new-clx/resource.fas ...
;; Loaded file /usr/lib/clisp-2.49/clx/new-clx/resource.fas
;; Loaded file /usr/lib/clisp-2.49/dynmod/clx.lisp
T
CL-USER> (find-package :xlib)
#<PACKAGE XLIB>
Debian clisp will not load "clx" at startup by default from 1:2.49-2.
More information about the pkg-common-lisp-devel
mailing list