hyprwm / hyprlang

The official implementation library for the hypr config language.
https://hyprland.org/hyprlang
GNU Lesser General Public License v3.0
129 stars 15 forks source link

Build fails with GCC version <13.1 #37

Closed liam-gleason-snhu closed 5 months ago

liam-gleason-snhu commented 5 months ago

I realize it may be low priority but Hyprlang cannot be built with any versions of GCC older than 13.1 because it depends on the C++20 language feature std::format, support for which was added in that version. As I am on an aarch64 system and still running 12.1, I cannot build Hyprlang to move to a newer version of Hyprland.

vaxerski commented 5 months ago

I don't care, hyprland does too.