cl-cuda icon indicating copy to clipboard operation
cl-cuda copied to clipboard

error when loading

Open porky11 opened this issue 9 years ago • 4 comments

Component ASDF/USER::CFFI-GROVEL not found

porky11 avatar Jan 19 '16 21:01 porky11

Would you show me your OS and CL implementation?

Like:

> (lisp-implementation-type)
"SBCL"
> (lisp-implementation-version)
"1.2.11"

and

$ uname -a
Darwin MacBookPro.local 13.4.0 Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 x86_64

I wonder why ASDF/USER::CFFI-GROVEL is referenced.

takagi avatar Jan 22 '16 03:01 takagi

I've reproduced the problem and will fix soon.

takagi avatar Mar 18 '16 08:03 takagi

I've fixed it. Sorry for the inconvenience.

takagi avatar Mar 19 '16 00:03 takagi

I found that it was not fixed. The same problem is reported here:

https://github.com/quicklisp/quicklisp-client/issues/108

As a working around, please install CFFI explicitly before using cl-cuda:

(ql:quickload :cffi)

I will mention about it on README.

takagi avatar Mar 31 '16 02:03 takagi