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

Can not find __std_stream in llvm-mingw-20231017-msvcrt-x86_64 #377

Closed
FuXiii opened this issue Oct 29, 2023 · 2 comments
Closed

Can not find __std_stream in llvm-mingw-20231017-msvcrt-x86_64 #377

FuXiii opened this issue Oct 29, 2023 · 2 comments

Comments

@FuXiii
Copy link

FuXiii commented Oct 29, 2023

I try to compile KTX-Software with llvm-mingw-20231017-msvcrt-x86_64 , it output:

[ 18%] Building CXX object thirdparty/KTX-Software/CMakeFiles/ktx_read.dir/lib/basis_transcode.cpp.obj
In file included from E:\Turbo\thirdparty\KTX-Software\tools\imageio\imageinput.cc:17:
In file included from E:/Turbo/thirdparty/KTX-Software/utils/platform_utils.h:12:
E:/Turbo/thirdparty/KTX-Software/other_projects/fmt/include/fmt/ostream.h:17:12: fatal error: '__std_stream' file not found
   17 | #  include <__std_stream>
      |            ^~~~~~~~~~~~~~

can not find __std_stream header. I try to find it in F:\llvm-mingw-20231017-msvcrt-x86_64\llvm-mingw-20231017-msvcrt-x86_64\include\c++\v1 can not find.

image

And then I try to find __std_stream header in llvm-mingw-20220323-msvcrt-x86_64 , it in there.

image

@Biswa96
Copy link

Biswa96 commented Oct 29, 2023

This upstream issue may help fmtlib/fmt#3654

@FuXiii
Copy link
Author

FuXiii commented Oct 29, 2023

@Biswa96 Ok, Thanks!

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