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
I don't know what compiler is required (latest GCC?), but I think using libfmt is better for a while.
(contour-terminal's scripts/install-deps.sh requires termbenchpro and it is used by build.yml, so this problem needs to be fixed for easy-to-add new distros)
The text was updated successfully, but these errors were encountered:
Even with clang, everything is compiled against libstdc++, formatting support was added in GCC 13, so you need at least gcc 13 on your system to compile it. @jg1uaa last release of contour that uses fmt is https://github.com/contour-terminal/contour/releases/tag/v0.5.0.7168 but please note that you need fmt version lower than 11
I tried to build termbench-pro on Debian-12 with clang++-16 and gcc-12.2.0, there is some errors related with std::format like this.
(clang-16)
(gcc-12.2.0)
I don't know what compiler is required (latest GCC?), but I think using libfmt is better for a while.
(contour-terminal's scripts/install-deps.sh requires termbenchpro and it is used by build.yml, so this problem needs to be fixed for easy-to-add new distros)
The text was updated successfully, but these errors were encountered: