On Fri, Jan 20, 2012 at 10:09 PM, Anton Vodonosov avodonosov@yandex.ru wrote:
As you see in my command line, i load drakma. Drakma depends on cffi via cl+ssl. If I do (ql:quickload :cffi) it works, but I assume the error happens during macro-expansion of some CFFI macro, that's why loading is not enough, some code using cffi should be loaded too.
There was some bitrot in cffi-abcl.lisp. cffi-tests doesn't yet load fully due to an unrelated problem, but the error you've reported should be fixed now.
Thanks,