This is the mail archive of the kawa@sources.redhat.com 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]

compilation error


With Kawa 1.6.99 I tried to compile this line

  (make <java.awt.Dimension> width: 2 height: 3)

But I got

  java.lang.Error: gnu.bytecode.Field does not implement Externalizable
	  at gnu.expr.LitTable.error(LitTable.java:82)
	  at gnu.expr.LitTable.writeObject(LitTable.java:217)
	  at gnu.expr.LitTable.emit(LitTable.java:45)
	  at gnu.expr.Compilation.emitLiterals(Compilation.java:416)
	  at gnu.expr.Compilation.addClass(Compilation.java:1514)
	  at gnu.expr.Compilation.compile(Compilation.java:758)
	  at gnu.expr.Compilation.compileToFiles(Compilation.java:805)
	  at kawa.lang.CompileFile.compile_to_files(CompileFile.java:92)
	  at kawa.repl.processArgs(repl.java:389)
	  at kawa.repl.main(repl.java:584)
  <unknown>:0: Literals: Internal error:java.lang.Error: gnu.bytecode.Field does not implement Externalizable

-- 
walter pelissero
http://www.pelissero.org


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