Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Does not build with Bazel on Windows #468

Open
dc6c opened this issue Jun 6, 2022 · 0 comments
Open

Does not build with Bazel on Windows #468

dc6c opened this issue Jun 6, 2022 · 0 comments

Comments

@dc6c
Copy link

dc6c commented Jun 6, 2022

Following the README in the examples/grpc directory, I ran bazel build :all, but got the following error:

  C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe /nologo /DCOMPILER_MSVC /DNOMINMAX /D_WIN32_WINNT=0x0601 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /bigobj /Zm500 /EHsc /wd4351 /wd4291 /wd4250 /wd4996 /Iexternal/com_github_grpc_grpc /Ibazel-out/x64_windows-fastbuild/bin/external/com_github_grpc_grpc /Iexternal/com_google_googleapis /Ibazel-out/x64_windows-fastbuild/bin/external/com_google_googleapis /Iexternal/upb /Ibazel-out/x64_windows-fastbuild/bin/external/upb /Iexternal/com_google_protobuf /Ibazel-out/x64_windows-fastbuild/bin/external/com_google_protobuf /Iexternal/com_google_absl /Ibazel-out/x64_windows-fastbuild/bin/external/com_google_absl /Iexternal/com_github_grpc_grpc/include /Ibazel-out/x64_windows-fastbuild/bin/external/com_github_grpc_grpc/include /Iexternal/com_github_grpc_grpc/src/core/ext/upb-generated /Ibazel-out/x64_windows-fastbuild/bin/external/com_github_grpc_grpc/src/core/ext/upb-generated /Iexternal/com_github_grpc_grpc/src/core/ext/upbdefs-generated /Ibazel-out/x64_windows-fastbuild/bin/external/com_github_grpc_grpc/src/core/ext/upbdefs-generated /showIncludes /MD /Od /Z7 /wd4117 -D__DATE__="redacted" -D__TIMESTAMP__="redacted" -D__TIME__="redacted" -DGRPC_BAZEL_BUILD /Fobazel-out/x64_windows-fastbuild/bin/external/com_github_grpc_grpc/_objs/status_helper/status_helper.obj /c external/com_github_grpc_grpc/src/core/lib/gprpp/status_helper.cc
# Configuration: e5a5cc7a546259ef812c908850ac315e933ef7242ba29b24a3c951eae5ffbc59
# Execution platform: @local_config_platform//:host
external/com_github_grpc_grpc/src/core/lib/gprpp/status_helper.cc(237): error C2338: absl::Time needs to be able to be memcopied

Platform: Windows 10 with VS 2019.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant