[Java-gnome-developer] undefined symbol: atk_relation_add_target
Brought to you by:
afcowie
From: Clint A. <ca...@au...> - 2005-02-28 14:08:01
|
Hi everyone. I recently downloaded and built the new libgtk-java-2.6.0, and it compiled with no problems. However, when I run this: # java -Djava.library.path=/usr/local/lib -cp /usr/local/share/java/gtk2.6.jar:/usr/local/share/java/glade2.8.jar:/usr/local/share/java/gnome2.8.jar:. GladeRunner it gives me the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libgtkjni-2.6.so: /usr/local/lib/libgtkjni-2.6.so: undefined symbol: atk_relation_add_target at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at org.gnu.gtk.Gtk.<clinit>(Gtk.java:187) at GladeRunner.main(GladeRunner.java:67) If I change "gtk2.6.jar" to "gtk2.4.jar", it works fine. I have the latest version of libatk-dev installed. Any ideas what might be going on here? |