I checked that I had all prerequisites specified in INSTALL. I have a pretty normal/standard/working Ubuntu development environment.
Linux ubuntu 3.19.0-20-generic #20-Ubuntu SMP Fri May 29 10:10:47 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I get the following at the tail end of doing 'make', with latest git clone of
https://github.com/grpc/grpc.git. Anyone know anything?
Thanks,
-Mark
[HOSTCXX] Compiling src/compiler/cpp_generator.cc
[HOSTCXX] Compiling src/compiler/csharp_generator.cc
src/compiler/csharp_generator.cc: In function ‘std::string grpc_csharp_generator::{anonymous}::GetFileNamespace(const FileDescriptor*)’:
src/compiler/csharp_generator.cc:67:23: error: ‘const class google::protobuf::FileOptions’ has no member named ‘has_csharp_namespace’
if (file->options().has_csharp_namespace()) {
^
src/compiler/csharp_generator.cc:68:28: error: ‘const class google::protobuf::FileOptions’ has no member named ‘csharp_namespace’
return file->options().csharp_namespace();
^
Makefile:2585: recipe for target 'objs/opt/src/compiler/csharp_generator.o' failed
make: *** [objs/opt/src/compiler/csharp_generator.o] Error 1