X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=interfaces%2Fclsql-uffi%2Fclsql-uffi-loader.cl;h=0aa0fc9f1cc04727ee22b9641e02ba50531011d7;hb=058946c5c54f1d2225b49ac607edd8f5397902a8;hp=e649caddee1f90b0f2ef6cb55101a2b57836c352;hpb=a4c3ffc118afeed0a5885d84b20d7e000eebcb06;p=clsql.git diff --git a/interfaces/clsql-uffi/clsql-uffi-loader.cl b/interfaces/clsql-uffi/clsql-uffi-loader.cl index e649cad..0aa0fc9 100644 --- a/interfaces/clsql-uffi/clsql-uffi-loader.cl +++ b/interfaces/clsql-uffi/clsql-uffi-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.6 2002/05/14 16:05:43 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.10 2002/05/14 16:51:06 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -21,10 +21,9 @@ (defvar *clsql-uffi-library-filename* (uffi:find-foreign-library - :names "clsql-uffi" - :directories + "clsql-uffi" `(,(translate-logical-pathname - "CL-LIBRARY:clsql;interfaces;clsql-uffi;clsql-uffi.so") + "CL-LIBRARY:clsql;interfaces;clsql-uffi;") "/usr/share/common-lisp/source/clsql/interfaces/clsql-uffi/"))) (defvar *clsql-uffi-supporting-libraries* '("c") @@ -41,8 +40,7 @@ set to the right path before compiling or loading the system.") :supporting-libraries *clsql-uffi-supporting-libraries*) (setq *uffi-library-loaded* t) - (warn "Unable to load helper library ~A (~S)" *clsql-uffi-library-filename* - (logical-pathname-translations "CL-LIBRARY")))) + (warn "Unable to load helper library ~A" *clsql-uffi-library-filename*))) (load-uffi-foreign-library)