baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 655 forks source link

本地编译echo sample提示错误 #214

Closed Tom-Deng closed 6 years ago

Tom-Deng commented 6 years ago

使用的GCC为4.8.2 $ gcc --version gcc (GCC) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ pwd /home/work/sofa-pbrpc-master/sample/echo

本地编译echo的sample $ make ERROR: need protobuf header make: *** [check_depends] Error 1

Tom-Deng commented 6 years ago

依赖问题,已解决