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, 23 Oct 2007 08:35:46 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Xavier Maillard <address@hidden> writes:

Hi Xavier,

>> I had the same problem and prepended
>> 
>> ,----
>> | (eval-when (:compile-toplevel :load-toplevel :execute)
>> |   (asdf:oos 'asdf:load-op :cl-ppcre))
>> `----
>> 
>> to package.lisp.
>
> Thank you Tassilo. I tried this here but it did not work either.
>
> I solved my problem by feeding clisp with an additionnal rc file to
> load when compiling/running stumpwm. Pro: it work(ed)s. Cons: it only
> work for the user that compiled stumpwm. I can easily fix that though.

Ah, right.  Clisp doesn't load the rc file if it's called with a file
argument, so I modified the Makefile to include the "-i ~/.clisprc.lisp"
option.  Sorry, I've forgotten that.

I wonder what's the deal in not loading the rc file.  Is there some
global rc file that it always loads?

Bye,
Tassilo




reply via email to

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