RE: [Java-gnome-developer] Patch for GnomeDruid support
Brought to you by:
afcowie
From: John M. <jo...@ma...> - 2001-10-30 14:00:52
|
On Mon, 2001-10-29 at 13:15, Jeffrey Morgan wrote: > I applied you patch. There were a few issues. Java-GNOME > currently doesn't have support for GdkImlibImage. This class > is not part of Gdk, Gtk, or Gnome and we do not check for its' > existence in the build process. In order to get it to compile > for the time being I had to comment out the methods that > use this type. This begs the question of what gnome libraries need to be wrapped, and in what order. Perhaps a list of targeted gnome libraries (and they are legion) should be compiled, with completion status for each one. I don't know how many non-GUI libraries are necessary to wrap, for example libxml. Java already has these and more. If all non-gui libraries are skipped, that leaves significantly fewer libraries. But a few non-gui libraries that must be dealt with are bonobo, gnome-media, gnome-audio, etc. I assume that the goal is to be able to make any type of Gnome app using java-gnome. Is this the case? John |