Re: [Java-gnome-developer] Compile problem with libgnome-2.8.0
Brought to you by:
afcowie
From: Luca De R. <pie...@fa...> - 2004-10-19 17:29:00
|
Il giorno mar, 19-10-2004 alle 18:39 +0200, necrosoft ha scritto: > Hi! >=20 > I compiled libgtk-java-2.4.4 properly but libgnome-2.8.0 return 1 error. >=20 > ./configure work but make return this: >=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 `/my_path/libgnome-java-2.8.0/src' > make: *** [distro] Error 2 >=20 >=20 > I try to export LD_LIBRARY_PATH like this: >=20 >=20 > LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/my_sources_path/lib >=20 > & >=20 > LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/my_sources_path/src/jni >=20 >=20 > but still don't work. Pheraps i wrong this paths... >=20 > Any idea? weird it seems you are compiling libgnome 2.7 and it tries to link with a libgnome version which doesn't contain that symbol. --=20 Luca De Rugeriis <pie...@fa...> |