Compiling xserver on Ubuntu 12.04 Precise

Bill Spitzak spitzak at gmail.com
Tue Aug 21 10:11:50 PDT 2012


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 let you choose among a bunch of SHA1 libraries. Check
> yourself which one suits better for your system using ./configure --help
> (libc|libmd|libgcrypt|libcrypto|libsha1|CommonCrypto).

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 
(first use in this function)

I did a pull on all the repositories and this symbol does not appear 
anywhere.



More information about the wayland-devel mailing list