Bug 53462

Summary: [bug] Weston tests fail to compile
Product: Wayland Reporter: U. Artie Eoff <ullysses.a.eoff>
Component: westonAssignee: Wayland bug list <wayland-bugs>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description U. Artie Eoff 2012-08-13 22:29:19 UTC
Description
-----------

event-test.c: In function 'handle_surface':
event-test.c:56:28: error: 'struct weston_compositor' has no member named 'seat'
event-test.c:60:9: warning: passing argument 1 of 'notify_motion' from incompatible pointer type [enabled by default]
In file included from test-runner.h:8:0,
from event-test.c:31:
../src/compositor.h:508:1: note: expected 'struct weston_seat *' but argument is of type 'struct wl_seat *'
make[2]: *** [event-test.lo] Error 1

Current known fail: weston master 6cef0092722732896b5f9a9f793de1487b1219eb
First known fail: weston master cd8cdccdd375058ae467974af5831a507ed016f5
Last known good: weston master 8a01580f17c3a83cda0d4d16142b2324f237df23
Comment 1 U. Artie Eoff 2012-08-13 22:30:12 UTC
(In reply to comment #0)
> Description
> -----------
> 
> event-test.c: In function 'handle_surface':
> event-test.c:56:28: error: 'struct weston_compositor' has no member named
> 'seat'
> event-test.c:60:9: warning: passing argument 1 of 'notify_motion' from
> incompatible pointer type [enabled by default]
> In file included from test-runner.h:8:0,
> from event-test.c:31:
> ../src/compositor.h:508:1: note: expected 'struct weston_seat *' but argument
> is of type 'struct wl_seat *'
> make[2]: *** [event-test.lo] Error 1
> 
> Current known fail: weston master 6cef0092722732896b5f9a9f793de1487b1219eb
> First known fail: weston master cd8cdccdd375058ae467974af5831a507ed016f5
> Last known good: weston master 8a01580f17c3a83cda0d4d16142b2324f237df23

Reproduce:

1. make check
Comment 2 Philipp Brüschweiler 2012-08-16 09:02:52 UTC
Should be fixed in 468262be3e8ed7db4bfbd7fa2bda33d3ce6aa3f8

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.