Re: [Java-gnome-developer] Cannot compile java-gnome-0.8.2...
Brought to you by:
afcowie
From: Nicolas M. <ni...@be...> - 2004-02-01 20:30:01
|
I had the same problem, already mentioned this on this mailling list. It seems this is a known problem and the developers are currently working on a 0.8.3 release that will fix this. One of the developers suggested me to delete the passworddialog sources before compiling it (the java source and the c source), that works for me but I still get errors further along the road which I haven't solved yet. On Sun, 2004-02-01 at 21:22, S=E9bastien Moran wrote: > Hi,=20 >=20 > i am new with java-gnome, i get the java-gnome-0.8.2 archive and try > to compile it. >=20 > The 'make' commands ended with : >=20 > make[1]: Leaving directory > `/home/sebz/Downloads/java-gnome-0.8.2/doc-glade' >=20 > I looked at the previous errors and found : >=20 >=20 > jni/org_gnu_gconf_ConfValue.o(.text+0x44c): In function > `Java_org_gnu_gconf_ConfValue_gconf_1value_1to_1string': > jni/org_gnu_gconf_ConfValue.c:266: undefined reference to > `gconf_value_to_string' > collect2: ld returned 1 exit status > make[2]: *** [../lib/libgconfjava0.8.so.0.8.2] Erreur 1 >=20 >=20 > and before that :=20 >=20 > jni/org_gnu_gnome_PasswordDialog.o(.text+0x378): In function > `Java_org_gnu_gnome_PasswordDialog_gnome_1password_1dialog_1get_1rememb= er': > jni/org_gnu_gnome_PasswordDialog.c:173: undefined reference to > `gnome_password_dialog_get_remember' > collect2: ld returned 1 exit status > make[1]: *** [../lib/libgnomejava0.8.so.0.8.2] Erreur 1 > make[1]: Leaving directory > `/home/sebz/Downloads/java-gnome-0.8.2/gnome/src' > make: *** [distro] Erreur 2 >=20 >=20 > I looked at the 'lib' directory of 'gconf' and 'gnome' and the > 'libxxxjava0.8.so.0.8.2' were missing ... >=20 > what does it mean ... ? >=20 > Thx for help, i am so impatient to look at my first JAVA-GNOME app :) > !! >=20 > sebz. |