Hi, I am trying to build grpc-java (to use protoc). First, I noticed that the "Download the JARs" link in https://github.com/grpc/grpc-java is broken.
So, I tried to build grpc-java using the instruction here: https://github.com/grpc/grpc-java/blob/master/COMPILING.md Then, I see the following error when I run $./gradlew build. Please let me know if there is anything that I am missing. Thanks. ./gradlew build *** Skipping the build of codegen and compilation of proto files because skipCodegen=true > Task :grpc-alts:compileJava FAILED /gapic-generator/grpc-java/alts/src/main/java/io/grpc/alts/AltsServerBuilder .java:34: error: cannot find symbol import io.grpc.alts.internal.HandshakerServiceGrpc; ^ symbol: class HandshakerServiceGrpc location: package io.grpc.alts.internal /gapic-generator/grpc-java/alts/src/main/java/io/grpc/alts/internal/ RpcProtocolVersionsUtil.java:20: error: package io.grpc.alts.internal. TransportSecurityCommon does not exist import io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions; ^ /gapic-generator/grpc-java/alts/src/main/java/io/grpc/alts/internal/ RpcProtocolVersionsUtil.java:21: error: package io.grpc.alts.internal. TransportSecurityCommon.RpcProtocolVersions does not exist import io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions. Version; -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c3a9851d-b950-429a-a8e1-7fa78e6b7912%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
