Bazel + MSVC + Protobuf on Windows will be unsupported in the near future: protocolbuffers/protobuf#12947 (comment) (and only seems to work unpredictably at the present)
Our options are:
- Build stout with clang on Windows
- Add support for building stout with CMake
The former is probably easier, although I notice that there is at least some level of interest in the latter (#74).
Bazel + MSVC + Protobuf on Windows will be unsupported in the near future: protocolbuffers/protobuf#12947 (comment) (and only seems to work unpredictably at the present)
Our options are:
The former is probably easier, although I notice that there is at least some level of interest in the latter (#74).