[Ecls-list] Build on win32 (and clsql)

Ury Marshak urym at two-bytes.com
Mon Jun 27 10:45:39 UTC 2005


Juan Jose Garcia Ripoll wrote:

>
> It might be that clsql requires more of the MOP than is currently 
> supported. However, the functions you mention are already available in 
> the CLOS package. 

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? Anyway, after that I'm stuck with
the following error (still in CL-SQL):

> (asdf:operate 'asdf:load-op 'clsql)
; loading system definition from clsql.asd into #<ASDF45 package>
;;; Loading "clsql.asd"
; registering #<SYSTEM CLSQL 10555208> as CLSQL
;;; Loading #P"D:/Software/ECL/lib/ecl/cmp.fas"
;;; Loading #P"D:/Software/ECL/lib/ecl/sysfun.lsp"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/cmucl-compat.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/package.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/kmr-mop.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/base-classes.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/conditions.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/db-interface.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/time.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/utils.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/generics.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/initialize.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/database.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/recording.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/pool.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/expressions.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/operations.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/syntax.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/fdml.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/transaction.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/loop-extension.fas"
;;; Loading "D:/Downloads/lisp/clsql-3.1.15/sql/fddl.fas"
;;; 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>>



Ury







More information about the ecl-devel mailing list