源码进行编译安装wine出问题

Wine、Cedega、CrossOver 等配置
回复
z411741755
帖子: 2
注册时间: 2015-01-14 16:48
系统: ubuntu

源码进行编译安装wine出问题

#1

帖子 z411741755 » 2015-01-14 16:53

error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need
to install 32-bit development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
怎么解决?
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: 源码进行编译安装wine出问题

#2

帖子 lainme » 2015-01-14 17:04

如果没有特别需要,还是用源里的。如果你想用更新的版本,可以使用PPA https://www.winehq.org/download/ubuntu

如果你还是希望自己编译,这个错误是依赖不全导致的。因为源里有wine的包,所以可以通过

sudo apt-get build-dep wine

来安装需要的编译依赖。

如果你不用这个命令的话也可以单独一个个安装。这里错误信息表示你没有安装X的开发包,具体要装什么你可以用“error: X 32-bit development files not found”搜索一下,应该是

apt-get install libx11-dev:i386

后面可能还需要其它依赖,用同样的方法进行搜索并安装。
z411741755
帖子: 2
注册时间: 2015-01-14 16:48
系统: ubuntu

Re: 源码进行编译安装wine出问题

#3

帖子 z411741755 » 2015-01-14 18:04

lainme, 我为什么那样搜不到?又出问题了error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: 源码进行编译安装wine出问题

#4

帖子 lainme » 2015-01-14 18:19

这个应该是比较全的 http://wiki.winehq.org/Recommended_Pack ... 64c0e7536f

你目前遇到的问题 https://forum.winehq.org/viewtopic.php?f=8&t=18764

如果apt-get build-dep wine能用的话就不要一个个试了
回复