-
Notifications
You must be signed in to change notification settings - Fork 188
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
Error while building gamemode #502
Comments
I have the same Problem. Also Ubuntu 24.10 |
I had to install systemd-dev:
|
In my case systemd-dev was already installed |
Have you tried installing gamemode through apt instead of using the install script? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'am getting systemd dependency error when i am at the ' ./bootstrap.sh ' step.
I double checked every dependency i shouldnt have missing dependency especially not systemd
The exact error i am getting:
"Message: Asking pkg-config for systemd's 'sysusersdir' directory
Found CMake: /usr/bin/cmake (3.30.3)
Run-time dependency systemd found: NO (tried pkgconfig and cmake)
meson.build:124:34: ERROR: Dependency "systemd" not found, tried pkgconfig and cmake
"
Ubuntu 24.10
meson-log.txt
The text was updated successfully, but these errors were encountered: