Skip to content

Issue with windows build #100

Description

@matrixinline

I am trying to build this on windows with following commandline:

`c:\tools\bazel.exe build -c dbg --cxxopt=/std:c++20 --host_cxxopt=/std:c++20 --copt=/std:c++20 --host_copt=/std:c++20 --subcommands --define=use_icu=false --action_env=CC="c:\Program Files\LLVM\bin\clang-cl.exe" --action_env=CXX="c:\Program Files\LLVM\bin\clang++.exe" --define=protobuf_allow_msvc=true --compiler=clang-cl --config=windows //quiche:masque_udp_proxy_client --verbose_failures

`

But my bazel is picking msvc 22 cl.exe and not clang-cl

I am getting error #error "Only clang-cl is supported on Windows, see https://crbug.com/988071" for google url project.

Question:
Does this project supported on windows with bazel and MSVC 22 and clang ?

Please let me know if any configuration I am missing ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions