Hi there, I'm having an issue compiling kodi-wayland on x86. It looks like there's undeclared types and methods in the fmt 9.1.0 library. I'm not a C++ guy, but I think that either - Compiling is happening with the wrong version of CPP (too old of a version of CPP for the features used by fmt@9.1.0) - Some of the code importing is also using C++20 features and importing and this is somehow causing a conflict. I've included the relevant part of my derivation file to show what the errors are.