guodongxiaren commented on issue #1880: URL: https://github.com/apache/incubator-brpc/issues/1880#issuecomment-1221272502
一般是系统里装了多个protobuf,然后protoc的版本和protobuf库版本不一致导致的。 `protoc --version`看一下protoc版本。保证protoc的版本和链接的protobuf库的版本是同一个版本。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
