RE: [java-gnome-hackers] Unresolved symbol
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2004-01-08 14:12:00
|
Il gio, 2004-01-08 alle 12:40, Jeffrey Morgan ha scritto: > > Just tried latest cvs: it's impossible to load libgtkjava because of > > this error: > > Exception in thread "main" java.lang.UnsatisfiedLinkError: > > /usr/local/lib/libgtkjava2.3.so.2.3.3: > > /usr/local/lib/libgtkjava2.3.so.2.3.3: undefined symbol: > > gtk_font_button_set_show_style > > > > It's strange because I have this function in gtk and the jni code for > > the FontButton class seems correct. > > It is complaining about not finding the gtk method. This method has > been in gtk since 2.3.1. Please make sure you are using this version > and it is the first in your LD_LIBRARY_PATH. > Silly me! I had LD_LIBRARY_PATH=":/usr/lib:/usr/local/lib" instead I should have LD_LIBRARY_PATH=":/usr/local/lib:/usr/lib" Thanks -- Luca De Rugeriis <pie...@li...> |