On Mon, Oct 15, 2012 at 1:42 AM, Zach Beane <x...@xach.com> wrote:
>> --------
>> Component "uffi" not found
>> [Condition of type ASDF:MISSING-COMPONENT]
>> --------
>> Is there something I can do to resolve this?
> Sorry, UFFI does not work on CLISP.
You can use CFFI's uffi-compat. Just drop the uffi.asd that ships with
CFFI somewhere where ASDF/quicklisp can find it.
Luís Oliveira <luis...@gmail.com> writes:
> On Mon, Oct 15, 2012 at 1:42 AM, Zach Beane <x...@xach.com> wrote:
>>> --------
>>> Component "uffi" not found
>>> [Condition of type ASDF:MISSING-COMPONENT]
>>> --------
>>> Is there something I can do to resolve this?
>> Sorry, UFFI does not work on CLISP.
> You can use CFFI's uffi-compat. Just drop the uffi.asd that ships with
> CFFI somewhere where ASDF/quicklisp can find it.
Last time I checked, cffi-uffi-compat was no longer a drop-in
replacement of UFFI; UFFI has not stood still. Has that changed
recently?
On Mon, Oct 29, 2012 at 11:35 AM, Zach Beane <x...@xach.com> wrote:
> Last time I checked, cffi-uffi-compat was no longer a drop-in
> replacement of UFFI; UFFI has not stood still. Has that changed
> recently?
Probably not. Last change to uffi-compat was commited in 2011-11-21,
released in version 0.10.7 (2012-03-11). There aren't any outstanding
bugs regarding uffi-compat in the bugtracker, but that probably just
means not a lot of people are using it these days. When and how did
you check?
Luís Oliveira <luis...@gmail.com> writes:
> On Mon, Oct 29, 2012 at 11:35 AM, Zach Beane <x...@xach.com> wrote:
>> Last time I checked, cffi-uffi-compat was no longer a drop-in
>> replacement of UFFI; UFFI has not stood still. Has that changed
>> recently?
> Probably not. Last change to uffi-compat was commited in 2011-11-21,
> released in version 0.10.7 (2012-03-11). There aren't any outstanding
> bugs regarding uffi-compat in the bugtracker, but that probably just
> means not a lot of people are using it these days. When and how did
> you check?
It's been a while. The last time I did it I arranged that cffi.asd was
cffi-uffi-compat.asd and rebuilt the Quicklisp world. I'll give it
another try soon and see what happens.