On Sat, 14 Jul 2007 04:34:05 +0400, Anton Vodonosov vodonosov@mail.ru wrote:
It's strange. Today I've tried to load hunchentoot via asdf and the code I've sent in previous message don't work.
I fixed it a little and now it's possible to load hunchentoot using asdf and sbcl win32:
Thanks, I finally managed to add this code.
BTW, in the top of port-sbcl.lisp there is #-:sb-thread (eval-when (:compile-toplevel :load-toplevel :execute) (warn "Without thread support, this library is only useful for development."))
It's quite annoying because compilation with asdf fails on this (today; strange again I don't remember that it happened before)
Yeah, sorry, this is ASDF's default behaviour that I don't necessarily like. Still, I think for pedagogical purposes it it good to have this warning in there.
Cheers, Edi.