[问题] 求助 wine 的编译问题

Wine、Cedega、CrossOver 等配置
回复
jifengguo
帖子: 5
注册时间: 2008-09-15 23:50
来自: 广东

[问题] 求助 wine 的编译问题

#1

帖子 jifengguo » 2008-09-21 9:52

本人初学ubuntu,发现有很多有在WIN下软件ubuntn中都没有,想编译个win但遇到了问题,请大家帮帮我。具体问题如下:
在 输入 ./configure 后显示
.
.
.
(省略部分)
.
.
checking whether the compiler supports -fPIC -Wl,--export-dynamic... yes
checking whether the compiler supports -fPIC -Wl,--rpath,$ORIGIN/../lib... yes
checking whether the compiler supports -Wl,--enable-new-dtags... yes
checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... yes
checking for i586-mingw32msvc-gcc... no
checking for i386-mingw32msvc-gcc... no
checking for i686-mingw32-gcc... no
checking for i586-mingw32-gcc... no
checking for i386-mingw32-gcc... no
checking for mingw32-gcc... no
checking for mingw-gcc... no
checking for i586-mingw32msvc-dlltool... no
checking for i386-mingw32msvc-dlltool... no
checking for i686-mingw32-dlltool... no
checking for i586-mingw32-dlltool... no
checking for i386-mingw32-dlltool... no
checking for mingw32-dlltool... no
checking for mingw-dlltool... no
checking for i586-mingw32msvc-windres... no
checking for i386-mingw32msvc-windres... no
checking for i686-mingw32-windres... no
checking for i586-mingw32-windres... no
checking for i386-mingw32-windres... no
checking for mingw32-windres... no
checking for mingw-windres... no
checking for i586-mingw32msvc-ar... no
checking for i386-mingw32msvc-ar... no
checking for i686-mingw32-ar... no
checking for i586-mingw32-ar... no
checking for i386-mingw32-ar... no
checking for mingw32-ar... no
checking for mingw-ar... 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.

也就是说从checking for i586-mingw32msvc-gcc开始有问题了吧。我看不明,也不知是怎么回事,请大家帮帮我。在此先谢过了。
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: [问题] 求助 wine 的编译问题

#2

帖子 想入非非 » 2008-09-21 20:09

wine的编译本身就很废时间
推荐deb包最新版的1.15
:idea:
Ubuntu User
jifengguo
帖子: 5
注册时间: 2008-09-15 23:50
来自: 广东

Re: [问题] 求助 wine 的编译问题

#3

帖子 jifengguo » 2008-09-21 21:40

想入非非 写了:wine的编译本身就很废时间
推荐deb包最新版的1.15
:idea:
DEB包我有试过,就是问题太多了,支持不好,才想编译一个的!!
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: [问题] 求助 wine 的编译问题

#4

帖子 HuntXu » 2008-09-21 22:31

代码: 全选

sudo apt-get build-dep wine
HUNT Unfortunately No Talent...
回复