<div dir="ltr"><div>Weston master requires wayland master.  The WL_SURFACE_ERROR_INVALID_TRANSFORM enum was added after wayland 1.5  You need to make sure you build libwayland from git master and then make sure that weston is building against your custom-built libwayland.<br>
</div>--Jason Ekstrand<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 3, 2014 at 12:11 PM, pplive <span dir="ltr"><<a href="mailto:p2pnet10@gmail.com" target="_blank">p2pnet10@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
<br>
I try to build wayland/weston on Ubuntu 14.04 , just following this article<br>
<br>
<a href="http://wayland.freedesktop.org/ubuntu12.04.html" target="_blank">http://wayland.freedesktop.org/ubuntu12.04.html</a> (as i cannot find a<br>
14.04-based tip)<br>
<br>
It went well, but when i tried to build weston, it was stopped by the<br>
following message:<br>
<br>
  CC       src/weston-compositor.o<br>
src/compositor.c: In function ‘surface_set_buffer_transform’:<br>
src/compositor.c:2160:4: error: ‘WL_SURFACE_ERROR_INVALID_TRANSFORM’<br>
undeclared (first use in this function)<br>
    WL_SURFACE_ERROR_INVALID_TRANSFORM,<br>
    ^<br>
src/compositor.c:2160:4: note: each undeclared identifier is reported<br>
only once for each function it appears in<br>
src/compositor.c: In function ‘surface_set_buffer_scale’:<br>
src/compositor.c:2179:4: error: ‘WL_SURFACE_ERROR_INVALID_SCALE’<br>
undeclared (first use in this function)<br>
    WL_SURFACE_ERROR_INVALID_SCALE,<br>
    ^<br>
make[1]: *** [src/weston-compositor.o] Error 1<br>
make[1]: Leaving directory `/home/yeung/weston'<br>
make: *** [all] Error 2<br>
<br>
Can someone tell me how to solve it? Thanks so much!<br>
<br>
Best regards,<br>
Alex<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>