On Fri, 2 Jan 2009, Stelian Ionescu wrote:
On Fri, 2009-01-02 at 00:26 -0500, Daniel Herring wrote:
FFI is an optional clisp feature. Thus I propose adding it to CFFI's list of dependencies.
diff cffi.asd :author "James Bielman <jamesjb@jamesjb.com>" :version "0.10.3" :licence "MIT" - :depends-on (alexandria trivial-features babel) + :depends-on (alexandria trivial-features babel #+clisp ffi) :components ((:module src :serial t
This allows ASDF users to autodetect that CFFI can't load, instead of waiting for the failure at compile time.
have you actually tried to do this and managed to load CFFI ? on my computer I get a "component #:FFI not found, required by #<SYSTEM "cffi" #x2060D7B6>"
No I hadn't. This was a scatterbrained idea. Sorry for the noise. - Daniel