-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
Debug build is broken: 'plan' undeclared #2455
Comments
I also ran into this issue and was wondering about the reason why waybar is using https://github.com/LukashonakV/cava instead of https://github.com/karlstav/cava. Changing to the original repository with a newer release in
Alternatively, it is pretty simple to manually resolve the issue by simply deleting the lines |
@taminob about the reason you can read https://github.com/Alexays/Waybar/wiki/Module:-Cava |
@encbar5, which gcc do you use to build waybar? |
Thank you!
For me, it doesn't work with GCC 13.2.1, but looking at https://github.com/LukashonakV/cava/blob/master/src/output/common.c#L431 I don't think the compiler version matters. |
Will try to check this issue today. About cava mainstream, yes. I created a merge request to provide an ability to compile cava as a standalone library. But the maintainer was afraid about it and declined MR. He suggested making a fork. What exactly was done. |
Ok. I found the root cause. But need to think how to solve. |
Running
meson --buildtype=debug build
thenninja -C build
shows a broken build, even though the release build works fine.I just ran this on master, commit 8eb614f.
The text was updated successfully, but these errors were encountered: