hi,
because I need to install an input driver for special hardware I thought I could use evtest. When including evtest in ptxdist I got a compile error with evtest-capture even it was not selected in ptxdist. The error was:
evtest-capture.c:631:39: error: expected declaration specifiers or '...' before 'xmlTextWriterPtr'
evtest-capture.c: In function 'print_capabilities':
evtest-capture.c:647:4: error: 'writer' undeclared (first use in this function)
evtest-capture.c:647:4: note: each undeclared identifier is reported only once for each function it appears in
...
I could find out that a package libxml-dev is required to use evtest-capture by trying to compile it at hand and getting:
evtest-capture.c:33:29: fatal error: libxml/encoding.h: No such file or directory
compilation terminated.
evtest itself compiles an runs on the target.
Best regards
Henrik