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.