We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to install on Steamdeck which some people have had success with, which I'm getting the below errors:
cc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o evdi_lib.o evdi_lib.c In file included from evdi_lib.c:5: /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory 9 | # include_next <stdint.h> | ^~~~~~~~~~ compilation terminated. make: *** [: evdi_lib.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... -> error making: evdi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to install on Steamdeck which some people have had success with, which I'm getting the below errors:
cc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o evdi_lib.o evdi_lib.c
In file included from evdi_lib.c:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [: evdi_lib.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
-> error making: evdi
The text was updated successfully, but these errors were encountered: