[hunchentoot-devel] *supports-threads-p*

Hello! If I load Hunchentoot 1.0.0 into ClozureCL, CCL says that *supports-threads-p* is undefined, would you like to use bt:*supports-threads-p* instead? The reason, it seems, is that CCL doesn't like symbol-macro *supports-threads-p* being defined in the same file it's being used. If I move it into e.g. compat.lisp, everything is fine. Cheers, Dmitri

On Thu, May 21, 2009 at 14:10, Dmitri Hrapof <hrapof@common-lisp.ru> wrote:
If I load Hunchentoot 1.0.0 into ClozureCL, CCL says that *supports-threads-p* is undefined, would you like to use bt:*supports-threads-p* instead?
What version of CCL are you using? We use Hunchentoot on CCL intensively and do not see that problem, so it might be related to your CCL version (either too old or too new). Can you supply us with the output of (lisp-implementation-version), please? Thanks, -Hans

Ecl also has problems with this, so it might be worth handling. 2009/5/21 Hans Hübner <hans.huebner@gmail.com>:
On Thu, May 21, 2009 at 14:10, Dmitri Hrapof <hrapof@common-lisp.ru> wrote:
If I load Hunchentoot 1.0.0 into ClozureCL, CCL says that *supports-threads-p* is undefined, would you like to use bt:*supports-threads-p* instead?
What version of CCL are you using? We use Hunchentoot on CCL intensively and do not see that problem, so it might be related to your CCL version (either too old or too new). Can you supply us with the output of (lisp-implementation-version), please?
Thanks, -Hans
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
participants (3)
-
Dmitri Hrapof
-
Hans Hübner
-
Marko Kocić