Re: Compiling xserver on Ubuntu 12.04 Precise

2012-08-23 Thread Bill Spitzak
On 08/23/2012 08:40 AM, Bill Spitzak wrote: git clone git://anongit.freedesktop.org/xorg/xserver -b xwayland-1.12 Attempting to compile gets me this far: ./autogen.sh --prefix=/home/spitzak/install/ =-with-sha1=libgcrypt ^^^ Never mind, there wa

Re: Compiling xserver on Ubuntu 12.04 Precise

2012-08-23 Thread Bill Spitzak
On 08/22/2012 02:16 AM, Pekka Paalanen wrote: On Tue, 21 Aug 2012 21:44:46 -0700 Bill Spitzak wrote: On 08/21/2012 10:17 AM, Scott Moreau wrote: You probably have the wrong xserver code. Make sure you get it from the xwayland-1.12 branch of git://anongit.freedesktop.org/xorg/xserver

Re: Compiling xserver on Ubuntu 12.04 Precise

2012-08-22 Thread Pekka Paalanen
On Tue, 21 Aug 2012 21:44:46 -0700 Bill Spitzak wrote: > On 08/21/2012 10:17 AM, Scott Moreau wrote: > > > > You probably have the wrong xserver code. Make sure you get it from the > > xwayland-1.12 branch of git://anongit.freedesktop.org/xorg/xserver > >

Re: Compiling xserver on Ubuntu 12.04 Precise

2012-08-21 Thread Scott Moreau
> >> You probably have the wrong xserver code. Make sure you get it from the >> xwayland-1.12 branch of >> git://anongit.freedesktop.org/**xorg/xserver >> > >> wi

Re: Compiling xserver on Ubuntu 12.04 Precise

2012-08-21 Thread Bill Spitzak
On 08/21/2012 10:17 AM, Scott Moreau wrote: Got a little further having installed libgcrypt11-dev and --with-sha1=libgcrypt on the configure of xserver. However xserver now fails with the following error: xwayland-input.c: In function 'create_input_device': xwayland-input.c

Re: Compiling xserver on Ubuntu 12.04 Precise

2012-08-21 Thread Scott Moreau
> Got a little further having installed libgcrypt11-dev and > --with-sha1=libgcrypt on the configure of xserver. > > However xserver now fails with the following error: > > xwayland-input.c: In function 'create_input_device': > xwayland-input.c:499:51: error: 'wl_input_device_interface' undeclared

Re: Compiling xserver on Ubuntu 12.04 Precise

2012-08-21 Thread Bill Spitzak
On 07/25/2012 12:44 AM, Tiago Vignatti wrote: On 07/25/2012 09:25 AM, Bill Spitzak wrote: xwayland failed to build: checking for SHA1 implementation... configure: error: No suitable SHA1 implementation found I'm using gcrypt in my system ('sudo apt-get install libgcrypt11-dev'). But X does l