[1/7] Cloning hyprload to /home/niksingh710/.local/share/hyprload/src
Already up to date.
[2/7] Cloned hyprload source to /home/niksingh710/.local/share/hyprload/src
[3/7] Setting up hyprland source in /home/niksingh710/.local/share/hyprload/hyprland
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
M subprojects/wlroots
HEAD is now at 8531d1d7 Readme: update to mention plugins
[4/7] Set up hyprland source in /home/niksingh710/.local/share/hyprload/hyprland at commit 8531d1d7a67f6213de73466f0351a1ae709f8f4f
[5/7] Setting up hyprland plugin environment
make: Entering directory '/home/niksingh710/.local/share/hyprload/hyprland'
make protocols
make[1]: Entering directory '/home/niksingh710/.local/share/hyprload/hyprland'
make[1]: Nothing to be done for 'protocols'.
make[1]: Leaving directory '/home/niksingh710/.local/share/hyprload/hyprland'
cd subprojects/udis86 && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja && cmake --build ./build --config Release --target all -j8
/bin/sh: line 1: cmake: command not found
make: *** [Makefile:230: pluginenv] Error 127
make: Leaving directory '/home/niksingh710/.local/share/hyprload/hyprland'
[6/7] Installing hyprload
make: Entering directory '/home/niksingh710/.local/share/hyprload/src'
mkdir -p obj
g++ -c -o obj/util.o src/util.cpp -g -fPIC --no-gnu-unique -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "/home/niksingh710/.local/share/hyprload/hyprland" -Iinclude -std=c++23
src/util.cpp:1:10: fatal error: src/SharedDefs.hpp: No such file or directory
1 | #include "src/SharedDefs.hpp"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:35: obj/util.o] Error 1
make: Leaving directory '/home/niksingh710/.local/share/hyprload/src'
[7/7] Installed hyprload!