分页: 1 / 1

Ubuntu12.10编译wine 1.5.27出现以下信息

发表于 : 2013-04-12 23:18
ti8er
checking for X... no
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.

没有X包支持,请问要安装什么X的包才行?我的是12.10版本。

Re: Ubuntu12.10编译wine 1.5.27出现以下信息

发表于 : 2013-04-12 23:25
YeLee
您把X的开发库扔哪去来着?不过,apt都可以解决编译等一大堆的依赖的。 :em01 :em01 :em01

Re: Ubuntu12.10编译wine 1.5.27出现以下信息

发表于 : 2013-04-12 23:34
ti8er
系统自动装的,鬼知道在哪里。

Re: Ubuntu12.10编译wine 1.5.27出现以下信息

发表于 : 2013-04-12 23:34
YeLee
http://ppa.launchpad.net/ubuntu-wine/pp ... ian.tar.gz
差点忘了那货是非稳定分支来着,直接看链接里面control的Build-Depends一节吧。

Re: Ubuntu12.10编译wine 1.5.27出现以下信息

发表于 : 2013-04-12 23:34
YeLee
ti8er 写了:系统自动装的,鬼知道在哪里。
哦,那现在你应该问鬼去了,毕竟他知道。

Re: Ubuntu12.10编译wine 1.5.27出现以下信息

发表于 : 2013-04-12 23:36
ti8er
解决了,马的老外确实强,英文论坛啥都有。
./configure --x-includes=/usr/include/X11/ --x-libraries=/usr

Re: Ubuntu12.10编译wine 1.5.27出现以下信息

发表于 : 2013-05-18 22:49
243750496
很有用!