Loading clsql-uffi on 64-bit darwin-x86

David Lewis <[email protected]> Fri, 28 Jan 2011 11:07:15 +0000
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
Hello,

Trying to get the quicklisp version of clsql to run on an MacBook  
running Mac OS 10.5.8 (Leopard) and 64-bit sbcl results in errors.  
Running make for uffi has the results described by Jon Blaze here:
http://lists.b9.com/pipermail/clsql/2010-May/001934.html

Essentially, it looks like the problem lies in the makefile loading  
bundle1.o multiple times. Removing all references to bundle1.o in the  
makefile seems to work, with no obvious negative side effects.

Hope this helps.

David Lewis