使用的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
使用的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