LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 3021|回复: 24

SUSE 10.1 安装MPlayer成功!

[复制链接]
发表于 2006-6-27 10:53:58 | 显示全部楼层 |阅读模式
首先在www.mplayerhq.hu下载最新MPlayer1.0Pre8包,一定要用这个版本才能够支持10.1的GCC。然后下载codecs包,font包,skins包,分别解压。
1.把解压后的codecs包复制到 /usr/local/lib/codecs/*
2.进入解压后的MPlayer1.0Pre8源码包/configure --enable-gui --enable-menu --language=zh_CN
3.把解压后的Font包放到 /usr/local/share/mplayer/font/*
4.把解压后的Skins包放到/usr/local/share/mplayer/skins/default/*
以上都是使用的默认安装路径,如果另外的安装目录请vi MPlayer1.0Pre8中的README
执行:
/usr/local/bin/mplayer
/usr/local/bin/gmplayer
 楼主| 发表于 2006-6-27 10:56:13 | 显示全部楼层
不详细的希望大家补充哈!!!
只要是这个软件我装了很多次,现在才搞定。很高兴!
回复 支持 反对

使用道具 举报

发表于 2006-6-27 12:58:24 | 显示全部楼层
如果你用yast来安装,应该就不会装这么久了
回复 支持 反对

使用道具 举报

发表于 2006-6-27 13:59:19 | 显示全部楼层
Post by yewanthgan
首先在www.mplayerhq.hu下载最新的M ... nt包,skins包。
1.把解压后的codecs包复制到 /usr/local/lib/codecs/*
2.进入解压后的MPlayer1.0Pre8源码包/configure --enable-gui --enable-menu
3.把解压后的Font包放到 /usr/local/share/mplayer/font/*
4.把解压后的Skins包放到/usr/local/share/mplayer/skins/*
以上都是使用的默认安装路径,如果另外的安装目录请vi MPlayer1.0Pre8中的README
执行:
/usr/local/bin/mplayer
/usr/local/bin/gmplayer

我装不了字体阿,显示
Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
请问怎么解决?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-28 10:47:01 | 显示全部楼层
好像是提示你的字体地址有错
你看一下是不是把字体的具体文件放到了/usr/local/share/mplayer/font/下。
回复 支持 反对

使用道具 举报

发表于 2006-6-28 18:45:36 | 显示全部楼层
恭喜楼主了!
我也安装了 好久,不过现在还没有安装成功!唉,如下
[root@feiwong MPlayer-1.0pre8]# ./configure --enable-gui
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 4.0.2, ok
Checking for host cc ... cc
Checking for cross compilation ... no
Checking for CPU vendor ... GenuineIntel (15:3:4)
Checking for CPU type ...  Intel(R) Celeron(R) CPU 2.40GHz
Checking for GCC & CPU optimization abilities ... prescott
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 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 sse2 ... failed
It seems that your kernel does not correctly support sse2.
To use sse2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for assembler support of -pipe option ... yes
Checking for assembler (as 2.15.94.0.2.2) ... ok
Checking for Linux kernel version ... 2.6.11-1.1369_FC4, ok
Checking for MPlayer binary name ... mplayer
Checking for awk ... gawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for -lposix ... no
Checking for -lm ... yes
Checking for langinfo ... yes
Checking for language ... using en (man pages:  en)
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... __restrict
Checking for __builtin_expect ... yes
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... yes
Checking for round ... yes
Checking for nanosleep ... yes
Checking for socklib ... no
Checking for inet_pton() ... no (trying inet_aton next)
Checking for inet_aton() ... no (network support disabled)
Checking for inttypes.h (required) ... yes
Checking for int_fastXY_t in inttypes.h ... yes
Checking for word size ... 32
Checking for stddef.h ... yes
Checking for malloc.h ... yes
Checking for memalign() ... yes
Checking for alloca.h ... yes
Checking for mman.h ... yes
Checking for dynamic loader ... yes
Checking for dynamic a/v plugins support ... no
Checking for pthread ... yes (using -lpthread)
Checking for rpath ... no
Checking for iconv ... yes
Checking for sys/soundcard.h ... no
Checking for soundcard.h ... no
Checking for sys/dvdio.h ... no
Checking for sys/cdio.h ... no
Checking for linux/cdrom.h ... no
Checking for dvd.h ... no
Checking for BSDI dvd.h ... no
Checking for HP-UX SCSI header ... no
Checking for userspace SCSI headers (Solaris) ... no
Checking for termcap ... yes (using -lncurses)
Checking for termios ... yes (using sys/termios.h)
Checking for shm ... yes
Checking for linux devfs ... no
Checking for scandir() ... yes
Checking for strsep() ... yes
Checking for strlcpy() ... no
Checking for strlcat() ... no
Checking for fseeko() ... yes
Checking for localtime_r() ... yes
Checking for vsscanf() ... yes
Checking for swab() ... yes
Checking for POSIX select() ... yes
Checking for gettimeofday() ... yes
Checking for glob() ... yes
Checking for setenv() ... yes
Checking for sys/sysinfo.h ... no
Checking for Mac OS X APIs ... auto
Checking for Mac OS X Finder Support ... no
Checking for Mac OS X Bundle file locations ... no
Checking for Samba support (libsmbclient) ... yes
Checking for 3dfx ... no
Checking for tdfxfb ... no
Checking for s3fb ... no
Checking for tdfxvid ... no
Checking for tga ... yes
Checking for DirectFB headers presence ... not found
Checking for DirectFB ... no
Checking for X11 headers presence ... yes (using /usr/X11R6/include)
Checking for X11 ... yes (using /usr/X11R6/lib)
Checking for DPMS ... yes (using Xdpms 4)
Checking for Xv ... yes
Checking for XvMC ... no
Checking for Xinerama ... yes
Checking for Xxf86vm ... yes
Checking for XF86keysym ... yes
Checking for DGA ... 2 (using DGA 2.0)
Checking for OpenGL ... yes
Checking for /dev/mga_vid ... no
Checking for xmga ... no
Checking for GGI ... no
Checking for GGI extension: libggiwmh ... no
Checking for AA ... no
Checking for CACA ... no
Checking for SVGAlib ... no
Checking for FBDev ... no
Checking for DVB ... no (specify path to DVB/ost/include with --with-dvbincdir=DIR)
Checking for DVB HEAD ... no (specify path to DVB/include (HEAD Version) with --with-dvbincdir=DIR)
Checking for PNG support ... yes
Checking for JPEG support ... yes
Checking for PNM support ... yes
Checking for md5sum support ... yes
Checking for GIF support ... yes (old version, some encoding functions disabled)Checking for broken giflib workaround ... disabled
Checking for VESA support ... no
Checking for SDL ... yes (using sdl-config)
Checking for Windows waveout ... no
Checking for Directx ... no
Checking for NAS ... no
Checking for DXR2 ... no
Checking for DXR3/H+ ... no
Checking for libmp1e ... no
Checking for libfame ... no
Checking for OSS Audio ... no
Checking for aRts ... no
Checking for EsounD ... yes
Checking for esd_get_latency() ... yes
Checking for Polyp ... no
Checking for JACK ... no
Checking for OpenAL ... no
Checking for ALSA audio ... no
Checking for Sun audio ... no
Checking for Sun mediaLib ... no
Checking for SGI audio ... no
Checking for VCD support ... yes
Checking for DVD support (libmpdvdkit2) ... yes
Checking for DVD support (libdvdread) ... no
Checking for cdparanoia ... no
Checking for libcdio ... no
Checking for freetype >= 2.0.9 ... no
Checking for fontconfig ... no (freetype support needed)
Checking for fribidi with charsets ... no
Checking for ENCA ... no
Checking for zlib ... yes
Checking for RTC ... no
Checking for external liblzo support ... no
Checking for mad support ... no
Checking for Toolame ... no
Checking for Twolame ... no
Checking for OggVorbis support ... yes (internal Tremor)
Checking for libspeex (version >= 1.1 required) ... no
Checking for OggTheora support ... no
Checking for mp3lib support ... yes
Checking for liba52 support ... yes
Checking for libdts support ... no
Checking for libmpeg2 support ... yes
Checking for libmpcdec (musepack, version >= 1.2.1 required) ... no
Checking for FAAC (AAC encoder) support ... no
Checking for internal FAAD2 (AAC) support ... yes
Checking for external FAAD2 (AAC) support ... no
Checking for LADSPA plugin support ... no
Checking for Win32 codec DLL support ... yes (using /usr/local/lib/codecs)
Checking for Win32 loader support ... yes
Checking for DirectShow ... yes
Checking for XAnim DLL ... yes (using /usr/local/lib/codecs)
Checking for RealPlayer DLL ... yes (using /usr/local/lib/codecs)
Checking for LIVE555 Streaming Media libraries ... auto
Checking for FFmpeg libavutil (static) ... yes
Checking for FFmpeg libavcodec (static) ... yes
Checking for FFmpeg libavformat (static) ... yes
Checking for FFmpeg libpostproc (static) ... yes
Checking for AMR narrowband ... no
Checking for AMR narrowband, fixed point ... no
Checking for AMR wideband ... no
Checking for libdv-0.9.5+ ... no
Checking for zr ... no
Checking for bl ... no
Checking for XviD ... no
Checking for x264 ... no
Checking for DivX4linux/DivX5linux/OpenDivX decore ... no
Checking for libmp3lame (for mencoder) ... no
Checking for DivX4linux encore (for mencoder) ... no
Checking for mencoder ... yes
Checking for fastmemcpy ... yes
Checking for UniquE RAR File Library ... yes
Checking for TV interface ... yes
Checking for *BSD BrookTree 848 TV interface ... no
Checking for Video 4 Linux TV interface ... no
Checking for Video 4 Linux 2 TV interface ... no
Checking for audio select() ... yes
Checking for network ... no
Checking for ftp ... no
Checking for vstream client ... no
Checking for byte order ... little-endian
Checking for OSD menu ... no
Checking for QTX codecs ... yes
Checking for Subtitles sorting ... yes
Checking for XMMS inputplugin support ... no
Checking for inet6 ... no
Checking for gethostbyname2 ... no
Checking for GUI ... yes
Checking for XShape extension ... yes
Checking for GTK+ version ... 2.6.7
Checking for glib version ... 2.6.4
Creating Gui/config.mak
Checking for iconv program ... yes
Checking for automatic gdb attach ... no
Checking for compiler support for -fno-PIC ... yes
Checking for compiler support for noexecstack ... yes
Checking for ftello() ... yes
Checking for VIDIX (internal) ... yes
Checking for VIDIX (external) ... no
Checking for joystick ... no
Checking for lirc ... no
Checking for lircc ... no
Creating config.mak
Creating config.h
Creating libvo/config.mak
Creating libao2/config.mak
Creating libaf/config.mak

Config files successfully generated by ./configure !

  Install prefix: /usr/local
  Data directory: /usr/local/share/mplayer
  Config direct.: /usr/local/etc/mplayer

  Byte order: little-endian
  Optimizing for: prescott mtrr

  Languages:
    Messages/GUI: en
    Manual pages:  en

  Enabled optional drivers:
    Input: tv vcd smb
    Codecs: qtx libavcodec real xanim dshow/dmo win32 faad2(internal) libmpeg2 liba52 mp3lib tremor(internal) gif
    Audio output: esd sdl mpegpes(file)
    Video output: xvidix cvidix sdl gif89a md5sum pnm jpeg png mpegpes(file) opengl dga xv x11 xover tga
    Audio filters:
  Disabled optional drivers:
    Input: vstream ftp network tv-v4l2 tv-v4l tv-bsdbt848 live555 cdda dvdread mpdvdkit2 dvb
    Codecs: opendivx x264 xvid libdv amr_wb amr_nb faac musepack libdts libtheora speex twolame toolame libmad liblzo
    Audio output: sgi sun alsa openal jack polyp arts oss dxr2 nas dsound win32
    Video output: winvidix bl zr zr2 dxr3 dxr2 directx vesa fbdev svga caca aa ggi xmga mga xvmc directfb tdfx_vid s3fb tdfxfb 3dfx
    Audio filters: ladspa

'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
      compile *** DO NOT REPORT BUGS if you tweak these files ***

'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.

Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/video.html#mtrr)


Check configure.log if you wonder why an autodetection failed (check whether
the development headers/packages are installed).
Do not report compilation errors if you used any of the --enable-* options
(except --enable-gui and maybe --enable-debug).

If you suspect a bug, please read DOCS/HTML/en/bugreports.html.



[root@feiwong MPlayer-1.0pre8]# make
./version.sh `cc -dumpversion`
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=prescott  -mno-sse -mno-sse2 -mtune=prescott -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT  -I.        -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include   -I./libavutil -I./libavcodec   -o mplayer.o mplayer.c
In file included from /usr/include/sys/ioctl.h:27,
                 from mplayer.c:19:
/usr/include/bits/ioctls.h:24:24: error: asm/ioctls.h: No such file or directoryIn file included from /usr/include/signal.h:333,
                 from /usr/include/sys/wait.h:30,
                 from mplayer.c:20:
/usr/include/bits/sigcontext.h:28:29: error: asm/sigcontext.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:153,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:122,                 from /usr/lib/gcc/i386-redhat-linux/4.0.2/include/syslimits.h:7,
                 from /usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:11,
                 from mplayer.c:36:
/usr/include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory
In file included from /usr/include/errno.h:36,
                 from mplayer.c:38:
/usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directorymplayer.c: In function 'main':
mplayer.c:2472: error: 'PATH_MAX' undeclared (first use in this function)
mplayer.c:2472: error: (Each undeclared identifier is reported only once
mplayer.c:2472: error: for each function it appears in.)
mplayer.c:2899: warning: pointer targets in passing argument 2 of 'vobsub_set_from_lang' differ in signedness
mplayer.c:2963: warning: pointer targets in passing argument 2 of 'stream_read' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3038: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
mplayer.c:3043: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness
mplayer.c:3050: warning: pointer targets in passing argument 2 of 'play_tree_add_file' differ in signedness
mplayer.c:3643: warning: pointer targets in passing argument 2 of 'decode_audio' differ in signedness
make: *** [mplayer.o] 错误 1

每次都是这样,这是怎么回事啊!
回复 支持 反对

使用道具 举报

发表于 2006-6-28 18:45:37 | 显示全部楼层
恭喜楼主了!
我也安装了 好久,不过现在还没有安装成功!唉,如下
[root@feiwong MPlayer-1.0pre8]# ./configure --enable-gui
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 4.0.2, ok
Checking for host cc ... cc
Checking for cross compilation ... no
Checking for CPU vendor ... GenuineIntel (15:3:4)
Checking for CPU type ...  Intel(R) Celeron(R) CPU 2.40GHz
Checking for GCC & CPU optimization abilities ... prescott
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 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 sse2 ... failed
It seems that your kernel does not correctly support sse2.
To use sse2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for assembler support of -pipe option ... yes
Checking for assembler (as 2.15.94.0.2.2) ... ok
Checking for Linux kernel version ... 2.6.11-1.1369_FC4, ok
Checking for MPlayer binary name ... mplayer
Checking for awk ... gawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for -lposix ... no
Checking for -lm ... yes
Checking for langinfo ... yes
Checking for language ... using en (man pages:  en)
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... __restrict
Checking for __builtin_expect ... yes
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... yes
Checking for round ... yes
Checking for nanosleep ... yes
Checking for socklib ... no
Checking for inet_pton() ... no (trying inet_aton next)
Checking for inet_aton() ... no (network support disabled)
Checking for inttypes.h (required) ... yes
Checking for int_fastXY_t in inttypes.h ... yes
Checking for word size ... 32
Checking for stddef.h ... yes
Checking for malloc.h ... yes
Checking for memalign() ... yes
Checking for alloca.h ... yes
Checking for mman.h ... yes
Checking for dynamic loader ... yes
Checking for dynamic a/v plugins support ... no
Checking for pthread ... yes (using -lpthread)
Checking for rpath ... no
Checking for iconv ... yes
Checking for sys/soundcard.h ... no
Checking for soundcard.h ... no
Checking for sys/dvdio.h ... no
Checking for sys/cdio.h ... no
Checking for linux/cdrom.h ... no
Checking for dvd.h ... no
Checking for BSDI dvd.h ... no
Checking for HP-UX SCSI header ... no
Checking for userspace SCSI headers (Solaris) ... no
Checking for termcap ... yes (using -lncurses)
Checking for termios ... yes (using sys/termios.h)
Checking for shm ... yes
Checking for linux devfs ... no
Checking for scandir() ... yes
Checking for strsep() ... yes
Checking for strlcpy() ... no
Checking for strlcat() ... no
Checking for fseeko() ... yes
Checking for localtime_r() ... yes
Checking for vsscanf() ... yes
Checking for swab() ... yes
Checking for POSIX select() ... yes
Checking for gettimeofday() ... yes
Checking for glob() ... yes
Checking for setenv() ... yes
Checking for sys/sysinfo.h ... no
Checking for Mac OS X APIs ... auto
Checking for Mac OS X Finder Support ... no
Checking for Mac OS X Bundle file locations ... no
Checking for Samba support (libsmbclient) ... yes
Checking for 3dfx ... no
Checking for tdfxfb ... no
Checking for s3fb ... no
Checking for tdfxvid ... no
Checking for tga ... yes
Checking for DirectFB headers presence ... not found
Checking for DirectFB ... no
Checking for X11 headers presence ... yes (using /usr/X11R6/include)
Checking for X11 ... yes (using /usr/X11R6/lib)
Checking for DPMS ... yes (using Xdpms 4)
Checking for Xv ... yes
Checking for XvMC ... no
Checking for Xinerama ... yes
Checking for Xxf86vm ... yes
Checking for XF86keysym ... yes
Checking for DGA ... 2 (using DGA 2.0)
Checking for OpenGL ... yes
Checking for /dev/mga_vid ... no
Checking for xmga ... no
Checking for GGI ... no
Checking for GGI extension: libggiwmh ... no
Checking for AA ... no
Checking for CACA ... no
Checking for SVGAlib ... no
Checking for FBDev ... no
Checking for DVB ... no (specify path to DVB/ost/include with --with-dvbincdir=DIR)
Checking for DVB HEAD ... no (specify path to DVB/include (HEAD Version) with --with-dvbincdir=DIR)
Checking for PNG support ... yes
Checking for JPEG support ... yes
Checking for PNM support ... yes
Checking for md5sum support ... yes
Checking for GIF support ... yes (old version, some encoding functions disabled)Checking for broken giflib workaround ... disabled
Checking for VESA support ... no
Checking for SDL ... yes (using sdl-config)
Checking for Windows waveout ... no
Checking for Directx ... no
Checking for NAS ... no
Checking for DXR2 ... no
Checking for DXR3/H+ ... no
Checking for libmp1e ... no
Checking for libfame ... no
Checking for OSS Audio ... no
Checking for aRts ... no
Checking for EsounD ... yes
Checking for esd_get_latency() ... yes
Checking for Polyp ... no
Checking for JACK ... no
Checking for OpenAL ... no
Checking for ALSA audio ... no
Checking for Sun audio ... no
Checking for Sun mediaLib ... no
Checking for SGI audio ... no
Checking for VCD support ... yes
Checking for DVD support (libmpdvdkit2) ... yes
Checking for DVD support (libdvdread) ... no
Checking for cdparanoia ... no
Checking for libcdio ... no
Checking for freetype >= 2.0.9 ... no
Checking for fontconfig ... no (freetype support needed)
Checking for fribidi with charsets ... no
Checking for ENCA ... no
Checking for zlib ... yes
Checking for RTC ... no
Checking for external liblzo support ... no
Checking for mad support ... no
Checking for Toolame ... no
Checking for Twolame ... no
Checking for OggVorbis support ... yes (internal Tremor)
Checking for libspeex (version >= 1.1 required) ... no
Checking for OggTheora support ... no
Checking for mp3lib support ... yes
Checking for liba52 support ... yes
Checking for libdts support ... no
Checking for libmpeg2 support ... yes
Checking for libmpcdec (musepack, version >= 1.2.1 required) ... no
Checking for FAAC (AAC encoder) support ... no
Checking for internal FAAD2 (AAC) support ... yes
Checking for external FAAD2 (AAC) support ... no
Checking for LADSPA plugin support ... no
Checking for Win32 codec DLL support ... yes (using /usr/local/lib/codecs)
Checking for Win32 loader support ... yes
Checking for DirectShow ... yes
Checking for XAnim DLL ... yes (using /usr/local/lib/codecs)
Checking for RealPlayer DLL ... yes (using /usr/local/lib/codecs)
Checking for LIVE555 Streaming Media libraries ... auto
Checking for FFmpeg libavutil (static) ... yes
Checking for FFmpeg libavcodec (static) ... yes
Checking for FFmpeg libavformat (static) ... yes
Checking for FFmpeg libpostproc (static) ... yes
Checking for AMR narrowband ... no
Checking for AMR narrowband, fixed point ... no
Checking for AMR wideband ... no
Checking for libdv-0.9.5+ ... no
Checking for zr ... no
Checking for bl ... no
Checking for XviD ... no
Checking for x264 ... no
Checking for DivX4linux/DivX5linux/OpenDivX decore ... no
Checking for libmp3lame (for mencoder) ... no
Checking for DivX4linux encore (for mencoder) ... no
Checking for mencoder ... yes
Checking for fastmemcpy ... yes
Checking for UniquE RAR File Library ... yes
Checking for TV interface ... yes
Checking for *BSD BrookTree 848 TV interface ... no
Checking for Video 4 Linux TV interface ... no
Checking for Video 4 Linux 2 TV interface ... no
Checking for audio select() ... yes
Checking for network ... no
Checking for ftp ... no
Checking for vstream client ... no
Checking for byte order ... little-endian
Checking for OSD menu ... no
Checking for QTX codecs ... yes
Checking for Subtitles sorting ... yes
Checking for XMMS inputplugin support ... no
Checking for inet6 ... no
Checking for gethostbyname2 ... no
Checking for GUI ... yes
Checking for XShape extension ... yes
Checking for GTK+ version ... 2.6.7
Checking for glib version ... 2.6.4
Creating Gui/config.mak
Checking for iconv program ... yes
Checking for automatic gdb attach ... no
Checking for compiler support for -fno-PIC ... yes
Checking for compiler support for noexecstack ... yes
Checking for ftello() ... yes
Checking for VIDIX (internal) ... yes
Checking for VIDIX (external) ... no
Checking for joystick ... no
Checking for lirc ... no
Checking for lircc ... no
Creating config.mak
Creating config.h
Creating libvo/config.mak
Creating libao2/config.mak
Creating libaf/config.mak

Config files successfully generated by ./configure !

  Install prefix: /usr/local
  Data directory: /usr/local/share/mplayer
  Config direct.: /usr/local/etc/mplayer

  Byte order: little-endian
  Optimizing for: prescott mtrr

  Languages:
    Messages/GUI: en
    Manual pages:  en

  Enabled optional drivers:
    Input: tv vcd smb
    Codecs: qtx libavcodec real xanim dshow/dmo win32 faad2(internal) libmpeg2 liba52 mp3lib tremor(internal) gif
    Audio output: esd sdl mpegpes(file)
    Video output: xvidix cvidix sdl gif89a md5sum pnm jpeg png mpegpes(file) opengl dga xv x11 xover tga
    Audio filters:
  Disabled optional drivers:
    Input: vstream ftp network tv-v4l2 tv-v4l tv-bsdbt848 live555 cdda dvdread mpdvdkit2 dvb
    Codecs: opendivx x264 xvid libdv amr_wb amr_nb faac musepack libdts libtheora speex twolame toolame libmad liblzo
    Audio output: sgi sun alsa openal jack polyp arts oss dxr2 nas dsound win32
    Video output: winvidix bl zr zr2 dxr3 dxr2 directx vesa fbdev svga caca aa ggi xmga mga xvmc directfb tdfx_vid s3fb tdfxfb 3dfx
    Audio filters: ladspa

'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
      compile *** DO NOT REPORT BUGS if you tweak these files ***

'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.

Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/video.html#mtrr)


Check configure.log if you wonder why an autodetection failed (check whether
the development headers/packages are installed).
Do not report compilation errors if you used any of the --enable-* options
(except --enable-gui and maybe --enable-debug).

If you suspect a bug, please read DOCS/HTML/en/bugreports.html.



[root@feiwong MPlayer-1.0pre8]# make
./version.sh `cc -dumpversion`
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=prescott  -mno-sse -mno-sse2 -mtune=prescott -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT  -I.        -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include   -I./libavutil -I./libavcodec   -o mplayer.o mplayer.c
In file included from /usr/include/sys/ioctl.h:27,
                 from mplayer.c:19:
/usr/include/bits/ioctls.h:24:24: error: asm/ioctls.h: No such file or directoryIn file included from /usr/include/signal.h:333,
                 from /usr/include/sys/wait.h:30,
                 from mplayer.c:20:
/usr/include/bits/sigcontext.h:28:29: error: asm/sigcontext.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:153,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:122,                 from /usr/lib/gcc/i386-redhat-linux/4.0.2/include/syslimits.h:7,
                 from /usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:11,
                 from mplayer.c:36:
/usr/include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory
In file included from /usr/include/errno.h:36,
                 from mplayer.c:38:
/usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directorymplayer.c: In function 'main':
mplayer.c:2472: error: 'PATH_MAX' undeclared (first use in this function)
mplayer.c:2472: error: (Each undeclared identifier is reported only once
mplayer.c:2472: error: for each function it appears in.)
mplayer.c:2899: warning: pointer targets in passing argument 2 of 'vobsub_set_from_lang' differ in signedness
mplayer.c:2963: warning: pointer targets in passing argument 2 of 'stream_read' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3027: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
mplayer.c:3036: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
mplayer.c:3038: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
mplayer.c:3043: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness
mplayer.c:3050: warning: pointer targets in passing argument 2 of 'play_tree_add_file' differ in signedness
mplayer.c:3643: warning: pointer targets in passing argument 2 of 'decode_audio' differ in signedness
make: *** [mplayer.o] 错误 1

每次都是这样,这是怎么回事啊!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-29 14:00:03 | 显示全部楼层
你的CODES是放到那里的哦?
回复 支持 反对

使用道具 举报

发表于 2006-6-29 18:03:32 | 显示全部楼层
Post by yhxfh
恭喜楼主了!
[root@feiwong MPlayer-1.0pre8]# make
./version.sh `cc -dumpversion`
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=prescott  -mno-sse -mno-sse2 -mtune=prescott -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT  -I.        -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include   -I./libavutil -I./libavcodec   -o mplayer.o mplayer.c
In file included from /usr/include/sys/ioctl.h:27,
                 from mplayer.c:19:
/usr/include/bits/ioctls.h:24:24: error: asm/ioctls.h: No such file or directoryIn file
每次都是这样,这是怎么回事啊!


Looks like you didn't install glibc-devel
回复 支持 反对

使用道具 举报

发表于 2006-6-29 18:45:11 | 显示全部楼层
晕死啦~
         前两天都把这家伙装好了,可昨天和今天编译了N次,试过了好几个版本,可还是有问题呀,最后的问题出在了这:


jack      -Wl,-z,noexecstack     -lpthread -ldl -rdynamic  -lm
mp_msg.o: In function `mp_msg':
mp_msg.c.text+0x259): undefined reference to `guiMessageBox'
libvo/libvo.a(x11_common.o): In function `vo_x11_check_events':
x11_common.c.text+0x49df): undefined reference to `guiGetEvent'
libvo/libvo.a(vo_x11.o): In function `config':
vo_x11.c.text+0x11a0): undefined reference to `guiGetEvent'
libvo/libvo.a(vo_xover.o): In function `config':
vo_xover.c.text+0xae0): undefined reference to `guiGetEvent'
libvo/libvo.a(vo_xv.o): In function `config':
vo_xv.c.text+0x13b8): undefined reference to `guiGetEvent'
libvo/libvo.a(vo_gl.o): In function `config':
vo_gl.c.text+0x1e0c): undefined reference to `guiGetEvent'
libvo/libvo.a(vo_gl2.o):vo_gl2.c.text+0x1e84): more undefined references to `guiGetEvent' follow
libmpdemux/libmpdemux.a(video.o): In function `video_read_properties':
video.c.text+0x66): undefined reference to `demux_is_mpeg_rtp_stream'
libmpdemux/libmpdemux.a(video.o): In function `video_read_frame':
video.c.text+0xb53): undefined reference to `demux_is_mpeg_rtp_stream'
libmpdemux/libmpdemux.a(demuxer.o).data+0xac): undefined reference to `demuxer_desc_rtp'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
(己将解码器放入/usr/local/lib/codecs和/usr/lib/codecs/中,以防万一)
高手指点一下啦!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表