![](https://secure.gravatar.com/avatar/326b108ffcc42f27628703b0c11ed239.jpg?s=120&d=mm&r=g)
2 Jan
2009
2 Jan
'09
1:46 p.m.
On Fri, Jan 2, 2009 at 5:26 AM, Daniel Herring <dherring@tentpost.com> wrote:
FFI is an optional clisp feature. Thus I propose adding it to CFFI's list of dependencies. [...] + :depends-on (alexandria trivial-features babel #+clisp ffi) [...]
How about a #-ffi (error "CFFI requires a version of CLISP compiled with the FFI module.") in src/cffi-clisp.lisp? Or something like that in cffi.asd. What'd be the advantage of putting that in the ASD file? -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/