stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [SOLVED] Re: [STUMP] [OT] How do you compile clisp correctly ?


From: raffael . mancini
Subject: Re: [SOLVED] Re: [STUMP] [OT] How do you compile clisp correctly ?
Date: Wed, 31 Oct 2007 01:47:30 +0100
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.7 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Tue, 30 Oct 2007 09:45:08 +0100,
Tassilo Horn <address@hidden> wrote:
> 
> address@hidden writes:
> 
> Hi Raffael,
> 
> >> Tassilo Horn <tassilo <at> member.fsf.org> writes:
> >> 
> >> > I had the same problem and prepended
> >> > 
> >> > ,----
> >> > | (eval-when (:compile-toplevel :load-toplevel :execute)
> >> > |   (asdf:oos 'asdf:load-op :cl-ppcre))
> >> > `----
> >> > 
> >> > to package.lisp.
> > 
> > It would be real nice if you added your solution to the wiki. I myself
> > haven't solved the problem yet. I'm a gentoo user by the way.
> 
> Me, too.  Try to prepend the eval-when expression to package.lisp and
> change the line
> 
>   clisp_OPTS=-K full -on-error exit ./make-image.lisp
> 
> in the Makefile to
> 
>   clisp_OPTS=-K full -i ~/.clisprc.lisp -on-error exit ./make-image.lisp
> 
> and be sure that your clisp RC file includes
> 
>   ;; Load the gentoo maintained init (dev-lisp/gentoo-init)
>   (load #p"/etc/gentoo-init.lisp")
> 
> Does that work for you?  If not, what error do you get?
> 
> Bye,
> Tassilo
> 
> 
> _______________________________________________
> Stumpwm-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/stumpwm-devel
> 

It did work, but first I had to create some doirectories and files in
the system folder and execute make with root rights.
I'm currently successfully running stumpwm with clisp :)

Greetings and thanks for the help,
Raffael




reply via email to

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