RE: [Java-gnome-developer] Error compiling CroMagnon
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2001-09-04 12:03:12
|
Sorry for this. You will need to manually edit the src/Makefile. You should add "-lzvt -lutil" to the GNOME_LIBS. Once I complete the gcj support (hopefully in the next few days) this should work as well. -Jeff > > Hi, > I am still working on getting Java-GNOME to work under Jdeveloper, and > as soon as I understand all the issues involved I will make a howto. > > Anyway trying to compile CroMagnon I get this error (using > todays CVS): > > /java/jdk1.3.1/bin/java -client -classpath > /home/cschalle/jdevhome/mywork/AcmeVideo/Project1/classes_g:/u > sr/local/share/java-gnome/gnome.jar:/usr/local/share/java-gnom e/gtk.jar:/opt/jdev/lib/jdev-rt.jar:/usr/local/share/java-> gnome/gnome.jar:/usr/local/share/java-gnome/gtk.jar CroMagnon > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /usr/local/lib/libGNOMEJava.so.0.6.1: > /usr/local/lib/libGNOMEJava.so.0.6.1: undefined symbol: > zvt_term_set_bell > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306) > at java.lang.Runtime.loadLibrary0(Runtime.java:749) > at java.lang.System.loadLibrary(System.java:820) > at gnu.gnome.Gnome.<clinit>(Gnome.java:35) > at CroMagnon.main(CroMagnon.java:253) > Process exited with exit code 1. > > > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |