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
On Sun, 9 May 2010, Christoph Senjak wrote:
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|
...
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.
Try applying the attached patch to metabang-bind.
- Daniel
Thanks Daniel,
That's great! I'll work on pulling this back into metabang-bind.
On May 9, 2010, at 12:04 PM, Daniel Herring wrote:
On Sun, 9 May 2010, Christoph Senjak wrote:
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|
...
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.
Try applying the attached patch to metabang-bind.
- Daniel<0001-Work-around-a-clisp-bug.patch>_______________________________________________
cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter
Hello.
Thanks, it works.
2010/5/9 Gary King gwking@metabang.com:
Thanks Daniel,
That's great! I'll work on pulling this back into metabang-bind.
On May 9, 2010, at 12:04 PM, Daniel Herring wrote:
On Sun, 9 May 2010, Christoph Senjak wrote:
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|
...
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.
Try applying the attached patch to metabang-bind.
- Daniel<0001-Work-around-a-clisp-bug.patch>_______________________________________________
cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter
On Sun, 9 May 2010, Gary King wrote:
That's great! I'll work on pulling this back into metabang-bind.
Hi Gary,
For some reason, I was never fully comfortable with that patch.
Maybe I just wasn't comfortable with the metabang-bind internals? Maybe I wasn't sure of the guaranteed uniqueness of (car name/s)? Maybe the symbol's package name should also be used?
Its been too long to remember the exact details.
- Daniel
On May 9, 2010, at 12:04 PM, Daniel Herring wrote:
On Sun, 9 May 2010, Christoph Senjak wrote:
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|
...
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.
Try applying the attached patch to metabang-bind.
- Daniel<0001-Work-around-a-clisp-bug.patch>_______________________________________________
cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter
cl-markdown-devel@common-lisp.net