Re: [java-gnome-hackers] boxedFor() name clash - compiling java-gnome 4.1.1 with OpenJDK 1.7
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2011-12-06 23:18:45
|
On Tue, 2011-12-06 at 22:16 +0100, Alexander Boström wrote: > Adding "extends Boxed" to org.gnome.glib.Plumbing.boxedFor() makes it > break elsewhere, If you set the type of "type" to Class<? extends Boxed> in each of the Boxed related methods in [org.gnome.glib] Plumbing it compiles cleanly for me. Perhaps you could try that? AfC Sydney |