Re: [elephant-devel] Trouble loading libdb-4.5.so (SBCL, FreeBSD @ amd64)

2008-05-16 Thread Bryan Emrys
Anyone contacted the SBCL team on this? Bryan On Friday 16 May 2008 04:19:07 am Leslie P. Polzer wrote: > > Elephant is borked in SBCL 1.0.16 (due to its heavy UFFI magic lifting), > and it hasn't been fixed in the SBCL development repository yet, either. > > Use an earlier version of SBCL. >

Re: [elephant-devel] Clbuild

2008-05-11 Thread Bryan Emrys
p") #+(and :cmu :unix) (:file "unix-cmu") #+(and :lispworks :unix) (:file "unix-lw") #+(and :openmcl :unix) (:file "unix-mcl") #+(and :sbcl :unix (not :win32)) (:file "unix-sbcl")

[elephant-devel] Clbuild

2008-05-11 Thread Bryan Emrys
At one point the clbuild maintainers looked at elephant but had some problems that prevented inclusion. Specifically: # - needs sb-posix, but doesn't declare that dependency, meaning that #it doesn't build even with a config file # - ele-clsql loads clsql from the .asd file, not using :dep