安装xine-mms出错,为什么????????

Totem,mplayer,sopcast,realplayer,bmp
回复
xzf16
帖子: 60
注册时间: 2007-03-24 15:27

安装xine-mms出错,为什么????????

#1

帖子 xzf16 » 2007-04-17 16:12

安装xine-mms时,./configure通过了,但make时出错了,错误信息如下
floyd@floyd-laptop:~/xine-mms-0.0.3$ sudo make
make all-recursive
make[1]: Entering directory `/home/floyd/xine-mms-0.0.3'
Making all in src
make[2]: Entering directory `/home/floyd/xine-mms-0.0.3/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/usr/local/include -pthread -g -O2 -O3 -g -D_FILE_OFFSET_BITS=64 -Wall -c input_mms.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/usr/local/include -pthread -g -O2 -O3 -g -D_FILE_OFFSET_BITS=64 -Wall -c input_mms.c -fPIC -DPIC -o input_mms.lo
input_mms.c: In function 'mms_plugin_open':
input_mms.c:93: error: 'xine_t' has no member named 'metronom'
input_mms.c:93: error: 'xine_t' has no member named 'metronom'
input_mms.c: In function 'mms_plugin_read':
input_mms.c:112: error: 'xine_t' has no member named 'video_fifo'
input_mms.c:112: error: 'xine_t' has no member named 'video_fifo'
input_mms.c:116: error: 'xine_t' has no member named 'metronom'
input_mms.c:116: error: 'xine_t' has no member named 'metronom'
input_mms.c:116: error: 'SPEED_PAUSE' undeclared (first use in this function)
input_mms.c:116: error: (Each undeclared identifier is reported only once
input_mms.c:116: error: for each function it appears in.)
input_mms.c:122: error: 'xine_t' has no member named 'metronom'
input_mms.c:122: error: 'xine_t' has no member named 'metronom'
input_mms.c:122: error: 'SPEED_NORMAL' undeclared (first use in this function)
input_mms.c: In function 'mms_plugin_read_block':
input_mms.c:148: warning: pointer targets in passing argument 2 of 'mms_plugin_read' differ in signedness
input_mms.c: In function 'mms_plugin_close':
input_mms.c:244: error: 'xine_t' has no member named 'metronom'
input_mms.c:244: error: 'xine_t' has no member named 'metronom'
input_mms.c: In function 'init_input_plugin':
input_mms.c:291: error: 'input_plugin_t' has no member named 'interface_version'
input_mms.c:293: warning: assignment from incompatible pointer type
input_mms.c:300: error: 'input_plugin_t' has no member named 'get_dir'
input_mms.c:301: error: 'input_plugin_t' has no member named 'eject_media'
input_mms.c:302: warning: assignment from incompatible pointer type
input_mms.c:303: error: 'input_plugin_t' has no member named 'close'
input_mms.c:304: error: 'input_plugin_t' has no member named 'stop'
input_mms.c:305: error: 'input_plugin_t' has no member named 'get_description'
input_mms.c:306: error: 'input_plugin_t' has no member named 'get_identifier'
input_mms.c:307: error: 'input_plugin_t' has no member named 'get_autoplay_list'
input_mms.c:309: error: 'input_plugin_t' has no member named 'is_branch_possible'
make[2]: *** [input_mms.lo] 错误 1
make[2]: Leaving directory `/home/floyd/xine-mms-0.0.3/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/floyd/xine-mms-0.0.3'
make: *** [all-recursive-am] 错误 2
floyd@floyd-laptop:~/xine-mms-0.0.3$

请问这是怎么回事啊?
我用的是ubuntu6.10
回复