Титла: Проблем с MPlayer Публикувано от: alex_c в Sep 04, 2003, 08:32 Здравейте! Някой сблъсквал ли се със следния проблем:
Ползвам Knoppix 3.2 (инсталиран на харддиска) и MPlayer от CVS repository. Всичко вървеше добре допреди около две седмици. След поредната актуализация на CVS сорса се оказа, че плейъра не може да се компилира с опцията --enable-gui. При компилиране без GUI няма проблеми. Същото стана и с версията 0.91, а сега и с 1.0-pre1. Долу показвам част от изхода на configure-скрипта, както и част от информацията от процеса на компилация: alex@eagle:~/tmp/mplayer-1.0pre1$./configure --enable-gui --language=bg Detected operating system: Linux Detected host architecture: i386 Checking for gcc version ... 3.2.3, ok Checking for CPU vendor ... GenuineIntel (6:8:3) Checking for CPU type ... Unknown Intel CPU Checking for GCC & CPU optimization abilities ... pentium3 ..... ..... Checking for gtk version ... 1.2.10 (using gtk-config) Checking for glib version ... 1.2.10 (using glib-config) ..... ..... alex@eagle:~/tmp/mplayer-1.0pre1$make ..... ..... Gui/libgui.a(common.o)(.text+0x88f): In function 'AddVScaler': : undefined reference to `gtk_vscale_new' Gui/libgui.a(common.o)(.text+0x8a1): In function `AddVScaler': : undefined reference to `gtk_widget_set_name' Gui/libgui.a(common.o)(.text+0x8a9): In function `AddVScaler': : undefined reference to `gtk_widget_show' Gui/libgui.a(common.o)(.text+0x8b2): In function `AddVScaler': : undefined reference to `gtk_box_get_type' Gui/libgui.a(common.o)(.text+0x8be): In function `AddVScaler': : undefined reference to `gtk_type_check_object_cast' Gui/libgui.a(common.o)(.text+0x8e2): In function `AddVScaler': : undefined reference to `gtk_box_pack_start' Gui/libgui.a(common.o)(.text+0x8ec): In function `AddVScaler': : undefined reference to `gtk_scale_get_type' Gui/libgui.a(common.o)(.text+0x8f8): In function `AddVScaler': : undefined reference to `gtk_type_check_object_cast' Gui/libgui.a(common.o)(.text+0x904): In function `AddVScaler': : undefined reference to `gtk_scale_set_digits' Gui/libgui.a(common.o)(.text+0x921): In function `AddVScaler': : undefined reference to `gtk_scale_get_type' Gui/libgui.a(common.o)(.text+0x92d): In function `AddVScaler': : undefined reference to `gtk_type_check_object_cast' Gui/libgui.a(common.o)(.text+0x93d): In function `AddVScaler': : undefined reference to `gtk_scale_set_draw_value' Gui/libgui.a(common.o)(.text+0x960): In function `AddComboBox': : undefined reference to `gtk_combo_new' Gui/libgui.a(common.o)(.text+0x972): In function `AddComboBox': : undefined reference to `gtk_widget_set_name' Gui/libgui.a(common.o)(.text+0x97a): In function `AddComboBox': : undefined reference to `gtk_widget_show' Gui/libgui.a(common.o)(.text+0x983): In function `AddComboBox': : undefined reference to `gtk_box_get_type' Gui/libgui.a(common.o)(.text+0x98f): In function `AddComboBox': : undefined reference to `gtk_type_check_object_cast' Gui/libgui.a(common.o)(.text+0x9b3): In function `AddComboBox': : undefined reference to `gtk_box_pack_start' collect2: ld returned 1 exit status make: *** [mplayer] Error 1 Ако някой е имал подобни проблеми и знае как да се разрешат, моля, нека даде информация. Best wishes! Alex |