我正在尝试在Windows 2012 Server版本上从源代码构buildgrpc 。 我从Python网站下载并安装了Python 3.5,并安装了整个MinGW包以及git和git。 遵循从源代码构build的说明:
$ git clone https://github.com/grpc/grpc.git $ cd grpc $ git submodule update --init $ make $ [sudo] make install
执行make后我得到上述错误。 这里是你的细读输出。
PS C:\Users\thunderboltsid\grpc> make [MAKE] Generating /c/Users/thunderboltsid/grpc/libs/opt/pkgconfig/grpc.pc [MAKE] Generating /c/Users/thunderboltsid/grpc/libs/opt/pkgconfig/grpc_unsecure.pc [MAKE] Generating cache.mk [C] Compiling third_party/zlib/adler32.c make.exe": no_c_compiler: Command not found make.exe": *** [/c/Users/thunderboltsid/grpc/objs/opt/third_party/zlib/adler32.o] Error 127
我真的不明白这个错误应该是什么。 试图使用谷歌search,但没有帮助。 任何input将不胜感激。
你可能需要运行apt-get install which