<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:bugzilla@tecnocode.co.uk" title="Philip Withnall <bugzilla@tecnocode.co.uk>"> <span class="fn">Philip Withnall</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - build: Add -Iinclude to libinput and its tools"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102271">bug 102271</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - build: Add -Iinclude to libinput and its tools"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102271#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - build: Add -Iinclude to libinput and its tools"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102271">bug 102271</a>
from <span class="vcard"><a class="email" href="mailto:bugzilla@tecnocode.co.uk" title="Philip Withnall <bugzilla@tecnocode.co.uk>"> <span class="fn">Philip Withnall</span></a>
</span></b>
<pre>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:
<a href="https://jenkins.freedesktop.org/view/GNOME%20Coverity/job/coverity/job/coverity-scan-jhbuild/2087/console">https://jenkins.freedesktop.org/view/GNOME%20Coverity/job/coverity/job/coverity-scan-jhbuild/2087/console</a>
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.</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>