Re: CLSQL version 5.1.0 released
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On Apr 21, 2010, at 2:22 PM, Kevin Raison wrote: > Kevin, I am using sbcl 1.0.37. I tried simply loading clsql-odbc, rather than trying to compile everything, and it worked with 5.1.0. My confusion comes from trying to use asdf-install to install clsql; asdf-install wants to compile everything, and for some reason, in that context, cffi trumps uffi for precedence. I'm glad to hear it's working fine from SBCL. I'm not sure why asdf-install loads cffi-uffi-compat rather than uffi. I am aware that asdf-install does try to compile all .asd files of a tarball's top level directory. Just to be clear, there is no problem using both cffi and uffi in the same project. The problem isn't from cffi itself, but the cffi-uffi-compat supplemental module that gives itself a package nickname of "UFFI". Kevin