Файл proto c для grp c helloworld одинаков для 64-битных и 32-битных. если нет, можете выложить 32-битный файл proto c для helloworld - PullRequest
0 голосов
/ 15 апреля 2020

Я собрал lib в 32-битной версии на cmake (3.17.1-win64-x64.msi). невозможно скомпилировать привет мир.

error:
CMake Error at CMakeLists.txt:103 (find_package):
Could not find a configuration file for package "Protobuf" that is
compatible with requested version "".

The following configuration files were considered but not accepted:

C:/grpc/.build/build32/third_party/protobuf/cmake/protobuf-config.cmake, version: 3.11.2.0 (32bit)


-- Configuring incomplete, errors occurred!
See also "C:/grpc/examples/cpp/helloworld/CMakeFiles/CMakeOutput.log".
See also "C:/grpc/examples/cpp/helloworld/CMakeFiles/CMakeError.log".
...