I am currently receiving an error message that points me to these lines in the header file created by protoc:
#if 2006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. #endif
But my protoc version is the same as the previous version:
protoc --version libprotoc 2.6.1
What am I doing wrong?
My protoc version was originally 3.0.0, and then reinstalled it, syncing it to 2.6.1 and following the steps; make distclean,. / configure, make, make install to install the desired version 2.6.1. I needed an old version, as it was installed on our servers.
source share