求助 编译wine 出现一些问题

Wine、Cedega、CrossOver 等配置
回复
krick
帖子: 1
注册时间: 2008-01-12 9:03

求助 编译wine 出现一些问题

#1

帖子 krick » 2008-02-26 16:27

configure: libxxf86vm development files not found, XFree86 Vidmode 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: libldap (OpenLDAP) development files not found, LDAP won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: OpenSSL development files not found, SSL won't be supported.

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

下了0.9.56的源码编译 按照版上的精华帖一步步来的 不知道上面的有没有问题
我编译完再make depend && make make install 后 菜单上没有出现wine的菜单

make[2]: 没有什么可以做的为 `install-dev'。
make[2]: Leaving directory `/home/krick/software/wine-0.9.56/dlls/wineesd.drv'
make[2]: Entering directory `/home/krick/software/wine-0.9.56/dlls/winejack.drv'
make[2]: 没有什么可以做的为 `install-dev'。
make[2]: Leaving directory `/home/krick/software/wine-0.9.56/dlls/winejack.drv'
make[2]: Entering directory `/home/krick/software/wine-0.9.56/dlls/winejoystick.drv'
make[2]: 没有什么可以做的为 `install-dev'。
make[2]: Leaving directory `/home/krick/software/wine-0.9.56/dlls/winejoystick.drv'
make[2]: Entering directory `/home/krick/software/wine-0.9.56/dlls/winemp3.acm'
make[2]: 没有什么可以做的为 `install-dev'。
make[2]: Leaving directory `/home/krick/software/wine-0.9.56/dlls/winemp3.acm'
make[2]: Entering directory `/home/krick/software/wine-0.9.56/dlls/winenas.drv'
make[2]: 没有什么可以做的为 `install-dev'。
make[2]: Leaving directory `/home/krick/software/wine-0.9.56/dlls/winenas.drv'
make[2]: Entering directory `/home/krick/software/wine-0.9.56/dlls/wineoss.drv'
make[2]: 没有什么可以做的为 `install-dev'。
make[2]: Leaving directory `/home/krick/software/wine-0.9.56/dlls/wineoss.d
rv到处都是这样的语句 我应该做些什么才好
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#2

帖子 luojie-dune » 2008-02-26 17:37

configure: libxxf86vm development files not found, XFree86 Vidmode 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: libldap (OpenLDAP) development files not found, LDAP won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: OpenSSL development files not found, SSL won't be supported

库文件(依赖)没装好,先装那些.

libxxf86vm libsane libgphoto2 libldap libcapi20

OpenSSL是? 仔细看原帖或者找其他资料
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
windowssux
帖子: 618
注册时间: 2006-08-06 16:58
来自: 北海

#3

帖子 windowssux » 2008-02-26 17:43

你能看得懂上面的英语吗?

那些not found的就是没有安装的,你打开新立得,分别搜索libxxf86vm libsane libgphoto2 libldap libcapi20 OpenSSL,安装相应的包,后面有-dev后缀的也要安装。

如果还缺少什么,就安装什么。安装完后重新configure。

既然你已经make了,可能会使安装文件损坏,还是删了原来这个,重新解压,重新编译。
回复