This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Internal error:java.lang.Error: no method to construct ClassType gnu.kawa.xml.XmlNamespace


Hi,

I seemingly managed to fix this problem. A patch created using "svn diff" is attached.


Best regards,


Oliver

Attachment: XmlNamespace.patch
Description: Binary data




When I try to compile the file...

;; a.scm
(module-name <foo.A>)
(define-xml-namespace svg "http://www.w3.org/2000/svg";)

...I get the following error:

oflasch@evo:~/Desktop$ ./kawa -C a.scm
(compiling a.scm to foo.A)
<unknown>: Literals: Internal error:java.lang.Error: no method to
construct ClassType gnu.kawa.xml.XmlNamespace

Maybe someone can point me to the thing I'm doing wrong here? I'm using
Kawa 1.9.3 (Revision 5980).



Thanks for any advice,


Oliver Flasch





-- Oliver Flasch oliver.flasch@cs.uni-dortmund.de 0171 6447868




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]