On Mon, Feb 4, 2013 at 3:31 PM, Stelian Ionescu <sionescu@cddr.org> wrote:
On Mon, 2013-02-04 at 15:21 -0500, Liam Healy wrote:
> Since this commit:
>
> commit bdd3cecf1bb53fe147b3c967b2356f9b28fad451
> Author: Mark Cox
> Date:   Sat Dec 8 15:47:04 2012 +1000
>     CFFI-GROVEL now uses ASDF operations to compile and load processed
> grovel and wrapper files.
>
>
> static-vectors will not load after cffi-libffi:
>
>
>    (ql:quickload :cffi-libffi)
>    (ql:quickload :static-vectors)
>    The slot CFFI-GROVEL::GENERATED-LISP-FILE-TYPE is unbound in the
> object #<CFFI-GROVEL:GROVEL-FILE "static-vectors" "ffi-types">.
>
>
> There is no problem with the previous commit, 32170642e829.  I have
> static-vectors-1.4 from quicklisp.
>
I cannot reproduce, using ASDF, CFFI and static-vectors HEAD. Maybe the
problem is too old an ASDF ?

--
Stelian Ionescu a.k.a. fe[nl]ix

Maybe.  My understanding is that I get ASDF through SBCL, and I am using  1.1.1.31-b05f053.  Is that too old?

Liam