Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when loading #41

Open
porky11 opened this issue Jan 19, 2016 · 4 comments
Open

error when loading #41

porky11 opened this issue Jan 19, 2016 · 4 comments

Comments

@porky11
Copy link

porky11 commented Jan 19, 2016

Component ASDF/USER::CFFI-GROVEL not found

@takagi
Copy link
Owner

takagi commented Jan 22, 2016

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
Copy link
Owner

takagi commented Mar 18, 2016

I've reproduced the problem and will fix soon.

@takagi
Copy link
Owner

takagi commented Mar 19, 2016

I've fixed it. Sorry for the inconvenience.

@takagi takagi reopened this Mar 31, 2016
@takagi
Copy link
Owner

takagi commented Mar 31, 2016

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

quicklisp/quicklisp-client#108

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

(ql:quickload :cffi)

I will mention about it on README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants