Re: [Java-gnome-developer] Java gtk does not work anymore after gentoo update
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2005-03-08 18:45:03
|
On Tue, 8 Mar 2005 19:22:22 +0100, Abcdefg <ab...@so...> wrote: > Hi, > > I updated my gentoo install (emerge -uD world) but now java gtk does not > work anymore :( I think it has someting to do with gtk that updated form 2.4 > to 2.6 ... > INCLUDES=/usr/share/libgnome-java-2.8/lib/gnome2.8.jar:/usr/share/libgtk-java-2.4/lib/gtk2.4.jar:/usr/share/libglade-java-2.8/lib/glade2.8.jar > LIBS=-lgtkjar2.6 -lgladejar2.8 > LIBPATH=/usr/lib > FILES=Example.java > MAIN=Example > TARGET=Example Two simple issues here: 1) You are using the gtk 2.4 jarfile but trying to link with the gtk2.6 shared object. Change to use the 2.6 jar file please. 2) A while ago (december timeframe i think) we changed the name of our shared objects. Instead of -lgtkjar2.6 you should use -lgtkjava2.6. > Do you know what the problem can be? Also could a gentoo user please send > his Makefile and the versions you use? I should be able to send you a makefile later today - when i get home. -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |