CentOS下装WINE1.1.2问题 能帮看下不 - -!

Wine、Cedega、CrossOver 等配置
回复
stone512
帖子: 6
注册时间: 2008-07-29 14:14

CentOS下装WINE1.1.2问题 能帮看下不 - -!

#1

帖子 stone512 » 2008-07-29 14:24

灰常感谢 pollothana.....问题解决了一大半了....只剩... YUM 指令要怎么确定的?
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.

configure: WARNING: libjpeg development files not found, JPEG won't be supported.

configure: WARNING: libpng development files not found, PNG won't be supported.

configure: Finished. Do 'make depend && make' to compile Wine.

---------------------------------问题分割线---------------------------------
我直接 忽略了
configure: libxcursor development files not found, the Xcursor extension won't be supported.
.....
等错误 -.-
直接make make install了...
可以运行起来.,..不过不知道有啥后果呢?
---------------------------------问题分割线----------------------------------
windowssux 写道:
安装libxcursor libXxf86vm libxrandr libxinerama...............................libpng这n多个包。

你到顶置帖去看,我在里面提供了一个不错的脚本。

我试了 lanuncher。sh

结果:[root@localhost ~]# vim launcher.sh
[root@localhost ~]# chmod +x ~/launcher.sh
[root@localhost ~]# sh launcher.sh
launcher.sh: line 9: cd: /root/.wine/drive_c/Program Files/Game/Directory/: 没有那个文件或目录
wine: cannot find 'C:/Program Files/Game/Directory/game.exe'


我直接解压并改名wine 放在 usr/local里面 。。
跟这个有关吗?

