Skip to content

Make error: console_keyboard.h not found #104

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

Closed
jessm opened this issue Oct 15, 2020 · 2 comments
Closed

Make error: console_keyboard.h not found #104

jessm opened this issue Oct 15, 2020 · 2 comments

Comments

@jessm
Copy link

jessm commented Oct 15, 2020

During make, I get the output:

cc -c -I./include -I/usr/include/libdrm -DBUILD_TEXT_INPUT_PLUGIN -DBUILD_TEST_PLUGIN -DBUILD_OMXPLAYER_VIDEO_PLAYER_PLUGIN -O0 -ggdb  src/plugins/raw_keyboard.c -o out/obj/plugins/raw_keyboard.o
src/plugins/raw_keyboard.c:9:10: fatal error: console_keyboard.h: No such file or directory
 #include <console_keyboard.h>
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:38: out/obj/plugins/raw_keyboard.o] Error 1

Googling for console_keyboard.h didn't bring anything up, any hints on where to find it?

@ardera
Copy link
Owner

ardera commented Oct 15, 2020

console_keyboard.h was removed in the latest commit, but I don't know why the compilation worked fine for me despite this include file missing.
Whatever, should work now

@jessm
Copy link
Author

jessm commented Oct 16, 2020

Yep, works on the latest commit. Thanks for the quick response!

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