Hello.
I cant compile cl-markdown under clisp. I get the following error-message:
;; Compiling file /home/clisp2/clbuild/source/cl-markdown/dev/html.lisp ...
*** - FUNCALL: undefined function #:|binding-generator45339|
The following restarts are available:
USE-VALUE :R1
You may input a value to be used instead of (FDEFINITION
'#:|binding-generator45339|).
RETRY :R2 Retry
STORE-VALUE :R3 You may input a new value for (FDEFINITION
'#:|binding-generator45339|).
RETRY :R4
Retry performing #<COMPILE-OP NIL #x00033538E5A8> on #<ASDF:CL-SOURCE-FILE
"html" #x00033537BDD0>.
ACCEPT :R5
Continue, treating #<COMPILE-OP NIL #x00033538E5A8> on #<ASDF:CL-SOURCE-FILE
"html" #x00033537BDD0> as having been successful.
ABORT :R6 Abort main loop
Break 1 MARKDOWN[2]>
I updated to the latest checkout of metabang-bind and cl-markdown, and
under sbcl, at least it compiles only with (similar) warnings. But on
clisp, I cannot compile.
Can anybody help?
Regards, Christoph