Hi Dave,
Am So., 7. Juni 2020 um 16:03 Uhr schrieb Dave Mielke <[email protected]>: > > [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 _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
