On 3/nov/2005, at 13:06, Yaroslav Kavenchuk wrote:
*** - component CLSQL-UFFI-SYSTEM::UFFI not found, required by #<SYSTEM "clsql-uffi" #x1A2B4949> The following restarts are available: ABORT :R1 ABORT
Hmm... If copy cffi-uffi-compat.asd to uffi.asd and replace in it "cffi-uffi-compat" to "uffi":
An alternative is to change clsql's ASDF definition and make it depend on cffi-uffi-compat instead of uffi.
: #<PACKAGE CFFI-UFFI-COMPAT> has no external symbol with name
"FOREIGN-LIBRARY-TYPES"
What is FOREIGN-LIBRARY-TYPES?
An undocumented UFFI feature. :-) It's in cffi-uffi-compat but I forgot to export it. Fixed that.
Thu Nov 3 13:32:45 WET 2005 Luis Oliveira loliveira@common-lisp.net * Export foreign-library-types from cffi-uffi-compat
(The fix is in cffi-luis-051103-1333.tar.gz)
Thanks for the report!