【发布时间】:2017-05-07 17:14:16
【问题描述】:
我想在我的 centos 中安装 gRPC,我做了以下操作:
git clone https://github.com/grpc/grpc.git
cd grpc
make
现在出错了:
[root@VM_8_69_centos grpc]# make
[MAKE] Generating cache.mk
[C] Compiling third_party/boringssl/crypto/asn1/tasn_dec.c
In file included from third_party/boringssl/crypto/asn1/tasn_dec.c:66:
third_party/boringssl/crypto/asn1/../internal.h:121:22: error: stdalign.h: No such file or directory
make: *** [/root/src/grpc/objs/opt/third_party/boringssl/crypto/asn1/tasn_dec.o] Error 1
【问题讨论】: