[Java-gnome-developer] libgtk-java 2.4.7 not buildable (was ...)
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2004-12-21 23:51:48
|
On Tue, 2004-21-12 at 11:29 -0500, Jeff Morgan wrote: > > ------------------- > > java/org/gnu/gtk/EntryCompletion.java:208: error: Can't find method > > `setModel(Lorg/gnu/gtk/TreeModel;)' in type > > `org.gnu.gtk.event.EntryCompletionEvent'. > > evt.setModel(tm); > > ------------------- > I don't believe this error has anyting to do with gcj. This was a self-imposed > error. Yeah, We talked about it yesterday in #java-gnome . It's a glitch in libgtk-java-2.4.7 due to a patch that didn't get properly applied. I hit this with a plain old Sun Java SDK javac. Not a GCJ issue AfC Sydney P.S. You build all of java-gnome with GCJ? That's great! |