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]

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


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




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