https://bugs.freedesktop.org/show_bug.cgi?id=102271
Philip Withnall <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #3 from Philip Withnall <[email protected]> ---
Uff, the tests also need -Iinclude. I thought they didn’t, because they don’t
rely on the particular #define which was failing everywhere else — they instead
look for MT_TOOL_PALM, which also doesn’t exist in this particular build
machine’s system headers.
Log here:
https://jenkins.freedesktop.org/view/GNOME%20Coverity/job/coverity/job/coverity-scan-jhbuild/2087/console
Patch coming.
---
Log snippet:
../../checkout/libinput/test/test-touchpad.c: In function
‘touchpad_palm_detect_tool_palm’:
../../checkout/libinput/test/test-touchpad.c:1490:46: error: ‘MT_TOOL_PALM’
undeclared (first use in this function)
litest_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, MT_TOOL_PALM);
^
../../checkout/libinput/test/test-touchpad.c:1490:46: note: each undeclared
identifier is reported only once for each function it appears in
../../checkout/libinput/test/test-touchpad.c: In function
‘touchpad_palm_detect_tool_palm_on_off’:
../../checkout/libinput/test/test-touchpad.c:1511:46: error: ‘MT_TOOL_PALM’
undeclared (first use in this function)
litest_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, MT_TOOL_PALM);
^
../../checkout/libinput/test/test-touchpad.c: In function
‘touchpad_palm_detect_tool_palm_tap’:
../../checkout/libinput/test/test-touchpad.c:1538:46: error: ‘MT_TOOL_PALM’
undeclared (first use in this function)
litest_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, MT_TOOL_PALM);
^
[122/139] Compiling C object
'libinput-test-suite-runner@exe/test_test-tablet.c.o'.
ninja: build stopped: subcommand failed.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs