[Java-gnome-developer] Compile problem with libgnome-2.8.0
Brought to you by:
afcowie
From: necrosoft <nec...@sl...> - 2004-10-19 16:35:18
|
Hi! I compiled libgtk-java-2.4.4 properly but libgnome-2.8.0 return 1 error. ./configure work but make return this: jni/org_gnu_gnome_IconList.o(.text+0x56b): In function `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 `Java_org_gnu_gnome_PasswordDialog_gnome_1password_1dialog_1set_1show_1userpass_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 I try to export LD_LIBRARY_PATH like this: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/my_sources_path/lib & LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/my_sources_path/src/jni but still don't work. Pheraps i wrong this paths... Any idea? TNX! |