
Hi, While trying to compile and load my personal project with ql:quickload I got a compilation error for cl-ppcre. I logged a issue with cl-ppcre in github and got an answer that MKCL compiler is broken somewhere and I need to fix it. Can anyone here please help me do that? Please check the attached mail below for the suggestions from cl-ppcre team. Thanks and regards Santanu ---------- Forwarded message ---------- From: "Stas Boukarev" <notifications@github.com> Date: Jun 23, 2014 1:45 AM Subject: Re: [cl-ppcre] Expected end of string - error while compiling cl-ppcre (#19) To: "edicl/cl-ppcre" <cl-ppcre@noreply.github.com> Cc: "Santanu Chakrabarti" <santanu.chakrabarti@gmail.com> The compiler is broken at
(funcall (compile nil `(lambda (a) (declare (optimize (safety 0))) (prog1 (char "abc" (car a)) (setf (car a) 1)))) (list 0)) => #\U+????
— Reply to this email directly or view it on GitHub <https://github.com/edicl/cl-ppcre/issues/19#issuecomment-46791511>.