June Liu

Results 20 comments of June Liu

Hi @sbenzaquen @jorgbrown, Any update of this issue?

> I'm not sure what `set _CL_= /permissive-` does, but from the error, it looks like a protobuf error. Do you have any reason to believe that gRPC is doing...

> @Zhaojun-Liu I have the exact same error. Did you find a solution? > > ```shell > Z:\projects\cpp\network\mygrpc\external\grpc-src\third_party\protobuf\src\google/protobuf/map_field.h(682): error C2370: 'google::protobuf::internal::MapField::kVTable': redefinition; different storage class > ``` @JeySamir You can...

> If you are able to build protobuf and install without error with this option, could you try using `-DgRPC_PROTOBUF_PROVIDER=package` when building gRPC? This will find the installed protobuf library...

> For `-DgRPC_PROTOBUF_PROVIDER=package` to work, protobuf should indeed be already installed. > > I suspect that you are running into the same error with the absl dependency that you are...

> Looks like the `string` header is missing. Have a try with including it in the beginning of `facedetectcnn.cpp`: > > ```diff > #include "facedetectcnn.h" > #include > #include //for...

> Any errors during vcpkg command? If yes, it may require updating portfile for cryptopp manually There is no error during vcpkg command. You can check the logs [configure.log](https://github.com/otland/forgottenserver/files/10217952/configure.log) The...

@Kezuino According to what you said, I only kept one compiler and tried several times, and the problem reproduced steadily. My vcpkg commit is e46521d and I also tried the...

> Seems like this is a result of something like https://stackoverflow.com/questions/22046780/whats-the-windows-command-shell-equivalent-of-bashs-true-command though its not clear to me where. > > AFAICT, this doesn't obviously seem to be a protobuf issue...