-
Notifications
You must be signed in to change notification settings - Fork 16
Project doesn't build #24
Description
ninja: Entering directory `build'
[27/61] Compiling C object subprojects/libswvkc-wl/libswvkc-wl.a.p/core_wl_surface.c.o
FAILED: subprojects/libswvkc-wl/libswvkc-wl.a.p/core_wl_surface.c.o
cc -Isubprojects/libswvkc-wl/libswvkc-wl.a.p -Isubprojects/libswvkc-wl -I../subprojects/libswvkc-wl -I../subprojects/libswvkc-wl/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c11 -O0 -g -pedantic-errors -Wno-unused-parameter -Wno-unused-function -fPIC -MD -MQ subprojects/libswvkc-wl/libswvkc-wl.a.p/core_wl_surface.c.o -MF subprojects/libswvkc-wl/libswvkc-wl.a.p/core_wl_surface.c.o.d -o subprojects/libswvkc-wl/libswvkc-wl.a.p/core_wl_surface.c.o -c ../subprojects/libswvkc-wl/core/wl_surface.c
../subprojects/libswvkc-wl/core/wl_surface.c:139:1: error: missing initializer for field ‘offset’ of ‘const struct wl_surface_interface’ [-Werror=missing-field-initializers]
139 | };
| ^
In file included from ../subprojects/libswvkc-wl/include/core/wl_surface.h:5,
from ../subprojects/libswvkc-wl/core/wl_surface.c:3:
/usr/include/wayland-server-protocol.h:3292:16: note: ‘offset’ declared here
3292 | void (*offset)(struct wl_client *client,
| ^~~~~~
cc1: all warnings being treated as errors
[36/61] Compiling C object subprojects/libswvkc-wl/libswvkc-wl.a.p/util_util.c.o
ninja: build stopped: subcommand failed.