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)
run winecfg report error "The X11 driver is missing &qu
Re: run winecfg report error "The X11 driver is missing
The problem is you compiled Wine without X support. Why on earth you did that, only you know.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)
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.
(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.