Re: [Java-gnome-developer] Re: java-gnome-developer digest, Vol 1 #562 - 4 msgs
Brought to you by:
afcowie
From: Luca De R. <pie...@fa...> - 2004-10-21 01:08:59
|
Il giorno mer, 20-10-2004 alle 20:37 +0200, necrosoft ha scritto: > >weird it seems you are compiling libgnome 2.7 and it tries to link with > >a libgnome version which doesn't contain that symbol. > > > >--=3D20 > >Luca De Rugeriis <pie...@fa...> > > =20 > > > Hi! >=20 > You have reason, my dir name is wrong...Anyway i have still this problem=20 > with libgnome2.7.4 and 2.8.0. libgtk is ok. >=20 > jni/org_gnu_gnome_IconList.o(.text+0x56b): In function=20 > `Java_org_gnu_gnome_IconList_gnome_1icon_1list_1select_1all': > : undefined reference to `gnome_icon_list_select_all' > jni/org_gnu_gnome_PasswordDialog.o(.text+0x323): In function=20 > `Java_org_gnu_gnome_PasswordDialog_gnome_1password_1dialog_1set_1show_1us= erpass_1buttons': > : undefined reference to `gnome_password_dialog_set_show_userpass_buttons= ' > collect2: ld returned 1 exit status > make[1]: *** [../lib/libgnomejava2.7.so.2.7.4] Error 1 > make[1]: Leaving directory `/path/libgnome-java-2.7.4/src' > make: *** [distro] Error 2 >=20 > i try export LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH=3D/path/libgnome-java-2.7= .4/lib >=20 > & >=20 > LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH=3D/path/libgnome-java-2.7.4/src/jni >=20 > Still don't work. The problem is the same... ./configure didn't ask for the right version. That function are present in my libgnomeui-2.8.0, please try an upgrade if you have a chance. |