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?