RE: [java-gnome-hackers] Unresolved symbol
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-01-08 11:40:38
|
> 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. -Jeff |