weston's embed branch FTBFS
rzr opened this issue · 0 comments
rzr commented
Hi,
First let me thank you for sharing this code, and let it know at : http://lists.freedesktop.org/archives/wayland-devel/2014-February/013267.html
I planned to have a look at test it ( c071202 )
... but it seems some files are not up to date :
src/embed.c:136:1: warning: (near initialization for 'hole_impl') [enabled by default]
src/embed.c:152:21: error: variable 'plug_impl' has initializer but incomplete type
static const struct plug_interface plug_impl = {
^
I noticed that embed-protocol.c miss export of plug interface, also the hole's configure method is not present while it's in embed.xml ... is it a scanner issue ?
Hope this help
(embed-protocol.c miss export of plug interface, also the hole's configure method is not present while it's in embed.xml)
Hope this help