Unable to build Weston (configure: error: wayland-scanner is needed to compile weston).

2013-10-30 Thread Artsiom Anikeyenka
Any help on that? I'm not good at GNU build tools so it's hard to me to
figure out the reason. I'll be working on that, but maybe meanwhile you'll
give me a hint?

So I just built all the prerequisites without errors but while building
Weston I got that error and I can't work it around. I've seen some related
posts on the web but it looks like it should be working fine as of now.

Also I've been removing all easy-to-remove-warnings which I was getting
while building wayland and its dependencies. 1 thing which is annoying the
most is the ACLOCAL environment variable which we set to build wayland
locally (per http://wayland.freedesktop.org/building.html). I've tried to
build without setting it and it worked fine. So I just thought maybe it's
redundant and is not needed while building stuff locally. If it's set as
per documentation it produces warnings due to the fact that $WLD/share/aclocal
is missing. Another workaround for it was to set:

ACLOCAL=mkdir -p $ACLOCAL_PATH; aclocal -I $ACLOCAL_PATH

If some1 is familiar I would appreciate related feedback a lot.

Thanks!
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: Unable to build Weston (configure: error: wayland-scanner is needed to compile weston).

2013-10-30 Thread Stefan Schmidt

Hello.


On 10/30/2013 01:48 PM, Artsiom Anikeyenka wrote:

Any help on that? I'm not good at GNU build tools so it's hard to me to
figure out the reason. I'll be working on that, but maybe meanwhile
you'll give me a hint?


Where do you install wayland after building? To me it seems the place 
where you install it to is not in you PATH for the bin folder.


You might need something like this:
export PATH=$PATH:$WLD/bin

where $WLD is the path you install wayland in.

regards
Stefan Schmidt
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: Unable to build Weston (configure: error: wayland-scanner is needed to compile weston).

2013-10-30 Thread Artsiom Anikeyenka
Many thanks, Stefan!!! It did helped :)

Any feedback regarding ACLOCAL is still appreciated.

P.S. I'm sorry for not saying hello to everyone. I was writing for the
first time after all (but forgot).

HI EVERYONE!!!


On Wed, Oct 30, 2013 at 5:11 PM, Stefan Schmidt s.schm...@samsung.comwrote:

 Hello.



 On 10/30/2013 01:48 PM, Artsiom Anikeyenka wrote:

 Any help on that? I'm not good at GNU build tools so it's hard to me to
 figure out the reason. I'll be working on that, but maybe meanwhile
 you'll give me a hint?


 Where do you install wayland after building? To me it seems the place
 where you install it to is not in you PATH for the bin folder.

 You might need something like this:
 export PATH=$PATH:$WLD/bin

 where $WLD is the path you install wayland in.

 regards
 Stefan Schmidt
 __**_
 wayland-devel mailing list
 wayland-devel@lists.**freedesktop.orgwayland-devel@lists.freedesktop.org
 http://lists.freedesktop.org/**mailman/listinfo/wayland-develhttp://lists.freedesktop.org/mailman/listinfo/wayland-devel

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel