Hi, CFFI and others As I know, Debian's common-lisp-controller (CLC) is very good as a ASDF addition, CLC let each Linux user could compile lisp source code from a common place (/usr/share/common-lisp/source) and put the fasl files in user-specific position. Ubuntu just copy this facility from Debian, but seems not maintained well. (I thought Greg is on ubuntu but debian) The only problem is that Debian's CL packages are usually a little old. To resolve this issue, I just use SBCL's ASDF-INSTALL package to install new packages into #p"~/.clc/site" to get the newest version from Cliki link, than other CLs (CMUCL, CLISP, ECL, even GCL) could use these fresh packages. On 2008-11-21, at 22:50, Luís Oliveira wrote:
On Fri, Nov 21, 2008 at 2:08 PM, Greg Bennett <gwbennett@sentex.ca> wrote:
;;; I rescued cl-cffi via ;;; sudo apt-get install cl-cffi ;;; which did its job correctly, as far as I can see, but I am no judge ;;; of all that is involved in installation on linux.
In my experience, using Debian/Ubuntu Lisp packages is often more trouble than it's worth. I haven't used those in a while, but from the output that you sent it doesn't seem like it's a CFFI issue. I'd start by trying SBCL instead of CMUCL, and if that doesn't work I would go for clbuild[1].
HTH.
[1] http://common-lisp.net/project/clbuild/
-- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
_______________________________________________ cffi-devel mailing list cffi-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel
-- Chun Tian (binghe) NetEase.com, Inc. P. R. China