Hi Andrew,
do you remember of my problem with the compilation of java-gnome 4.0.9?
It compile fine with make, but make demo shows thi error:
...
JAVA button.ExamplePressMe
Exception in thread "main" org.gnome.glib.FatalError: (null)-WARNING
at org.gnome.gtk.GtkMain.gtk_init(Native Method)
at org.gnome.gtk.GtkMain.init(GtkMain.java:31)
at org.gnome.gtk.Gtk.init(Gtk.java:78)
at button.ExamplePressMe.main(ExamplePressMe.java:49)
I was working at a project in Omnet++, and during a recompilation,
I got a number of errors. The problem: ubuntu 8.10 intrepid updated
gcc from 4.2 to 4.3 and this makes a lot of changes.
So I tried to edit my .config file of java-gnome changing gcc-4.3 with
gcc-4.2 and then the error *disappears*.
The window button test appears on my screen.
I want to tell you this, because I suppose that other people like me
would try your project in ubuntu 8.10.
Thanks for your help
Federico
Andrew Cowie wrote:
> On Fri, 2008-10-17 at 07:38 +0200, Federico wrote:
>> Irregular conf file line(1):
>> # this file contains quirks
>
> Did you ever get anywhere with this? Perhaps a newer GTK or a newer X
> server, or a different theme, or...?
>
> [Since no one else has reported this, I'm reluctant to think that it is
> something that java-gnome 4.0.9 is doing wrong]
>
> AfC
> Sydney
>
>
|