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

[fmt] fatal error: '__std_stream' file not found - llvm 17 issue #18602

Closed
lazka opened this issue Sep 24, 2023 · 2 comments
Closed

[fmt] fatal error: '__std_stream' file not found - llvm 17 issue #18602

lazka opened this issue Sep 24, 2023 · 2 comments
Labels
reported-upstream Issues reported or fixed in upstream repository

Comments

@lazka
Copy link
Member

lazka commented Sep 24, 2023

Reported in discord:

[build] In file included from C:/src/dolphin/Source/Core/VideoCommon/Assets/DirectFilesystemAssetLibrary.cpp:9:
[build] In file included from C:/msys64/clang64/include/fmt/std.h:23:
[build] C:/msys64/clang64/include/fmt/ostream.h:17:12: fatal error: '__std_stream' file not found
[build]    17 | #  include <__std_stream>
[build]       |            ^~~~~~~~~~~~~~
[build] 1 error generated.

__std_stream has been renamed to std_stream.h in this commit llvm/llvm-project@40a187b and is also no longer installed

They were using a private header... :/

@lazka
Copy link
Member Author

lazka commented Sep 24, 2023

fmtlib/fmt#3654

@lazka lazka added the reported-upstream Issues reported or fixed in upstream repository label Sep 24, 2023
lazka added a commit to lazka/MINGW-packages that referenced this issue Sep 24, 2023
@lazka
Copy link
Member Author

lazka commented Sep 29, 2023

Upstream went with the same fix we added, so we can close this.

@lazka lazka closed this as completed Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reported-upstream Issues reported or fixed in upstream repository
Projects
None yet
Development

No branches or pull requests

1 participant