-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot build anything under windows #10
Comments
Hello! |
Hello!
But when i set compiler via --cxx-compiler flag, i got another error:
Why its try to use CUDA compiler when i pass clang compiler? this is my ya,make file:
|
https://github.com/yandex/toolchain-registry/releases/tag/clang16-v10 cb465b72d46fef59ae8183a704bc4de343920ec8
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v10 commit_hash:c15fdff831efa24ba1f6711307408dd1c7a46b91
I tryed to build simple c++ program under linux and it works
But i cannot do same on windows
Error[-WBadIncl]: in $B/util/charset/util-charset.lib: could not resolve include file: $S/contrib/libs/cxxsupp/libcxxmsvc/include/__utility/forward.h included from here: $S/contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_make_heap.h
Seems there is no files in https://github.com/yandex/yatool/tree/main/contrib/libs/cxxsupp/libcxxmsvc
The text was updated successfully, but these errors were encountered: