/var/cache/private/yay/abaddon/src/abaddon/src/abaddon.cpp:85:0: required from here
85 | spdlog::get("voice")->debug("{} SSRC: {}", m.UserID, m.SSRC);
/usr/include/fmt/base.h:1402:29: error: passing ‘const fmt::v11::formatter<Snowflake>’ as ‘this’ argument discards qualifiers [-fpermissive]
1402 | ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx));
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/cache/private/yay/abaddon/src/abaddon/src/discord/snowflake.hpp:47:10: note: in call to ‘fmt::v11::context::iterator fmt::v11::formatter<Snowflake>::format(Snowflake, fmt::v11::format_context&)’
47 | auto format(Snowflake id, format_context &ctx) -> decltype(ctx.out()) {
| ^~~~~~
make[2]: *** [CMakeFiles/abaddon.dir/build.make:112: CMakeFiles/abaddon.dir/src/abaddon.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/abaddon.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/var/cache/private/yay/abaddon/src/build'
abaddon-git, however, works
Pinned Comments