[BRLTTY] [PATCH v1 1/1] fix input_event time related compile fail with MUSL

Heiko Thiery heiko.thiery at gmail.com
Sun Jun 7 10:45:29 EDT 2020


Hi Dave,


Am So., 7. Juni 2020 um 16:03 Uhr schrieb Dave Mielke <Dave at mielke.cc>:
>
> [quoted lines by Heiko Thiery on 2020/06/07 at 15:40 +0200]
>
> >./system_linux.c: In function 'writeInputEvent':
> >./system_linux.c:962:23: error: 'struct input_event' has no member named 'time'; did you mean 'type'?
> >   gettimeofday(&event.time, NULL);
> >                       ^~~~
> >                       type
>
> Where is this a problem? It's the first time I've heard of it and this code has
> been around for quite a while. If it's a new problem, why has it become a
> problem?

The problem seems to come from a header change in linux.

please refer to https://bugreports.qt.io/browse/QTBUG-84012 for
similar issues in qt.

-- 
Heiko


More information about the BRLTTY mailing list