[Ecls-list] Re: CL-Containers error on ECL
Gary King
gwking at metabang.com
Wed May 24 13:46:04 UTC 2006
I get this too
> ;;; Loading "/usr/local/asdf-install/site-systems/closer-mop.asd"
> ; registering #<ASDF:SYSTEM #:CLOSER-MOP 21048680> as CLOSER-MOP
> keyword list is not a proper list
> Broken at ASDF::PARSE-COMPONENT-FORM.
it's caused by there being no #+ecl line in the Closer-MOP system
definition.
> ((:module
> #+allegro "allegro"
> #+clisp "clisp"
> #+lispworks "lispworks"
> #+(or mcl openmcl) "mcl"
> #+(or cmu sbcl) "pcl"
> :components ((:file "closer-mop-packages")
> (:file "closer-mop"
> :depends-on ("closer-mop-packages"))))
> (:file "closer-mop-utility-packages"
> :depends-on (#+allegro "allegro"
> #+clisp "clisp"
> #+lispworks "lispworks"
> #+(or mcl openmcl) "mcl"
> #+(or cmu sbcl) "pcl"))))
I'm not sure how to correct this no why it doesn't happen on your
Linux/X86 setup.
Do you have any ideas?
--
Gary Warren King
metabang.com
http://www.metabang.com/
(413) 210 7511
gwking on #lisp (occasionally)
More information about the ecl-devel
mailing list