Re: Not able to build weston following the instructions in the website.

2014-05-13 Thread Bill Spitzak
I was hoping to clean this up, but I thought I would post my current notes on getting Wayland compiled, on an Ubuntu 12.04 machine. This machine had been used to compile X11 programs, thus it may have packages already installed that are required for Wayland. I did start with http://wayland.fre

RE: Not able to build weston following the instructions in the website.

2014-05-13 Thread Srivardhan
> -Original Message- > From: wayland-devel [mailto:wayland-devel- > boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen > Sent: Tuesday, May 13, 2014 1:03 PM > To: Srivardhan > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: Not able to build

Re: Not able to build weston following the instructions in the website.

2014-05-13 Thread Pekka Paalanen
On Tue, 13 May 2014 12:44:45 +0530 Srivardhan wrote: > Hi, > > When followed the instructions in the > http://wayland.freedesktop.org/building.html, Weston configure fails, as it > won't find the wayland-scanner installed in custom location. So we need to > update the build instructions in the w

Not able to build weston following the instructions in the website.

2014-05-13 Thread Srivardhan
Hi, When followed the instructions in the http://wayland.freedesktop.org/building.html, Weston configure fails, as it won't find the wayland-scanner installed in custom location. So we need to update the build instructions in the website to update the PATH variable with custom location. Has nobody