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!