[Freedreno] Freedreno Mesa with wayland support

Jason Ekstrand jason at jlekstrand.net
Fri Jul 11 12:07:47 PDT 2014


On Fri, Jul 11, 2014 at 8:33 AM, Rob Clark <robdclark at gmail.com> wrote:

> On Wed, Jul 9, 2014 at 5:10 AM, Shrisha <shrishadn at gmail.com> wrote:
> > Hi,
> >
> > I'm tyring to build Mesa with wayland support. Our Build system is yocto
> > which is a linux based build system and we are using  ARM based chipset.
> >
> > When I try to compile Mesa with Wayland enabled It throws me errors as
> > below.
> >
> > | /bin/bash: code: command not found
> > | /bin/bash: client-header: command not found
> > | make[3]: *** [wayland-drm-protocol.c] Error 127
> > | make[3]: /bin/bash: server-header: command not found
> >
>

Shrisha,
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.

Hope that helps,
--Jason Ekstrand


>
> Probably a better question for wayland list.  I think this is related
> to the autogenerated protocol code.  IIRC, when building wayland.git
> it should build the tools needed to generate the protocol code.
>
> But it has been a while since I've built wayland/weston from src,
> since these days everything I need is packaged in fedora ;-)
>

:-)


>
> BR,
> -R
>
> >
> > Where can I get these code, server-header and client-header's?
> >
> > Please help.
> >
> > Regards,
> > Shrisha
> >
> > _______________________________________________
> > Freedreno mailing list
> > Freedreno at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/freedreno
> >
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/freedreno/attachments/20140711/29d9703f/attachment.html>


More information about the Freedreno mailing list