------------------------------问题分割线------------------------------------
我是用centos 5。1 版本的,每次编译./configure 最后都出现这样
如果是缺软件包的话 我用YUM 要安装的指令是什么 麻烦各位了```

configure: libxcursor development files not found, the Xcursor extension won't be supported.
configure: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
configure: libxrandr development files not found, XRandr won't be supported.
configure: libxinerama development files not found, multi-monitor setups won't be supported.
configure: libxcomposite development files not found, Xcomposite won't be supported.
configure: libGLU development files not found, GLU won't be supported.
configure: libhal development files not found, no dynamic device support.
configure: lib(n)curses development files not found, curses won't be supported.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: liblcms development files not found, Color Management won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: fontconfig development files not found, fontconfig won't be supported.
configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.

configure: WARNING: libxrender development files not found, XRender won't be supported.

configure: WARNING: libxml2 development files not found, XML won't be supported.

configure: WARNING: libxslt development files not found, xslt won't be supported.

configure: WARNING: OpenSSL development files not found, SSL won't be supported.

configure: WARNING: libjpeg development files not found, JPEG won't be supported.

configure: WARNING: libpng development files not found, PNG won't be supported.

configure: Finished. Do 'make depend && make' to compile Wine.
上次由 stone512 在 2008-07-29 18:12,总共编辑 4 次。
stone512
帖子: 6
注册时间: 2008-07-29 14:14

#2

帖子 stone512 » 2008-07-29 14:35

各位大大 帮帮忙,,是个俺是新手,不过这几天超迷恋linux的,天天熬夜的哇
stone512
帖子: 6
注册时间: 2008-07-29 14:14

#3

帖子 stone512 » 2008-07-29 14:56

天啊..HELP 在线等呢...
头像
windowssux
帖子: 618
注册时间: 2006-08-06 16:58
来自: 北海

#4

帖子 windowssux » 2008-07-29 16:21

安装libxcursor libXxf86vm libxrandr libxinerama...............................libpng这n多个包。

你到顶置帖去看,我在里面提供了一个不错的脚本。
头像
pollothana
帖子: 262
注册时间: 2007-03-08 10:47

#5

帖子 pollothana » 2008-07-29 16:24

su -c 'yum install libXcursor* libXxf86vm* libXrandr* libXinerama* libXcomposite* *libGLU* hal* ncurses* sane* gphoto2 lcms* cups* libcapi20.so.3 fontconfig* ldap*'
su -c 'yum install libXrender libXrender-devel libxml2 libxml2-devel libxslt libxslt-devel libjpeg libpng openssl openssl-devel'
su -c 'yum update'
./configure
make depend && make
su -c 'make install'
红色表示可能会有一些不需要的软件包,自己看
蓝色表示可以省略,但是最好更新一下系统

下次记得装系统时最好把常用的开发工具都装上。其实这个问题不过是提示缺少一些软件包,将会有一些功能不能用,自己完全可以解决。cups是打印机相关的,不用的话可以不装。
CentOS源里也许会缺少一些包,那就需要自己去找了,其实Fedora也是不错的选择。另外记得装好显卡驱动。
My blog: hsquared66.blogspot.com
stone512
帖子: 6
注册时间: 2008-07-29 14:14

#6

帖子 stone512 » 2008-07-29 17:10

windowssux 写了:安装libxcursor libXxf86vm libxrandr libxinerama...............................libpng这n多个包。

你到顶置帖去看,我在里面提供了一个不错的脚本。
我试了 lanuncher。sh

结果:[root@localhost ~]# vim launcher.sh
[root@localhost ~]# chmod +x ~/launcher.sh
[root@localhost ~]# sh launcher.sh
launcher.sh: line 9: cd: /root/.wine/drive_c/Program Files/Game/Directory/: 没有那个文件或目录
wine: cannot find 'C:/Program Files/Game/Directory/game.exe'


我直接解压并改名wine 放在 usr/local里面 。。
跟这个有关吗?
上次由 stone512 在 2008-07-29 17:36,总共编辑 1 次。
stone512
帖子: 6
注册时间: 2008-07-29 14:14

#7

帖子 stone512 » 2008-07-29 17:10

pollothana 写了:su -c 'yum install libXcursor* libXxf86vm* libXrandr* libXinerama* libXcomposite* *libGLU* hal* ncurses* sane* gphoto2 lcms* cups* libcapi20.so.3 fontconfig* ldap*'
su -c 'yum install libXrender libXrender-devel libxml2 libxml2-devel libxslt libxslt-devel libjpeg libpng openssl openssl-devel'
su -c 'yum update'
./configure
make depend && make
su -c 'make install'
红色表示可能会有一些不需要的软件包,自己看
蓝色表示可以省略,但是最好更新一下系统

下次记得装系统时最好把常用的开发工具都装上。其实这个问题不过是提示缺少一些软件包,将会有一些功能不能用,自己完全可以解决。cups是打印机相关的,不用的话可以不装。
CentOS源里也许会缺少一些包,那就需要自己去找了,其实Fedora也是不错的选择。另外记得装好显卡驱动。
偶试试去,,,谢谢!
对了 ,你这些YUM指令是怎么确定的啊?有方法介绍的链接没?
上次由 stone512 在 2008-07-29 18:13,总共编辑 1 次。
stone512
帖子: 6
注册时间: 2008-07-29 14:14

#8

帖子 stone512 » 2008-07-29 17:46

我直接 忽略了
configure: libxcursor development files not found, the Xcursor extension won't be supported.
.....
等错误 -.-
直接make make install了...
可以运行起来.,..不过不知道有啥后果呢?
wuchuanren
帖子: 99
注册时间: 2008-01-31 16:55

#9

帖子 wuchuanren » 2008-08-02 14:17

把wine官网里说的依赖包都yum上(复制、粘贴到yum install 开头的命令行上:)),我用的是CentOS5 DVD盘,里面什么都有,不用依赖网络
然后下载,编译。
估计wine和maple,vmware,matlab那样,对rhel无条件的兼容。(可怜所谓的 QQ for linux,其实不过是 qq for ubuntu, for fedora9 ,for suse10)
回复