Hi all, I tried installing Drakma in Common Lisp and this is what happened:
http://bin.cakephp.org/view/1190842647
Thoughts?
On Sat, Feb 23, 2013 at 10:22 PM, Yves S. Garret yoursurrogategod@gmail.com wrote:
Hi all, I tried installing Drakma in Common Lisp and this is what happened:
The error message is: "*** - CFFI requires CLISP compiled with dynamic FFI support." This means that if you want to use CFFI with CLISP, you need to compile CLISP with the aforementioned feature by passing the appropriate flag to configure. Note that CLISP is one of many Common Lisp implementations and you can use a different one. I recommend SBCL.
Cheers,