Skip to content
New issue

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

[Bug] Cemu does not compile with fmt 10+ #1031

Closed
GloriousEggroll opened this issue Nov 29, 2023 · 2 comments
Closed

[Bug] Cemu does not compile with fmt 10+ #1031

GloriousEggroll opened this issue Nov 29, 2023 · 2 comments

Comments

@GloriousEggroll
Copy link

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.

@Squall-Leonhart
Copy link
Contributor

Squall-Leonhart commented Nov 29, 2023

Duplicate of #920

update the system pckg to 10.1.x

@GloriousEggroll
Copy link
Author

thanks for the heads up, can confirm it compiles with 10.1. just waiting on fedora to update fmt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants