-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fatal error #3
Comments
those are linux headers, you're probably missing the package |
looks like that part is a little different on your system? idk, that is from vmread, you could try replacing it with IOV_MAX like the compiler suggests. |
yes i see, but how i can change __IOV_MAX to IOVMAX? |
Sorry im noob.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi when im trying to build, cmake shows me this error:
in file included from /root/Escape-from-Tuxov/src/Main.cpp:4:/root/Escape-from-TuxKov/src/globals.h:10:10: fatal error: linux/input-event-codes.h: No such file or directory
10 : #include <linux/input-event-codes.h>
Can you help me please?
The text was updated successfully, but these errors were encountered: