-
Notifications
You must be signed in to change notification settings - Fork 13
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
install fail wlr/backend.h: No such file #6
Comments
Oh, oops. Can you check if this is still an issue after 866f809 ? Just running the install script again (preferably fresh, so remove |
i removed /usr/share/hyprload and re ran the script and got this error: /home/charlie/.local/share/hyprload/hyprland/src/helpers/../includes.hpp:74:10: fatal error: wlr/types/wlr_output_damage.h: No such file or directory |
What version of Hyprland are you running? (package source, name, version in pacman and |
pacman: hyprland-git r2757.011600ac-1 |
That's very strange. Can you run |
011600ac6e7f6d52f69d0890bffba519a9d81e3f |
Alright, it seems to be related to this PR in Hyprland? It got accepted 3 days ago, and the commit you're running is 10 days old. Try updating Hyprland |
My current error running:
is
hyprland vesion
|
Oh, alright. After recent hyprland build system changes it seems the way to build protocol files like that one changed. Will check if I can fix it here or will I have to PR it to Hyprland |
I have the same problem as @Zeioth. Any progress? Btw, thank you for your work! |
For some unknonw reason it fixed itself |
What's the status here? Is anyone still having this issue? |
Now I had the same problem. |
I'm now having the same issue. I created a fork of Hyprload to make it easier to debug the install script: https://github.com/zjeffer/hyprload (the same error occurs with your repo's install script, though). Here's the compile error I'm getting:
It's as if it's not compiling Hyprload with the -DWLR_USE_UNSTABLE flag? Which is strange because it looks like it is using it according to the Makefile. |
hyprload is failing to compile hyprland as the source doesnt contain backend.h and terminating comilation
/home/olivia/.local/share/hyprload/hyprland/src/helpers/../includes.hpp:36:10: fatal error: wlr/backend.h: No such file or directory
36 | #include <wlr/backend.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:36: obj/HyprloadConfig.o] Error 1
make: Leaving directory '/home/olivia/.local/share/hyprload/src'
The text was updated successfully, but these errors were encountered: