On Tue, 2013-03-19 at 11:15 +0200, nan wrote: [...]
I'll try to reproduce this. Can you give me detailed instructions on how to reproduce the problem? That'd be rather helpful.
I am using static-vectors as example because it is the first project i could find using cffi-grovel other than mine.
(ql:quickload :static-vectors)
;;; at this point whenever i restart image and load it, it gets compiled ;;; i am a CL noob so i'll restart image here, with (,restart-inferior-lisp ,rest works!) ,rest (asdf:load-system :static-vectors)
But if i did this with cl-opengl (another project based on cffi but doesn't use cffi-grovel) after ql:quickload, it just loads without compilation.
Sounds like you are using an old version of ASDF.