Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

RPC target on Makefile fails #555

Closed radu-matei closed 6 years ago

radu-matei commented 6 years ago

The Makefile in pkg/rpc/Makefile makes some assumptions about the location of some dependencies that are not guaranteed to be found there.

As a result, make rpc fails.

michelleN commented 6 years ago

Yeah, I'm getting this issue too. Specifically on $(HOME)/src/protobuf/include not being present. @fibonacci1729 - you have any guidance for us on how we should proceed here?