SBCL 0.9.11.34
; compiling file "C:\CL\lib\cffi\tests\misc-types.lisp" (written 14 APR 2006 11:59:12 PM): ; compiling (IN-PACKAGE #:CFFI-TESTS) ... ; compiling (DEFCFUN ("abs" ETRACKER-ABS) ...) ; ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("abs" ETRACKER-ABS) ...)) ; There is no method on #<STANDARD-GENERIC-FUNCTION EXPAND-TO-FOREIGN (3)> with ; no qualifiers and specializers ; (#<BUILT-IN-CLASS T> #<SB-MOP:EQL-SPECIALIZER {BD32631}>).
Is it bug in cffi-tests or in sbcl? (previous cffi-tests version build without errors)
Thanks!
Yaroslav Kavenchuk wrote:
SBCL 0.9.11.34
; compiling file "C:\CL\lib\cffi\tests\misc-types.lisp" (written 14
APR 2006 11:59:12 PM): ; compiling (IN-PACKAGE #:CFFI-TESTS) ... ; compiling (DEFCFUN ("abs" ETRACKER-ABS) ...) ; ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("abs" ETRACKER-ABS) ...)) ; There is no method on #<STANDARD-GENERIC-FUNCTION EXPAND-TO-FOREIGN (3)> with ; no qualifiers and specializers ; (#<BUILT-IN-CLASS T> #<SB-MOP:EQL-SPECIALIZER {BD32631}>).
Is it bug in cffi-tests or in sbcl? (previous cffi-tests version build without errors)
Excuse me, not previous version - cffi-060402.tar.gz build without errors.
Yaroslav Kavenchuk kavenchuk@jenty.by writes:
SBCL 0.9.11.34
[...]
; caught ERROR: ; (during macroexpansion of (DEFCFUN ("abs" ETRACKER-ABS) ...)) ; There is no method on #<STANDARD-GENERIC-FUNCTION EXPAND-TO-FOREIGN (3)> with ; no qualifiers and specializers ; (#<BUILT-IN-CLASS T> #<SB-MOP:EQL-SPECIALIZER {BD32631}>).
Sorry, I can't reproduce this with either SBCL 0.9.11.8 or 0.9.11.45. (Neither could someone else with 0.9.11.47).