Skip to content

Cannot build anything under windows #10

@rus084

Description

@rus084

I tryed to build simple c++ program under linux and it works
But i cannot do same on windows

  1. i got error "ConfigureError: Could not determine custom compiler version: clang-cl.exe"
  2. I tryed to pass compiler via --cxx-compiler flag, but it doesnt work, i got same error
  3. then i tryed to build under "Developer Command Prompt for VS 2022" and it still doesnt work with same error
  4. i tryed to set USE_CLANG_CL = "no" in ya.conf file, after that i got multiple errors like this:
    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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions