You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First congratulations on the work! I saw that it worked well for others!
On linux mint 19.3, when I trying to run make install I take the following error:
gcc k380_conf.c -o k380_conf In file included from k380_conf.c: 23: 0: /usr/include/linux/input.h:13:10: fatal error: sys/time.h: No such file or directory #include <sys/time.h>
What can I be doing wrong?
Tks!
The text was updated successfully, but these errors were encountered:
Resolves an issue jergusg#13 (sys/time.h no such file) when running `make install` on Debian. Added `build-essential` to README.md that includes `libc-dev` that contains necessary `sys/time.h` file as well as `gcc` and `make`.
Hi jergusg!
First congratulations on the work! I saw that it worked well for others!
On linux mint 19.3, when I trying to run
make install
I take the following error:gcc k380_conf.c -o k380_conf In file included from k380_conf.c: 23: 0: /usr/include/linux/input.h:13:10: fatal error: sys/time.h: No such file or directory #include <sys/time.h>
What can I be doing wrong?
Tks!
The text was updated successfully, but these errors were encountered: