[hunchentoot-devel] wrong version of sbcl
Cyrus Harmon
ch-tbnl at bobobeach.com
Thu Apr 19 21:31:14 UTC 2007
Hi Jens,
You need to build a copy of SBCL with threads. You might consider
using the latest source from CVS and build with a customize-target-
features.lisp file like so:
(lambda (list)
(flet ((enable (x) (pushnew x list))
(disable (x) (setf list (remove x list))))
#+nil (enable :sb-show)
(enable :sb-after-xc-core)
(enable :sb-ldb)
(enable :sb-thread)
(enable :mach-exception-handler)
list))
good luck,
Cyrus
On Apr 19, 2007, at 2:17 PM, Jens Teich wrote:
> I'm trying to avoid buying LispWorks for Macintosh but want to run
> hunchentoot on
> Intel Mac OS X 10.4.9.
>
> The result is:
>
> (ERROR "This application will only run on SBCL with thread and
> Unicode support or on LispWorks.")
>
> I have the latest SBCL-Version (1.0.4) and can't find anything on
> sbcl.org about versions with or
> without these features.
>
> -jens
> _______________________________________________
> tbnl-devel site list
> tbnl-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
More information about the Tbnl-devel
mailing list