X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=interfaces%2Fclsql-uffi%2Fclsql-uffi-loader.cl;h=ccff8e4c41f625fe735273eb90bbfdf865fee462;hb=98eff0a90b337209cc23e955fdc38e33589c4d8a;hp=519956c1cda379d5486df15c2b80b01b4ebd57ef;hpb=b3d8cca2287bb8e5224798a549cc9069abc7d968;p=clsql.git diff --git a/interfaces/clsql-uffi/clsql-uffi-loader.cl b/interfaces/clsql-uffi/clsql-uffi-loader.cl index 519956c..ccff8e4 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.9 2002/05/14 16:27:42 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.14 2002/07/08 17:37:18 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,9 +22,11 @@ (defvar *clsql-uffi-library-filename* (uffi:find-foreign-library "clsql-uffi" - `(,(translate-logical-pathname - "CL-LIBRARY:clsql;interfaces;clsql-uffi;") - "/usr/share/common-lisp/source/clsql/interfaces/clsql-uffi/"))) + `(,(directory-namestring + (translate-logical-pathname + "CL-LIBRARY:clsql;interfaces;clsql-uffi;")) + "/usr/lib/cl-sql/") + :drive-letters '("C" "D" "E" "F" "G"))) (defvar *clsql-uffi-supporting-libraries* '("c") "Used only by CMU. List of library flags needed to be passed to ld to @@ -40,8 +42,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)