r2046: Debian build
[clsql.git] / interfaces / clsql-uffi / clsql-uffi-loader.cl
index 3313aef77d4cef5ee084eaf778c1980d96d0aec2..0aa0fc9f1cc04727ee22b9641e02ba50531011d7 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi-loader.cl,v 1.8 2002/05/14 16:10:55 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
 ;;;;
@@ -23,8 +23,8 @@
   (uffi:find-foreign-library
    "clsql-uffi"
    `(,(translate-logical-pathname 
-       "CL-LIBRARY:clsql;interfaces;clsql-mysql;")
-     "/usr/share/common-lisp/source/clsql/interfaces/clsql-mysql/")))
+       "CL-LIBRARY:clsql;interfaces;clsql-uffi;")
+     "/usr/share/common-lisp/source/clsql/interfaces/clsql-uffi/")))
 
 (defvar *clsql-uffi-supporting-libraries* '("c")
   "Used only by CMU. List of library flags needed to be passed to ld to
@@ -40,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)