Re: [Java-gnome-developer] problem with compilation of java-gnome 4.0.9
Brought to you by:
afcowie
From: Federico <fe...@gm...> - 2008-10-17 05:38:41
|
I have a new problem. The compilation now is fine. It produces the jars. But if I run make demo I get this: ... JAVA button.ExamplePressMe Exception in thread "main" org.gnome.glib.FatalError: (null)-WARNING Irregular conf file line(1): # this file contains quirks 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) make: *** [demo] Error 1 The same applies if I compile by hand the example. The compilation is ok, but this error appears when I try to execute it. Any idea on what this could be? Federico Andrew Cowie wrote: > On Wed, 2008-10-15 at 09:38 +0200, federico tramarin wrote: >> The problem was that the environment variable PKG_CONFIG_PATH was not >> set. > > Wow. That's weird. > > I was of the understanding that /usr/lib/pkgconfig was the default path > that pkg-config had hardwired in at installation time and that it should > look there automatically. > > How strange. > > Anyone know what sort of circumstances would have led to this situation > for Federico? > > [ie, I don't have to set PKG_CONFIG_PATH for pkg-config to work, it just > does] > > AfC > Sydney > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer |