Advertisement
Guest User

Untitled

a guest
Jul 30th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.68 KB | None | 0 0
  1. [69/243] Compiling C object 'sway/sway@@sway@exe/desktop_xdg_shell_v6.c.o'.
  2. FAILED: sway/sway@@sway@exe/desktop_xdg_shell_v6.c.o
  3. cc -Isway/sway@@sway@exe -Isway -I../sway/sway -Iinclude -I../sway/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/json-c -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O0 -g -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -DWLR_USE_UNSTABLE '-DSYSCONFDIR="//etc"' '-DSWAY_VERSION="1.0-alpha.4-181-gf19add27 (" __DATE__ ", branch '"'"'master'"'"')"' -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -fno-plt -g -fvar-tracking-assignments -fdebug-prefix-map=/home/sergio/.cache/yay/sway-wlroots-git/src=/usr/src/debug -D_FORTIFY_SOURCE=2 -pthread  -MD -MQ 'sway/sway@@sway@exe/desktop_xdg_shell_v6.c.o' -MF 'sway/sway@@sway@exe/desktop_xdg_shell_v6.c.o.d' -o 'sway/sway@@sway@exe/desktop_xdg_shell_v6.c.o' -c ../sway/sway/desktop/xdg_shell_v6.c
  4. ../sway/sway/desktop/xdg_shell_v6.c: In function ‘handle_map’:
  5. ../sway/sway/desktop/xdg_shell_v6.c:365:46: error:struct <anonymous>’ has no member named ‘set_title’
  6.   wl_signal_add(&xdg_surface->toplevel->events.set_title,
  7.                                               ^
  8. ../sway/sway/desktop/xdg_shell_v6.c:369:46: error:struct <anonymous>’ has no member named ‘set_app_id’
  9.   wl_signal_add(&xdg_surface->toplevel->events.set_app_id,
  10.                                               ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement