[elephant-cvs] CVS elephant/src/memutil
ieslick
ieslick at common-lisp.net
Sun Feb 19 20:06:04 UTC 2006
Update of /project/elephant/cvsroot/elephant/src/memutil
In directory common-lisp:/tmp/cvs-serv14267/src/memutil
Modified Files:
memutil.lisp
Log Message:
Includes most SQL fixes - works under SBCL/ACL. Two problems remain in indexing under SQL for both SBCL/ACL
--- /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp 2006/02/19 17:25:53 1.3
+++ /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp 2006/02/19 20:06:04 1.4
@@ -71,7 +71,7 @@
(uffi:load-foreign-library
(merge-pathnames
(make-pathname :name "libmemutil" :type *c-library-extension* )
- (merge-pathnames (make-pathname :directory "src/memutil")
+ (merge-pathnames "src/memutil/"
(asdf:component-pathname (asdf:find-system 'elephant))))
:module "libmemutil")
(error "Couldn't load src/memutil/libmemutil.~A in!" *c-library-extension*))
More information about the Elephant-cvs
mailing list