<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - weston screen-share no longer builds"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91529">91529</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>weston screen-share no longer builds
</td>
</tr>
<tr>
<th>Product</th>
<td>Wayland
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>weston
</td>
</tr>
<tr>
<th>Assignee</th>
<td>wayland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nerdopolis1@verizon.net
</td>
</tr></table>
<p>
<div>
<pre>Compiling weston with
./autogen.sh --prefix=$INSTALLDIR --libdir=$INSTALLDIR/lib/$(dpkg-architecture
-qDEB_HOST_MULTIARCH) --disable-libunwind --with-cairo=image
--enable-tablet-shell --enable-clients --enable-demo-clients-install
--enable-rdp-compositor --enable-screen-sharing --enable-libinput-backend
--with-xserver-path=$INSTALLDIR/bin/Xwayland
It seems I am getting these errors
CC src/rpi_backend_la-rpi-renderer.lo
src/screen-share.c: In function 'ss_seat_handle_keymap':
src/screen-share.c:216:16: error: 'struct weston_seat' has no member named
'keyboard'
if (seat->base.keyboard)
^
src/screen-share.c: In function 'ss_seat_handle_modifiers':
src/screen-share.c:284:34: error: 'struct weston_seat' has no member named
'keyboard'
xkb_state_update_mask(seat->base.keyboard->xkb_state.state,
^
src/screen-share.c: In function 'share_output_binding':
src/screen-share.c:1075:11: error: 'struct weston_seat' has no member named
'pointer'
if (!seat->pointer) {
^
src/screen-share.c:1081:29: error: 'struct weston_seat' has no member named
'pointer'
wl_fixed_to_int(seat->pointer->x),
^
src/screen-share.c:1082:29: error: 'struct weston_seat' has no member named
'pointer'
wl_fixed_to_int(seat->pointer->y));
^
src/screen-share.c: In function 'module_init':
src/screen-share.c:1110:8: warning: passing argument 4 of
'weston_compositor_add_key_binding' from incompatible pointer type
share_output_binding, ss);
^
In file included from src/screen-share.c:42:0:
src/compositor.h:1157:1: note: expected 'weston_key_binding_handler_t' but
argument is of type 'void (*)(struct weston_seat *, uint32_t, uint32_t, void
*)'
weston_compositor_add_key_binding(struct weston_compositor *compositor,
^
CC src/rpi_backend_la-libinput-seat.lo
Makefile:4540: recipe for target 'src/screen_share_la-screen-share.lo' failed
make[1]: *** [src/screen_share_la-screen-share.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/srcbuild/weston'
Makefile:2856: recipe for target 'all' failed
make: *** [all] Error 2
PackageCompileSource finished in 53 seconds</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>