[已解决][问题]编译安装wine1.1.3,make时出现错误

Wine、Cedega、CrossOver 等配置
回复
bauhaus
帖子: 15
注册时间: 2008-08-01 17:31

[已解决][问题]编译安装wine1.1.3,make时出现错误

#1

帖子 bauhaus » 2008-08-23 13:13

sudo ./configure -v 出现如下错误

configure: libxcursor development files not found, the Xcursor extension won't be supported.
configure: libxi development files not found, the Xinput extension won't be supported.
configure: XShm development files not found, X Shared Memory won't be supported.
configure: XShape development files not found, XShape 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: 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: 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: OpenGL development headers not found.
OpenGL and Direct3D 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: Finished. Do 'make depend && make' to compile Wine.


sudo make depend && make 出现如下错误

../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./winex11.drv.spec bitblt.o bitmap.o brush.o clipboard.o codepage.o desktop.o dib.o dib_convert.o dib_dst_swap.o dib_src_swap.o event.o graphics.o ime.o init.o keyboard.o mouse.o opengl.o palette.o pen.o scroll.o settings.o systray.o text.o window.o wintab.o x11ddraw.o x11drv_main.o xdnd.o xfont.o xim.o xinerama.o xrandr.o xrender.o xvidmode.o version.res -o winex11.drv.so -lcomctl32 -luser32 -lgdi32 -ladvapi32 -limm32 -lkernel32 -lntdll -Wb,-dcomctl32 -lSM -lICE -lXext -lX11 ../../libs/port/libwine_port.a
/usr/bin/ld: cannot find -lXext
collect2: ld 返回 1
winegcc: gcc failed
make[2]: *** [winex11.drv.so] 错误 2
make[2]: Leaving directory `/home/yjy/wine-1.1.3/dlls/winex11.drv'
make[1]: *** [winex11.drv] 错误 2
make[1]: Leaving directory `/home/yjy/wine-1.1.3/dlls'
make: *** [dlls] 错误 2

sudo make install仍然出现以上错误

这是却依赖包么?
上次由 bauhaus 在 2008-08-23 15:43,总共编辑 1 次。
bauhaus
帖子: 15
注册时间: 2008-08-01 17:31

#2

帖子 bauhaus » 2008-08-23 15:42

解决,安装
sudo apt-get install gnome-devel
即可成功编译
头像
cannys
帖子: 95
注册时间: 2007-11-30 17:18

Re: [已解决][问题]编译安装wine1.1.3,make时出现错误

#3

帖子 cannys » 2009-12-05 9:21

:em11 :em11 :em11
回复