Version: 1.2.35
Lisp: CMUCL 18e
There is a typo(?) in the
aserve/webactions/websession.cl causing compile-time
error. Namely:
(defmethod next-websession-id ((sm websession-master))
(mp:with-process-lock ...))
fails as where apparently is no WITH-PROCESS-LOCK in
MULTITHREADING (A.K.A. :MP) package; use acl-compat.mp
instead.