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

Installation does not produce a hyprload.sh file. #10

Closed
enderprism opened this issue May 26, 2023 · 3 comments
Closed

Installation does not produce a hyprload.sh file. #10

enderprism opened this issue May 26, 2023 · 3 comments

Comments

@enderprism
Copy link

Here is the install log.
When I ls in $HOME/.local/share/hyprload/ it outputs this:

╭─username@username-hpvictus ~
╰─$ /bin/ls -a $HOME/.local/share/hyprload/
.  ..  hyprland  src
╭─username@username-hpvictus ~
╰─$
@enderprism
Copy link
Author

Instead the file seems to be located in $HOME/.local/share/hyprload/src/. The documentation should be changed to account for this.

@enderprism
Copy link
Author

There is no hyprload.so file produced either.
I use Hyprload from Arch's extra repository.
hyprctl version output:

Hyprland, built from branch  at commit f27873a6f06dc2f87600edb890f3c38298bfb55f dirty ().
Tag: v0.25.0

flags: (if any)

The issue is probably caused by the fact that the compilation fails at the last step with error code 1.

Dans le fichier inclus depuis include/HyprloadConfig.hpp:2,
                 depuis src/HyprloadConfig.cpp:3:
include/globals.hpp:2: attention: « WLR_USE_UNSTABLE » redéfini
    2 | #define WLR_USE_UNSTABLE
      |
<ligne-de-commande>: note: ceci est l'emplacement d’une précédente définition
Dans le fichier inclus depuis /usr/local/include/hyprland/src/includes.hpp:85,
                 depuis /usr/local/include/hyprland/src/defines.hpp:1,
                 depuis /usr/local/include/hyprland/src/helpers/Monitor.hpp:3,
                 depuis include/Hyprload.hpp:18,
                 depuis src/HyprloadConfig.cpp:4:
/usr/local/include/hyprland/wlroots/wlr/render/egl.h:19:10: erreur fatale: wlr/config.h : Aucun fichier ou dossier de ce type
   19 | #include <wlr/config.h>
      |          ^~~~~~~~~~~~~~
compilation terminée.
make: *** [Makefile:62: obj/HyprloadConfig.o] Error 1
make : on quitte le répertoire « /home/username/.local/share/hyprload/src »

@enderprism
Copy link
Author

Tried installing again and it works now.

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

1 participant