Re: Error in >= 5.0.4?
Liam Healy <lnp-vvxYVOR6223yFCzt5hm0Yp/kUpVVqoy/@public.gmane.org>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
I get an error when I try to compile (with SBCL 1.0.36.25): ; file: /home/healy/languages/lisp/clbuild/source/clsql/uffi/clsql-uffi.lisp ; in: DEFUN CONVERT-RAW-FIELD ; (CFFI-UFFI-COMPAT:CONVERT-FROM-FOREIGN-STRING CLSQL-UFFI::CHAR-PTR ; :NULL-TERMINATED-P NIL :LENGTH ; LENGTH :ENCODING ; CLSQL-UFFI::ENCODING) ; ; caught ERROR: ; (in macroexpansion of (CONVERT-FROM-FOREIGN-STRING CHAR-PTR :NULL-TERMINATED-P ...)) ; (hint: For more precise location, try *BREAK-ON-SIGNALS*.) ; error while parsing arguments to DEFMACRO CONVERT-FROM-FOREIGN-STRING: ; unknown keyword: :ENCODING; expected one of :NULL-TERMINATED-P, :LOCALE, :LENGTH v5.0.0 will compile and load; v5.0.4 will not. Liam