I have 3 proto files in the current directory. user_preferences.proto imports other protos and all are available in the same directory.
But, if i try to run this command, it throws an error. - *Imported file not found.* *protoc --include_imports --descriptor_set_out=/dev/stdout user_preferences.proto* Here, I am trying to invoke protoc with --descriptor_set_out to parse the proto file and convert it into a serialized FileDescriptorSet -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/46f16320-f15b-4c79-a998-57b30e94751cn%40googlegroups.com.
