<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jul 11, 2014 at 8:33 AM, Rob Clark <span dir="ltr"><<a href="mailto:robdclark@gmail.com" target="_blank">robdclark@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Jul 9, 2014 at 5:10 AM, Shrisha <<a href="mailto:shrishadn@gmail.com">shrishadn@gmail.com</a>> wrote:<br>

> Hi,<br>
><br>
> I'm tyring to build Mesa with wayland support. Our Build system is yocto<br>
> which is a linux based build system and we are using  ARM based chipset.<br>
><br>
> When I try to compile Mesa with Wayland enabled It throws me errors as<br>
> below.<br>
><br>
> | /bin/bash: code: command not found<br>
> | /bin/bash: client-header: command not found<br>
> | make[3]: *** [wayland-drm-protocol.c] Error 127<br>
> | make[3]: /bin/bash: server-header: command not found<br>
><br></blockquote><div><br></div><div>Shrisha,<br></div><div>It looks like your translation from automake to yocto isn't correct.  It shouldn't be trying to run client-header as a command.  The correct command should like something like "wayland-scanner client-header mything.xml > file.h".  Also, you need to make sure that wayland-scanner is properly build/installed in your system.  If you're doing a cross-compile, you'll have to build it for the host architecture and make sure your build tool can find it.<br>
<br>Hope that helps,<br></div><div>--Jason Ekstrand<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Probably a better question for wayland list.  I think this is related<br>
to the autogenerated protocol code.  IIRC, when building wayland.git<br>
it should build the tools needed to generate the protocol code.<br>
<br>
But it has been a while since I've built wayland/weston from src,<br>
since these days everything I need is packaged in fedora ;-)<br></blockquote><div><br>:-)<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
BR,<br>
-R<br>
<br>
><br>
> Where can I get these code, server-header and client-header's?<br>
><br>
> Please help.<br>
><br>
> Regards,<br>
> Shrisha<br>
><br>
> _______________________________________________<br>
> Freedreno mailing list<br>
> <a href="mailto:Freedreno@lists.freedesktop.org">Freedreno@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/freedreno" target="_blank">http://lists.freedesktop.org/mailman/listinfo/freedreno</a><br>
><br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</blockquote></div><br></div></div>