Re: Compilation Problem on SBCL
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Mon, 3 May 2010 23:38:08 -0600
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On May 3, 2010, at 10:31 PM, Warren Lynn wrote: > I am using the latest CLSQL version from the repo and the code does not compile on SBCL 1.0.38 for PostgreSQL. The compilation output I got is: ... > --> CFFI-SYS::%%FOREIGN-FUNCALL ALIEN-FUNCALL > ... > Thanks if anyone can fix it or suggest a fix. That's a compilation error from CFFI. Try using the latest version of UFFI. UFFI is what I develop alongside CLSQL and is also the testing platform for CLSQL. Kevin