[Ecls-list] ECL + ContextL?
Alexander Gavrilov
angavrilov at gmail.com
Sun Nov 1 11:12:33 UTC 2009
Hi,
Currently ContextL fails to build on ECL due to the lack
of funcallable-standard-class:
;;; (ENSURE-CLASS 'LAYERED-FUNCTION DIRECT-SUPERCLASSES ...)
;;; The form (ENSURE-CLASS 'LAYERED-FUNCTION :DIRECT-SUPERCLASSES '(STANDARD-GENERIC-FUNCTION) :DIRECT-SLOTS NIL :DIRECT-DEFAULT-INITARGS (LIST (LIST ':METHOD-CLASS '(FIND-CLASS 'LAYERED-METHOD) #'(LAMBDA NIL (FIND-CLASS 'LAYERED-METHOD)))) :METACLASS 'FUNCALLABLE-STANDARD-CLASS) was not evaluated successfully.
;;; Error detected:
;;; No class named FUNCALLABLE-STANDARD-CLASS.;;; Warning: COMPILE-FILE warned while performing
#<ASDF:COMPILE-OP NIL 71726016> on
#<ASDF:CL-SOURCE-FILE "cx-layered-function-macros" "contextl" 71728848>.
;;; Warning: COMPILE-FILE failed while performing
#<ASDF:COMPILE-OP NIL 71726016> on
#<ASDF:CL-SOURCE-FILE "cx-layered-function-macros" "contextl" 71728848>.
I wonder how difficult might it be to fix it?
Alexander
More information about the ecl-devel
mailing list