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  <jame...@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>"

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to