mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
It looks like FALSE is only used in a few files in Weston, whereas false is much
more commonly used. Presumably FALSE comes from some library not included in
the headless backend (at least in my case).
FAILED: [code=1] libweston/backend-headless/headless-backend.so.p/headless.c.o
gcc -Ilibweston/backend-headless/headless-backend.so.p -Ilibweston/backend-headless -I../../home/qyliss/src/weston/libweston/backend-headless -I. -I../../home/qyliss/src/weston -Iinclude -I../../home/qyliss/src/weston/include -Ilibweston -I../../home/qyliss/src/weston/libweston -Iprotocol -I/nix/store/mvhj7fm6bkmz6ismdp8vcmwn34w94b8n-libglvnd-1.7.0-dev/include -I/nix/store/v7jn3cy1wjaf9pm60ix9y6dfma0bj4a3-wayland-1.24.0-dev/include -I/nix/store/xi04j07bl6bbckky5n8a1k06spxxfg9i-pixman-0.46.4/include/pixman-1 -I/nix/store/xvzhnfwxvl480qpjxm83wwhd287b3lgm-libxkbcommon-1.11.0-dev/include -I/nix/store/22qgb8p593613861117ay4gzmf9b7rns-libdrm-2.4.125-dev/include -I/nix/store/22qgb8p593613861117ay4gzmf9b7rns-libdrm-2.4.125-dev/include/libdrm -I/nix/store/zl58kqaf677skihj840rf05svsmrhmmc-cairo-1.18.4-dev/include/cairo -I/nix/store/6sscd9xxffhjrci2xbw9yv8inc2rc0ry-freetype-2.13.3-dev/include/freetype2 -I/nix/store/6sscd9xxffhjrci2xbw9yv8inc2rc0ry-freetype-2.13.3-dev/include -I/nix/store/z88mxig65mxgyn1yxsz92m4w1rn51aci-libpng-apng-1.6.50-dev/include/libpng16 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O0 -g -Wmissing-prototypes -Wno-unused-parameter -Wno-shift-negative-value -Wno-missing-field-initializers -Wno-pedantic -Wundef -fvisibility=hidden -Wmissing-prototypes -Wno-unused-parameter -Wno-shift-negative-value -Wno-missing-field-initializers -Wno-pedantic -Wundef -fvisibility=hidden -fPIC -MD -MQ libweston/backend-headless/headless-backend.so.p/headless.c.o -MF libweston/backend-headless/headless-backend.so.p/headless.c.o.d -o libweston/backend-headless/headless-backend.so.p/headless.c.o -c ../../home/qyliss/src/weston/libweston/backend-headless/headless.c
../../home/qyliss/src/weston/libweston/backend-headless/headless.c: In function ‘config_init_to_defaults’:
../../home/qyliss/src/weston/libweston/backend-headless/headless.c:788:29: error: ‘FALSE’ undeclared (first use in this function)
788 | config->fake_seat = FALSE;
| ^~~~~
../../home/qyliss/src/weston/libweston/backend-headless/headless.c:788:29: note: each undeclared identifier is reported only once for each function it appears in
Fixes:
|
||
|---|---|---|
| .. | ||
| backend-drm | ||
| backend-headless | ||
| backend-pipewire | ||
| backend-rdp | ||
| backend-vnc | ||
| backend-wayland | ||
| backend-x11 | ||
| color-lcms | ||
| desktop | ||
| perfetto | ||
| renderer-gl | ||
| renderer-vulkan | ||
| shell-utils | ||
| animation.c | ||
| auth.c | ||
| backend.h | ||
| bindings.c | ||
| clipboard.c | ||
| color-management.c | ||
| color-management.h | ||
| color-noop.c | ||
| color-operations.c | ||
| color-operations.h | ||
| color-profile-param-builder.c | ||
| color-properties.c | ||
| color-properties.h | ||
| color.c | ||
| color.h | ||
| compositor.c | ||
| content-protection.c | ||
| data-device.c | ||
| drm-formats.c | ||
| fifo.c | ||
| fifo.h | ||
| git-version.h.meson | ||
| id-number-allocator.c | ||
| id-number-allocator.h | ||
| input.c | ||
| launcher-impl.h | ||
| launcher-libseat.c | ||
| launcher-util.c | ||
| launcher-util.h | ||
| libinput-device.c | ||
| libinput-device.h | ||
| libinput-seat.c | ||
| libinput-seat.h | ||
| libweston-internal.h | ||
| linux-dmabuf.c | ||
| linux-dmabuf.h | ||
| linux-explicit-synchronization.c | ||
| linux-explicit-synchronization.h | ||
| linux-sync-file-uapi.h | ||
| linux-sync-file.c | ||
| linux-sync-file.h | ||
| log.c | ||
| meson.build | ||
| noop-renderer.c | ||
| output-capture.c | ||
| output-capture.h | ||
| pixel-formats.c | ||
| pixel-formats.h | ||
| pixman-renderer.c | ||
| pixman-renderer.h | ||
| plugin-registry.c | ||
| renderer-borders.c | ||
| renderer-borders.h | ||
| screenshooter.c | ||
| spring-tool.c | ||
| surface-state.c | ||
| timeline-perfetto.c | ||
| timeline.c | ||
| timeline.h | ||
| touch-calibration.c | ||
| vertex-clipping.c | ||
| vertex-clipping.h | ||
| weston-direct-display.c | ||
| weston-log-file.c | ||
| weston-log-flight-rec.c | ||
| weston-log-internal.h | ||
| weston-log-wayland.c | ||
| weston-log.c | ||
| weston-trace.h | ||