-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
compiling error in Arch linux #16
Comments
|
I'm an idiot., thanks it worked! |
Closed
Closed
Closed
Closed
This was referenced Aug 16, 2024
Closed
1 task
Closed
1 task
Open
1 task
1 task
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't know what is happening, i've installed every packages as instructed but I got this error
make all
make[1]: Entering directory '/home/cancel/Hyprland'
make config
make[2]: Entering directory '/home/cancel/Hyprland'
make[2]: Nothing to be done for 'config'.
make[2]: Leaving directory '/home/cancel/Hyprland'
make release
make[2]: Entering directory '/home/cancel/Hyprland'
mkdir -p build && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -H./ -B./build -G Ninja
Not searching for unused variables given on the command line.
-- Configuring Hyprland!
-- Configuring Hyprland in Release with CMake!
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cancel/Hyprland/build
cmake --build ./build --config Release --target all -j 10
ninja: no work to do.
make[2]: Leaving directory '/home/cancel/Hyprland'
cd ./hyprctl && make all && cd ..
make[2]: Entering directory '/home/cancel/Hyprland/hyprctl'
g++ -std=c++20 ./main.cpp -o ./hyprctl
make[2]: Leaving directory '/home/cancel/Hyprland/hyprctl'
make[1]: Leaving directory '/home/cancel/Hyprland'
cp ./example/hyprland.desktop /usr/share/wayland-sessions/
cp: cannot create regular file '/usr/share/wayland-sessions/': Not a directory
make: *** [Makefile:72: install] Error 1****
The text was updated successfully, but these errors were encountered: