[Java-gnome-developer] errors when install gnome !
Brought to you by:
afcowie
From: bbskill <bb...@to...> - 2004-10-13 11:36:50
|
I downloaded java-gnome-2.7.2,and ./configure then when I executed make,the error appeared as follows: jni/org_gnu_gnome_IconList.o(.text+0x56b): In function `Java_org_gnu_gnome_IconL ist_gnome_1icon_1list_1select_1all': jni/org_gnu_gnome_IconList.c:278: undefined reference to `gnome_icon_list_select _all' collect2: ld returned 1 exit status make[2]: *** [../lib/libgnomejava2.7.so.2.7.2] =B4=ED=CE=F3 1 make[2]: Leaving directory `/mnt/incoming/java-gnome-2.7.2/gnome/src' make[1]: *** [distro] =B4=ED=CE=F3 2 make[1]: Leaving directory `/mnt/incoming/java-gnome-2.7.2/gnome' make: *** [all] =B4=ED=CE=F3 1 what is the problem ? another problem: I have tried |aptitude |install |libjava-gnome-doc libgtk0-java libgnome0-java libglade0-java in debian but when I javac the |*First.java in GNOME-tutorial, it says : First.java:2: package org.gnu.gnome does not exist import org.gnu.gnome.App; ^ First.java:3: package org.gnu.gnome does not exist import org.gnu.gnome.Program; ^ First.java:4: package org.gnu.gtk does not exist import org.gnu.gtk.Gtk; ^ First.java:10: cannot resolve symbol symbol : variable Program location: class First Program.initGnomeUI("First", "0.1", args); ^ First.java:12: cannot resolve symbol symbol : class App location: class First App app =3D new App("First", "First App"); ^ First.java:12: cannot resolve symbol symbol : class App location: class First App app =3D new App("First", "First App"); ^ First.java:15: cannot resolve symbol symbol : variable Gtk location: class First Gtk.main(); ^ 7 errors And I could not find the gtk.jar and gnome.jar in my debian ?? How can I fix it? Thank you !! * |