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

Manual installation build failed #8

Closed
ThousandVoiceslinux opened this issue May 8, 2023 · 2 comments
Closed

Manual installation build failed #8

ThousandVoiceslinux opened this issue May 8, 2023 · 2 comments

Comments

@ThousandVoiceslinux
Copy link

Following the manual installation I put export HYPRLAND_HEADERS="$HOME/repos/Hyprland in my .zshrc without issue and then make all in the split-monitor-workspaces directory and got the following error:

g++ -shared -g -fPIC --no-gnu-unique -std=c++23 -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "/home/seb/repos/Hyprland" -I "/home/seb/repos/Hyprland/protocols" -I "/home/seb/repos/Hyprland/subprojects/wlroots/include" -I "/home/seb/repos/Hyprland/subprojects/wlroots/build/include" -Iinclude -DWLR_USE_UNSTABLE src/main.cpp -o split-monitor-workspaces.so src/main.cpp:1:10: fatal error: src/helpers/Color.hpp: No such file or directory 1 | #include <src/helpers/Color.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:43: split-monitor-workspaces.so] Error 1

The Hyprland wiki is only usefull after a succesful creation of a .so file so that didn't help.

@ThousandVoiceslinux ThousandVoiceslinux changed the title manual installation build failed Manual installation build failed May 8, 2023
@Duckonaut
Copy link
Owner

Should be fixed as of 44785ce

@ThousandVoiceslinux
Copy link
Author

It did. Had to put the command that launched the plugin in a script file. In hypr.conf it didn't work. For the people who have problems with that

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