run winecfg report error "The X11 driver is missing &qu

Questions about Wine on Linux
Locked
zengxyi
Newbie
Newbie
Posts: 2
Joined: Wed Jul 18, 2012 6:13 am

run winecfg report error "The X11 driver is missing &qu

Post by zengxyi »

compiled and installed the wine 1.5.8 in gentoo ( armv7a),
run winecfg,report error "The X11 driver is missing"
what's the problem? help...

compile params "--without-x --without-freetype" ,
and use a normal user run winecfg(not root)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: run winecfg report error "The X11 driver is missing

Post by dimesio »

zengxyi wrote:compiled and installed the wine 1.5.8 in gentoo ( armv7a),
run winecfg,report error "The X11 driver is missing"
what's the problem? help...

compile params "--without-x --without-freetype" ,
and use a normal user run winecfg(not root)
The problem is you compiled Wine without X support. Why on earth you did that, only you know.
zengxyi
Newbie
Newbie
Posts: 2
Joined: Wed Jul 18, 2012 6:13 am

Post by zengxyi »

Compiled Wine in ubuntu 12.04 , use arm-linux-gnueabi-gcc,
(envioment build: ubuntu 12.04 unity x86 host:arm-linux-gnueabi run:gentoo xfce4 armv7a)
if compile with x support ,always report configure error:"X development files not found"

apt-get install xorg-dev ,gnome-devel,xfce4-dev
but error is not gone.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I wouldn't recommend trying to compile Wine on Ubuntu 12.04. Even Wine developers have pretty much given up on that.
Locked