Skip to content
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

Closed
EvilBoi123 opened this issue Apr 7, 2022 · 2 comments
Closed

compiling error in Arch linux #16

EvilBoi123 opened this issue Apr 7, 2022 · 2 comments

Comments

@EvilBoi123
Copy link

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****

@vaxerski
Copy link
Member

vaxerski commented Apr 7, 2022

sudo mkdir -p /usr/share/wayland-sessions

@EvilBoi123
Copy link
Author

sudo mkdir -p /usr/share/wayland-sessions

I'm an idiot., thanks it worked!

@anton1n anton1n mentioned this issue Feb 12, 2024
@cprin21 cprin21 mentioned this issue Feb 13, 2024
@izmyname izmyname mentioned this issue Aug 26, 2024
@littleblack111 littleblack111 mentioned this issue Sep 22, 2024
1 task
@MR-5OBOT MR-5OBOT mentioned this issue Oct 12, 2024
1 task
@gofranorin gofranorin mentioned this issue Nov 30, 2024
1 task
@tempergate tempergate mentioned this issue Feb 26, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants