Updates:
Status: Invalid
Comment #1 on issue 340 by
[email protected]: ../src/google/protobuf/descriptor.proto: No such file
or directory
http://code.google.com/p/protobuf/issues/detail?id=340
The proto file path should be relative to the -I path. (and all the import
path should be relative to the -I parameter, without using "..") The common
practice is to set the -I as your project root directory, and you use
relative path to the -I directory in your .proto files.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.