Looking at both the makefile and your error, it looks like make clear is removing build, then make release is failing. maybe try a fresh clone, and then just make release?
mkdir hypr-working && cd hypr-working
git clone --recursive https://github.com/hyprwm/Hyprland
cd Hyprland
make release && sudo make install
Did you start with a recursive clone?
I can build off main without issue. But I’m on arch, so there is possibly a difference with some of the dependencies…
Yes, I followed the instructions that include the --recursive flag.
Looking inside the make file, I don’t think I see anything for actually making the build directory, right? (I could be wrong, because this is my first time seeing inside a make file)
(make all runs make clear and make release in sequence)
I attempted to see what happens when I do this on my Cachy PC, only to get hit with this preventing me from finding out if it works:
-> Failed to install the following packages. Manual intervention is required:
hyprland-guiutils-git - exit status 8
hyprcursor-git - exit status 8
hyprtoolkit-git - exit status 8
(This did not happen on Mint)
Anyway I have a new idea: I only just learned Mint uses the LTS kernel today, and there’s an installation path for LTS Ubuntu - so of course, I think I should try to use that next time
I don’t have time to continue this right now for IRL reasons, so I’ll come back in a few days or maybe a week