Hi, I am trying to compile weston-git/wayland-git on my Arch Linux. I was fine yesterday (more precisely ~30h before) but with some recent commit after that, the mesa-full-wayland package failed to compile with errors like.
platform_wayland.c:830:4: error: implicit declaration of function 'wl_display_get_global' [-Werror=implicit-function-declaration] platform_wayland.c:836:4: error: implicit declaration of function 'wl_display_bind' [-Werror=implicit-function-declaration] platform_wayland.c:836:21: warning: assignment makes pointer from integer without a cast [enabled by default] AFAIK, these functions are indeed removed from wayland and there is also lots of functions (wl_display_add_global_listener for example) turning into inline functions (which means I have to recompile mesa and weston). Is this a intentional api/abi breaking or have I missed sth? thx. _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel