stumpwm-devel
[Top][All Lists]
Advanced

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

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


From: Tassilo Horn
Subject: Re: [STUMP] [OT] How do you compile clisp correctly ?
Date: Mon, 22 Oct 2007 21:33:06 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Xavier Maillard <address@hidden> writes:

>> > Whatever combination I tried to compile Clisp 2.41a onto my slackware
>> > box, it failed to compile stumpwm-git.
>> 
>> I think you need clisp-2.42 (released on 16th of this month) compiled
>> with new-clx.
>
> I tried with 2.42 but it just fails too :(
>
> I also asdf-install'd cl-ppcre but it claims it can't find a module
> package name PPCRE.

I had the same problem and prepended

,----
| (eval-when (:compile-toplevel :load-toplevel :execute)
|   (asdf:oos 'asdf:load-op :cl-ppcre))
`----

to package.lisp.

HTH,
Tassilo




reply via email to

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