You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Kmax cannot be compiled with GCC 14, which is the default version of GCC on Arch Linux (Ubuntu hasn't switched to GCC 14 yet, the default GCC version is still 13.2.0). Without explicitly setting CC=/usr/bin/gcc-13, pipx install kmax fails on Arch Linux, despite working just fine until the release of GCC 14. Maybe the README file could be updated to include a warning about the required GCC version? It'd, in general, help all who are trying to compile/install Kmax on a non-Ubuntu distro.
The text was updated successfully, but these errors were encountered:
Hi @6b6279 thanks for letting me know. I'll put a warning with the setting for Arch (I've also got some Fedora instructions that I need to incorporate).
Ideally, I'd like the repo to build with gcc14 eventually too.
It looks like Kmax cannot be compiled with GCC 14, which is the default version of GCC on Arch Linux (Ubuntu hasn't switched to GCC 14 yet, the default GCC version is still 13.2.0). Without explicitly setting
CC=/usr/bin/gcc-13
,pipx install kmax
fails on Arch Linux, despite working just fine until the release of GCC 14. Maybe the README file could be updated to include a warning about the required GCC version? It'd, in general, help all who are trying to compile/install Kmax on a non-Ubuntu distro.The text was updated successfully, but these errors were encountered: