Tatsh
Tatsh
Might be a missing header: `#include ` not in the PCH (and this package still is a hold-over not yet switched to not be using PCH).
I am not getting this error. Can you retry with latest and with machine fully updated?
Still getting this error with latest version?
I assume you have version libcxx 19.1.7 installed?
I have no idea. I am not getting this error. I used Clang 19 with libcxx-19.1.7 and libcxxabi-19.1.7.
For the sake of testing can you upgrade to Clang 20 and libcxx/libcxxabi 20 and try to build Cemu?
Update `dev-libs/libfmt` to 11.2.0 for now and try again.
Do it temporarily by adding --nodeps to emerge arguments, test, and then downgrade to the prior version after.
So first issue is that it doesn't build with libfmt < 11.2.0. At this point Clang and libcxx 20 are stable so I will not count not compiling on 19...
This might be solved by passing `-Wno-error=maybe-uninitialized`, but it's better to remove all of `-Werror` from the build system.