gamemode icon indicating copy to clipboard operation
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.

Open ANANT-0000 opened this issue 2 years ago • 1 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps used to reproduce the behavior:

  1. Launch gamemod with '...'
  2. Run game '....'
  3. View output of '....'
  4. 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.

ANANT-0000 avatar Oct 30 '23 16:10 ANANT-0000

Fixed by #379, try again with version 1.8 and report back.

afayaz-feral avatar Dec 06 '23 17:12 afayaz-feral