Hello,
On Wed, 17 Nov 2004 16:49:51 +0100 (CET)
Gisle SФlensminde <[EMAIL PROTECTED]> wrote:
...
> >
> > If "experimental CLOS/MOP" means the work that Gerd Moellman did, then
> > 19a has it. If not, then I don't know what it is.
>
> When building under either 18e or 19a, the build fails, so at least part
> of the problem is in CL-XML, but they fails in different places. In 18a
> I get this problem:
>
> ------------- ERROR 1 -------
> The slot CLASS-PRECEDENCE-LIST is unbound in the object #<Standard-Class
> REF-NS-NODE
> {498134DD}>
>
> ....
>
> I suppose that this don't works with 19a, and need some extension to
> work with 18e. I suppose that I should try to look for the CL-XML
> developers.
After spending some time on CL-XML, I decided that CLOS/MOP is a nice
idea, but realizations are not compatible, and so it is better to be away
from CLOS. I hope I'm wrong.
Regarding your question.
* The package "XML-0-949-20030409T2320-CRLF" is incomplete. You should
also use files from earlier packages.
* Check line endings of the all files. Some files (especially in other
packages) are MAC-ended, so a comment at the first line spreads up to
the end of file.
* In the file "code/xquerydatamodel/xqdm-classes" find the string
#+sbcl(make-instance 'ref-ns-node)
and add
#+cmu(make-instance 'ref-ns-node)
Maybe some other similar changes are also required.
* My logs contain also the following changes, but I don't remember why
I did them:
(defMethod pcl::validate-superclass
((class pcl::structure-class) (superclass pcl::standard-class)) t)
(defMethod pcl::validate-superclass
((class pcl::standard-class) (superclass pcl::structure-class)) t)
>
>
> --
> Gisle SФlensminde, Phd student, Scientific programmer
> Computational biology unit, University of Bergen, Norway
> Email: [EMAIL PROTECTED]
>
>
--
Oleg Paraschenko olpa@ http://xmlhack.ru/ XML news in Russian