在安装 MPlayer-1.0pre7的时候,全部按网上的步骤;
到/configure --prefix=/usr/local/mplayer/ --enable-gui --enable-freetype --with-codecsdir=/usr/lib/codes/ --with-win32libdir=/usr/lib/wincodes/
就出现错误:
Error: X11 support required for GUI compilation
Check "configure.log" if you do not understand why it failed.
这时错误:
以下是configure作用产生;可能出错代码:
...
Checking for X11 headers presence ... not found (check if the dev(el) packages are installed)
Checking for X11 libs presence ... not found (check if the dev(el) packages are installed)
Checking for X11 ... no
...
Checking for freetype >= 2.0.9 ... ./configure: line 4960: freetype-config: command not found
./configure: line 4961: freetype-config: command not found
ye