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

CFFI too old? #12

Closed
epipping opened this issue Sep 30, 2016 · 3 comments
Closed

CFFI too old? #12

epipping opened this issue Sep 30, 2016 · 3 comments

Comments

@epipping
Copy link

I'm having trouble loading osicat via quicklisp. The error I get is

Unknown CFFI type: :STRUCT.

It seems this is a known issue with older versions of CFFI.

@jcbeaudoin
Copy link
Owner

On Fri, Sep 30, 2016 at 7:38 PM, Elias Pipping notifications@github.com
wrote:

I'm having trouble loading osicat via quicklisp. The error I get is

Unknown CFFI type: :STRUCT.

It seems this is a known issue with older versions of CFFI.

It is more than likely to be the case indeed.
The bundled CFFI is version 0.10.7.1 seems to date back
to about February 2014 at the latest.

It should definitely be updated before the next release of MKCL.

@jcbeaudoin
Copy link
Owner

With commit 2bc5964 bundled CFFI package has now been upgraded to 0.18.0 (current release).

@jcbeaudoin
Copy link
Owner

CL+J 0.4, to be released soon, is now as functional on CFFI 0.18.0 as CL+J 0.3 used to be on the previous bundled version of CFFI. CL+J is a pretty extensive workout of CFFI therefore I consider this new version of bundled CFFI to be good enough for general service. We'll simply have live with it from now on.

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