[问题]有人在7.10下编译安装mplayer 1.0 RC2成功么?

Totem,mplayer,sopcast,realplayer,bmp
回复
头像
wxr
帖子: 42
注册时间: 2006-08-24 10:42

[问题]有人在7.10下编译安装mplayer 1.0 RC2成功么?

#1

帖子 wxr » 2007-10-21 11:19

介绍下经验及过程,谢谢

本人一直没有安装成功,configure即出错

./configure --prefix=/usr/local/mplayer --enable-gui --codecsdir=/usr/lib/codecs --win32codecsdir=/usr/lib/win32 --language=zh_CN
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 4.1.3, ok
Checking for host cc ... cc
Checking for cross compilation ... yes
Checking for CPU vendor ... AuthenticAMD (6:10:0)
Checking for CPU type ... AMD Athlon(tm) XP 2500+
Checking for kernel support of mmx ... failed
It seems that your kernel does not correctly support mmx.
To use mmx extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of mmxext ... failed
It seems that your kernel does not correctly support mmxext.
To use mmxext extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnow ... failed
It seems that your kernel does not correctly support 3dnow.
To use 3dnow extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnowext ... failed
It seems that your kernel does not correctly support 3dnowext.
To use 3dnowext extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of sse ... failed
It seems that your kernel does not correctly support sse.
To use sse extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of cmov ... failed
It seems that your kernel does not correctly support cmov.
To use cmov extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for GCC & CPU optimization abilities ... CPU optimization disabled. CPU not recognized or your compiler is too old.
error
Checking for assembler support of -pipe option ... no
Checking for compiler support of named assembler arguments ... yes
Checking for assembler (as ) ... ok
Checking for .align is a power of two ... no
Checking for Linux kernel version ... 2.6.22-14-generic, ok
Checking for -lposix ... no
Checking for -lm ... no
Checking for langinfo ... no
Checking for language ... using zh_CN (man pages: en )
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... none
Checking for __builtin_expect ... no
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... no
Checking for mkstemp ... no
Checking for nanosleep ... no
Checking for socklib ... no
Checking for inet_pton() ... no (trying inet_aton next)
Checking for inet_aton() ... no (network support disabled)
Checking for network ... no
Checking for inttypes.h (required) ... no
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h. There is no chance for compilation to succeed.

Check "configure.log" if you do not understand why it failed.
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#2

帖子 BigSnake.NET » 2007-10-21 11:21

sudo apt-get build-dep mplayer
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
lisir
帖子: 1187
注册时间: 2006-04-29 14:54
来自: 山东
联系:

#3

帖子 lisir » 2007-10-21 11:59

我跟Mplayer编译有仇,可以正常编译安装上,但就是使用时不正常,以前是:
我在安装时一切正常,也可以播放影音文件,但就是在播放rmvb格式时,出现错误:“MPlayer 被 11 信号中断(属于 init_audio_codec 模块)
- 过度使用 CPU/FPU/RAM 导致 MPlayer 崩溃。
使用 --enable-debug 重新编译 MPlayer 并用调试程序“gdb”反跟踪和
反汇编。具体细节看 DOCS/zh/bugreports.html#crash。
- MPlayer 崩溃了。这不应该发生。
这可能是 MPlayer 代码中, 或者你的驱动中, 或者你的 gcc 版本中的一个
错误。如你觉得这是 MPlayer 的错误,请阅读 DOCS/zh/bugreports.html
并遵循上面的步骤报告错误。除非你在报告一个可能的错误时候提供我们
所需要的信息, 否则我们不能也不会帮助你。”然后关闭。
现在则是直接双击影音文件提示“打开……失败”,而在命令行用gmplayer打开则正常,很邪乎。

我只能用源里的了。
学会看置顶帖、精华帖。
学会使用搜索。
常见问题解答和发帖需知
头像
iblicf
帖子: 3766
注册时间: 2007-01-15 17:15

#4

帖子 iblicf » 2007-10-21 11:59

我,是编译安装的 rc2 ...
编译环境 : build-essential autoconf automake ... 库大概需要( 凭印象 ) libc6-dev libpng-dev libgtk2.0-dev .....

./configure --enable-gui
make && sudo make install
头像
wxr
帖子: 42
注册时间: 2006-08-24 10:42

#5

帖子 wxr » 2007-10-21 12:22

iblicf 写了:我,是编译安装的 rc2 ...
编译环境 : build-essential autoconf automake ... 库大概需要( 凭印象 ) libc6-dev libpng-dev libgtk2.0-dev .....

./configure --enable-gui
make && sudo make install
谢谢,安装了你说的库之后,编译成功了,正在make,呵呵,但愿能装上
上次由 wxr 在 2007-10-21 12:32,总共编辑 1 次。
头像
iblicf
帖子: 3766
注册时间: 2007-01-15 17:15

#6

帖子 iblicf » 2007-10-21 12:25

synaptic 里边找 zlib-dev 之类的装
ltkun
帖子: 1340
注册时间: 2006-01-10 19:09

#7

帖子 ltkun » 2007-10-21 12:32

看你们都这么起劲我也编译一个试试
头像
wxr
帖子: 42
注册时间: 2006-08-24 10:42

#8

帖子 wxr » 2007-10-21 12:49

编译安装成功,谢谢iblicf,重启看看
syweiqiang
帖子: 15
注册时间: 2007-07-21 1:16

#9

帖子 syweiqiang » 2007-10-21 15:24

能不能编译一个DEB包发上来啊楼主.
头像
wxr
帖子: 42
注册时间: 2006-08-24 10:42

#10

帖子 wxr » 2007-11-22 16:39

syweiqiang 写了:能不能编译一个DEB包发上来啊楼主.
getdeb

http://www.getdeb.net/app.php?name=MPlayer
坚决不做你幸福的绊脚石!!
回复