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: Tassilo Horn
Subject: Re: [SOLVED] Re: [STUMP] [OT] How do you compile clisp correctly ?
Date: Tue, 30 Oct 2007 09:45:08 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

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




reply via email to

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