Skip to content

module.proto:30:3: "google.protobuf.Timestamp" is not defined. #1

@dzintars

Description

@dzintars

This message leads to compiler failing to compile stubs.

message SignupEntity {
  SignupEntityStatus status = 1;
  google.protobuf.Timestamp status_time = 2;
}

I have this note taken earlier:

In order to compile protobufs, /usr/local/include should be populated with protocolbuffers/protobuf.
Copy include/google/protobuf directory from downloaded archive into /usr/local/include/google

But seems that is not the case there and... it looks to me that in latest protocolbuffers versions there is some changes when installing compiler.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions