Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/time.h no such file #13

Open
bbranjoss opened this issue Jun 13, 2020 · 1 comment
Open

sys/time.h no such file #13

bbranjoss opened this issue Jun 13, 2020 · 1 comment

Comments

@bbranjoss
Copy link

bbranjoss commented Jun 13, 2020

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!

@vhuty
Copy link
Contributor

vhuty commented Jul 11, 2021

Try to install libc6-dev. Helped me on Linux Mint 20.2 (Uma)

vhuty added a commit to vhuty/k380-function-keys-conf that referenced this issue Jul 11, 2021
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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants