-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Closed
Description
I was going through the examples to installing protobuf and I am always getting
addressbook.proto: Import "google/protobuf/timestamp.proto" was not found or had errors.
addressbook.proto:44:3: "google.protobuf.timestamp" is not defined.
This always happens whenever i do a make go, a make python, and I'm sure its going to be the same with the other languages as well.
I checked my /usr/local/include/ and it has the right timestamp.proto package. I'm guessing I am missing something but through lots of googling i haven't seen an explicit answer. Can anyone guide me to the right spot?
Reactions are currently unavailable