stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Building with CLISP


From: Dirk Sondermann
Subject: Re: [STUMP] Building with CLISP
Date: Tue, 05 Jul 2011 00:56:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110623 Lightning/1.0b3pre Thunderbird/3.1.10

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:
> 
> address@hidden:~/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]