We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if the cause is on the Cemu side or the fmt side, from what I gather it appears to be the fmt side:
fmtlib/fmt#3710
The compilation bug is the same:
error: no matching member function for call to 'format'
It compiles on fedora 38 because they are still on fmt 9, but on fedora 39 they moved to fmt 10 which breaks the build.
I found reverting b3fa3480dd3b5c99b24136382953f1fd21b75488 in fmt 10+ allows cemu to build again.
The text was updated successfully, but these errors were encountered:
Duplicate of #920
update the system pckg to 10.1.x
Sorry, something went wrong.
thanks for the heads up, can confirm it compiles with 10.1. just waiting on fedora to update fmt.
No branches or pull requests
Not sure if the cause is on the Cemu side or the fmt side, from what I gather it appears to be the fmt side:
fmtlib/fmt#3710
The compilation bug is the same:
error: no matching member function for call to 'format'
It compiles on fedora 38 because they are still on fmt 9, but on fedora 39 they moved to fmt 10 which breaks the build.
I found reverting b3fa3480dd3b5c99b24136382953f1fd21b75488 in fmt 10+ allows cemu to build again.
The text was updated successfully, but these errors were encountered: