-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Regression] awesome-widgets 3.1.0 fails to build #87
Comments
i have the same problem with the aur/PKGBUILD-git and the source. |
Yes, FWIW this originally failed for me with the (non-git) AUR plasma5-applet-awesome-widgets 3.0.1-1, but I could replicate the failure directly from upstream. |
sorry :( didnt rebuild it in clear chroot for some time, just found the same error while trying to build ubuntu packages |
hmm, actually the error occurs only while using gcc, clang produces no errors :/ |
* translation update * fix broken build with gcc (#87). The issue was reproduced only with gcc build and has been resolved by just replacing C-like `isnan` to `std::isnan`
Thanks for the quick fix! I just realised you were the AUR maintainer too, so sorry for spamming you! :) |
Also, I can confirm that it builds fine for me now (from the AUR package). Thanks again! |
I tried upgrading to the latest version 3.1.0, but it fails to build. I followed the instructions on the Readme, but it fails at the
make
step. Error logs here. I'm using Plasma 5, but it fails whether I use-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
in the previous step or not.The text was updated successfully, but these errors were encountered: