Re: [java-gnome-hackers] GtkWindow XID
Brought to you by:
afcowie
From: Goundy <go...@gm...> - 2009-10-25 10:34:43
|
Morning, Emmanuel Rodriguez wrote: > > > java-gnome is probably not linking against gdk-x11 > Try to see if you can link it with gdk-x11-2.0 from pkg-config > > You can find the exact linker flags by running: > > pkg-config --libs gdk-x11-2.0 > > Actually it is, I've: goundy@localhost ~ $ pkg-config --libs gdk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 That's kinda weird. |