在windows上,编译安MPlayer
在windows上,编译安MPlayer,我现在的环境是MINGW+MSYS,
安装的软件有
libiconv-1.13.1.tar.gz,
freetype-2.3.9.tar.gz,
zlib-1.2.3.tar.gz,
libpng-1.2.38.tar,
jpegsrc.v7.tar.gz,
libregif-4.1.7.tar.gz,
nasm-2.06.tar.gz,
lame-398-2.tar.gz,
xvidcore-1.2.2.tar.bz2,
svn-win32-1.5.4.zip,
但是configure的时候
[Administrator@msys MPlayer-1.0rc2]$ ./configure --prefix=d:/MPlayer --enable-static --en
able-qtx --enable-real --enable-freetype --enable-png --enable-jpeg --enable-gif --enable-
tga --disable-mencoder --enable-runtime-cpudetection --disable-ssse3 --extra-libs="-mwindo
ws"
Detected operating system: MINGW32
Detected host architecture: i386
Checking for cc version ... not found
Checking for gcc version ... 4.4.0, ok
Checking for host cc ... gcc
Checking for cross compilation ... no
Checking for GCC & CPU optimization abilities ... i486
Checking for assembler support of -pipe option ... no
Checking for compiler support of named assembler arguments ... yes
Checking for assembler (c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/as.ex e ) ... ok
Checking for .align is a power of two ... no
Checking for -lposix ... no
Checking for -lm ... no
Checking for langinfo ... no
Checking for language ... using en (man pages: en )
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... yes
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.
,这个问题如何解决?