gamemode
gamemode copied to clipboard
../common/common-pidfds.c: In function ‘open_pidfds’: ../common/common-pidfds.c:70:26: error: implicit declaration of function ‘pidfd_open’; did you mean ‘fdopen’? [-Werror=implicit-function-declaration] 70 | int fd = pidfd_open(pid, 0); | ^~~~~~~~~~ | fdopen ../common/common-pidfds.c:70:26: warning: nested extern declaration of ‘pidfd_open’ [-Wnested-externs] cc1: some warnings being treated as errors [21/32] Compiling C object daemon/gamemoded.p/gamemode-tests.c.o ninja: build stopped: subcommand failed.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps used to reproduce the behavior:
- Launch gamemod with '...'
- Run game '....'
- View output of '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
System Info (please complete the following information):
- OS and version: [e.g. Ubuntu 18.04]
- GameMode Version [e.g. 1.1 or git sha]
Additional context Add any other context about the problem here.
Fixed by #379, try again with version 1.8 and report back.