swvkc icon indicating copy to clipboard operation
swvkc copied to clipboard

Project doesn't build

Open Dr-42 opened this issue 1 year ago • 0 comments

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.

Dr-42 avatar Apr 22 '23 20:04 Dr-42