Yes
gRPC 1.3.0
Using java
Linux (Ubuntu 17.04)
openjdk version "1.8.0_121"
gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406
./gradlew installDist (as per http://www.grpc.io/docs/quickstart/java.html)
A successful build
:grpc-compiler:compileJava_pluginExecutableJava_pluginCpp
/home/karl/tmpo/grpc-java/compiler/src/java_plugin/cpp/java_generator.h:8:49: fatal error: google/protobuf/io/zero_copy_stream.h: No such file or directory
#include <google/protobuf/io/zero_copy_stream.h>
^
compilation terminated.
In file included from /home/karl/tmpo/grpc-java/compiler/src/java_plugin/cpp/java_generator.cpp:1:0:
/home/karl/tmpo/grpc-java/compiler/src/java_plugin/cpp/java_generator.h:8:49: fatal error: google/protobuf/io/zero_copy_stream.h: No such file or directory
#include <google/protobuf/io/zero_copy_stream.h>
^
compilation terminated.
In file included from /home/karl/tmpo/grpc-java/compiler/src/java_plugin/cpp/java_plugin.cpp:8:0:
/home/karl/tmpo/grpc-java/compiler/src/java_plugin/cpp/java_generator.h:8:49: fatal error: google/protobuf/io/zero_copy_stream.h: No such file or directory
#include <google/protobuf/io/zero_copy_stream.h>
^
compilation terminated.
:grpc-compiler:compileJava_pluginExecutableJava_pluginCpp FAILED
FAILURE: Build failed with an exception.
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
It's a pretty fresh install of Ubuntu 17.04. No dev tools have been added to it beyond netbeans.
You weren't in the examples directory. Make sure to cd examples first.
Most helpful comment
You weren't in the
examplesdirectory. Make sure tocd examplesfirst.