[ 67%] Building CXX object externals/cryptopp-cmake/cryptopp/CMakeFiles/cryptopp.dir/__/__/cryptopp/primetab.cpp.o In file included from :1: In file included from /home/stonededge/citra/build/src/audio_core/CMakeFiles/audio_core.dir/cmake_pch.hxx:5: In file included from /home/stonededge/citra/src/audio_core/precompiled_headers.h:7: In file included from /home/stonededge/citra/src/common/common_precompiled_headers.h:12: In file included from /home/stonededge/citra/externals/fmt/include/fmt/format.h:49: /home/stonededge/citra/externals/fmt/include/fmt/core.h:1578:63: error: implicit instantiation of undefined template 'fmt::detail::type_is_unformattable_for' 1578 | type_is_unformattable_for _; | ^ /home/stonededge/citra/externals/fmt/include/fmt/core.h:1810:23: note: in instantiation of function template specialization 'fmt::detail::make_arg, const AudioCore::HLE::u32_dsp, 0>' requested here 1810 | data_{detail::make_arg(args)...} { | ^ /home/stonededge/citra/externals/fmt/include/fmt/core.h:1828:10: note: in instantiation of function template specialization 'fmt::format_arg_store, AudioCore::HLE::u32_dsp, AudioCore::HLE::u32_dsp>::format_arg_store' requested here 1828 | return {args...}; | ^ /home/stonededge/citra/src/common/logging/log.h:171:28: note: in instantiation of function template specialization 'fmt::make_format_args, const AudioCore::HLE::u32_dsp, const AudioCore::HLE::u32_dsp>' requested here 171 | fmt::make_format_args(args...)); | ^ /home/stonededge/citra/src/audio_core/hle/source.cpp:248:13: note: in instantiation of function template specialization 'Log::FmtLogMessage' requested here 248 | LOG_ERROR(Audio_DSP, | ^ /home/stonededge/citra/src/common/logging/log.h:199:12: note: expanded from macro 'LOG_ERROR' 199 | ::Log::FmtLogMessage(::Log::Class::log_class, ::Log::Level::Error, \ | ^ /home/stonededge/citra/externals/fmt/include/fmt/core.h:1556:45: note: template is declared here 1556 | template struct type_is_unformattable_for; | ^ /home/stonededge/citra/externals/fmt/include/fmt/core.h:1582:7: error: static assertion failed due to requirement 'formattable': Cannot format an argument. To make type T formattable provide a formatter specialization: https://fmt.dev/latest/api.html#udt 1582 | formattable, | ^~~~~~~~~~~ 2 errors generated. gmake[2]: *** [src/audio_core/CMakeFiles/audio_core.dir/build.make:205: src/audio_core/CMakeFiles/audio_core.dir/hle/source.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs....