-
Notifications
You must be signed in to change notification settings - Fork 107
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
meson compile -C build fails with invalid substitution #717
Comments
Same here, Fedora 41, astal 0.1.0, ags 2.2.2. I grepped the whole astal and ags projects, the errror is not found in one of these projects, maybe in a dependancy ? No idea how to debug that. |
I was able to solve this problem by installing the dependencies of package.json with npm install and then adding the -p flag to the ags bundle command in meson.build. Now everything runs fine. @ctaque hope this will help you too. If so you can close this issue |
Well, Althrough I installed astal, I have no directory Any idea how to solve that ? Thanks in advance |
Since you are using Fedora, I assume you are compiling astal from source code. If /usr/share/astal/gjs is not present, you seem to have forgotten to install the libraries. https://aylur.github.io/astal/guide/getting-started/installation#building-from-source I had to execute for all the libraries individually
|
I have installed gtk3, gtk4 and io :
Seems that lib64 is the 64bit library directory in fedora. Nethertheless I still don't have the |
Ok
installs for me astal to /usr/share/astal/gjs. What is it doing for you? |
Describe the bug
A clear and concise description of what the bug is.
hyprpanel fails to compile.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
I would expect hyprpanel to compile without errors.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
All required dependencies are installed
The text was updated successfully, but these errors were encountered: