
19 Mar
2013
19 Mar
'13
8:46 p.m.
On Tue, 19 Mar 2013 16:53:15 +0200, Luís Oliveira <luismbo@gmail.com> wrote:
On Tue, Mar 19, 2013 at 9:15 AM, nan <noncopyable@gmail.com> wrote:
An asdf system with (:serial t) and in the :components i have:
(:file "type") (cffi-grovel:grovel-file "grovel")
A minimal test case to reproduce this bug would be useful.
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.
As Stelian mentioned, this second bug does sound like an old ASDF bug. Can you upgrade and try again? (Also, maybe a newer ASDF also fixes the first bug.)
Manually installed asdf "2.32.24" and both of the problems disappeared. Thanks everyone!