Hi. it seems that recently a new header was added to weston in http://cgit.freedesktop.org/wayland/weston/commit/?id=b1bc4a68b0bc2d7b391c7484a52a46a636ad89fc ,which is required by compositor.h . When I try to build a weston plugin out of tree (hawaii) I can no longer build it, due to zalloc.h not being able to be found.
This issue broke wayland-fits compile, too. The zalloc.h header needs to be exported with the Weston SDK or only included in Weston's *.c files that need it.
commit 4e5f1153ca9ef72af95ffbce2e223a8b65b73312 Author: Giulio Camuffo <giuliocamuffo@gmail.com> Date: Sat Aug 10 14:41:04 2013 +0200 Install shared/zalloc.h Plugins need to have it available, as it is included in compositor.h. https://bugs.freedesktop.org/show_bug.cgi?id=67948
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.