when I try to install wine i get this error message configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want. You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this. how do I fix it?
ilikepi38 wrote:> when I try to install wine i get this error message > configure: error: X development files not found. Wine will be built > without X support, which probably isn't what you want. You will need to install > development packages of Xlib/Xfree86 at the very least. > Use the --without-x option if you really want this. > > how do I fix it?Do what it says. Either install X11 or tell Wine you don't want X11. (I REALLY recommend the first one.) Ask you distro/OS vendor for details.
> when I try to install wine i get this error message > configure: error: X development files not found. Wine will be built > without X support, which probably isn't what you want. You will need to install > development packages of Xlib/Xfree86 at the very least. > Use the --without-x option if you really want this. > > how do I fix it? >Do exactly what the first part of error message says. Install the development packages for X windows. Your package manager should have these clearly marked. John
Do I have to install the package manager with sudo apt-get install stow? Also, it would be easier if I could get a command to install the packages. thanks
On Mon, Feb 1, 2010 at 9:18 PM, ilikepi38 <wineforum-user at winehq.org> wrote:> Do I have to install the package manager with sudo apt-get install stow? > Also, it would be easier if I could get a command to install the packages. > thanks >See here for the recommended packages list: http://wiki.winehq.org/Recommended_Packages John