[hunchentoot-devel] wrong version of sbcl
Jens Teich
info at jensteich.de
Thu Apr 19 23:42:01 UTC 2007
Edi Weitz wrote:
> On Thu, 19 Apr 2007 23:17:30 +0200, Jens Teich <info at jensteich.de>
> wrote:
>
>> (ERROR "This application will only run on SBCL with thread and
>> Unicode support or on LispWorks.")
>
> Actually, I'm pretty sure the "or on LispWorks" part was never in
> there...
I am using the brand new version 0.9.0 but you are right, the error
is thrown in my application.
#-(or (and :sb-thread :sb-unicode) :lispworks)
(error "This application will only run on SBCL with thread and Unicode support or on LispWorks.")
(defpackage :webcontent
(:use :cl :cl-who :hunchentoot :flex)
(:export :*backup-interval* :*webcontent-port* :start :stop)
#+:sbcl
(:shadow :defconstant))
These lines will be familiar to you
:)
thx jens
More information about the Tbnl-devel
mailing list