On 07/04/11 08:23, Ben Spencer wrote:
> On Mon, Jul 04, 2011 at 12:10:19AM +0200, Dirk Sondermann wrote:
>> As a more convenient alternative, you may apply the patch posted by
>> Ben Spencer on March 22 on this list. Since make-image.lisp.in has
>> changed in the meantime, I've attached an updated version of that
>> patch.
> 
> Unfortunately this makes it build but the resulting binary doesn't work:
> 
> ben@arctor:~/src/stumpwm$ ./stumpwm
> module 'syscalls' requires package OS.
> 
> I guess it needs to be told to load the required modules on startup.
> Any ideas?

No. It seems that saved images fail to start as soon as dynamic modules
are involved (even in the simplest case):

$ clisp -x '(require "clx")' -x '(ext:saveinitmem "test" :executable t)'
$ ./test
module 'syscalls' requires package OS.

This problem has been solved in the clisp version from the Mercurial
repository:

$ ./test
...
Welcome to GNU CLISP 2.49+
...
[1]> (xlib:window-p nil)
NIL

So we may have to wait for version 2.50 to get released.

--
Dirk

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

Reply via email to