-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I updated to the latest version and I got the following when running
google/protobuf/descriptor.proto: File not found.
github.com/gogo/protobuf/gogoproto/gogo.proto: Import "google/protobuf/descriptor.proto" was not found or had errors.
I noticed the that protobuf command was (via '--include-descriptors') adding the following:
'--proto_path=/my/project/vendor/protobuf-php/google-protobuf-proto/src'
I looked in that folder and the descriptor file is in there:
google descriptor.proto php.proto plugin.proto
But I guess it's then going into google/protobuf in that dir, which doesn't have the descriptor.proto file
Has there been some change that would cause this?
Metadata
Metadata
Assignees
Labels
No labels