日期:2014-05-16  浏览次数:20685 次

X DEVELOPMENT
configure: error: X development files not found. Wine will be built
without X support, which probably isn't what you want. You will need to install
development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
缺少这个包包,在网上找了很久没找到,光盘也没找到,请问在哪可以找到

------解决方案--------------------
看样子你是装wine吧
如果是Fedora
直接
yum -y install wine

如果是CentOS
# vi /etc/yum.repos.d/CentOS-Dag.repo
[dag]
name=CentOS-$releasever - Dag
baseurl=http://ftp.riken.jp/Linux/dag/redhat/el$releasever/en/$basearch/dag
http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt

# yum -y install wine

如果是Ubuntu
$sudo apt-get install wine