[Ecls-list] CL-Containers error on ECL
Pascal Costanza
pc at p-cos.net
Wed May 31 20:25:44 UTC 2006
On 25 May 2006, at 15:42, Gary King wrote:
>> ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3
>> ;;; Finished compiling /Users/gwking/.asdf-install-dir/site/lw-
>> compat/lw-compat.lisp.
>> ;;; Loading "/Users/gwking/.asdf-install-dir/site/lw-compat/
>> ecl-0.9h-darwin-unknown/lw-compat.fas"
>> ;;; Compiling /Users/gwking/.asdf-install-dir/site/closer-mop/ecl/
>> closer-mop-packages.lisp.Cannot find symbol "COMPUTE-
>> DISCRIMINATING-FUNCTION" in package #<"CLOS" package>
>> Broken at EVAL.
>> CLOSER-MOP>>
>
> I'm not sure how to proceed from here. Also, does apropos not work
> in ECL? I tried things like (apropos "bind") and got no results.
I am not sure whether that's what you are looking for here, but it is
indeed the case that compute-discriminating-function doesn't exist in
ecl. Generic functions in ecl are not implemented according to the
CLOS MOP (as in MCL and OpenMCL).
Pascal
--
Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium
More information about the ecl-devel
mailing list