On Tue, Jan 11, 2011 at 1:30 PM, Collin wrote:
> I am trying to understand how --proto_path works. Let's say in
> my .proto file have the following import lines:
> import "descriptor.proto";
> import "google/protobuf/descriptor.proto";
>
Delete the first of these two imports, and then use
--prot
I am trying to understand how --proto_path works. Let's say in
my .proto file have the following import lines:
import "descriptor.proto";
import "google/protobuf/descriptor.proto";
What would the path be for the option?
I have tried using different path:
protoc --proto_path=/usr/local/include/g