[Ecls-list] Build on win32 (and clsql)
Juan Jose Garcia Ripoll
lisp at arrakis.es
Tue Jun 28 01:59:12 UTC 2005
Ury Marshak wrote:
> At the moment I had to add CLOS:: in front of the following symbols:
> finalize-inheritance, class-slots, slot-definition-name
> and generic-function-lambda-list. Does it mean they weren't properly
> exported?
The do not form part of the ANSI standard and due to lack of full
compliance, ECL does not yet export the symbols from the Meta-Object
Protocol.
> Anyway, after that I'm stuck with the following error (still in CL-SQL):
>
>> (asdf:operate 'asdf:load-op 'clsql)[....]
>
> ;;; Compiling D:/Downloads/lisp/clsql-3.1.15/sql/metaclasses.lisp.The
> slot SI::DATUM in the object is unbound.
> Broken at LENGTH.
> CLSQL-SYS>>
Probably some type-error message has been produced and the :DATUM
argument is missing. I cannot say more without trying to load the package.
Regards,
Juanjo
More information about the ecl-devel
mailing list