Closed GoogleCodeExporter closed 9 years ago
I managed to compile the project now. The protobuf version, that is needed, is
2.2.0. This can be found in the repositories for Ubuntu 10.04.
Original comment by nicolai....@gmail.com
on 6 Sep 2011 at 12:27
This issue was actually not related to the protobuf version. The project
compiles well with the latest version of protobuf.
As the error message states, the .pb.h files were compiled with the wrong
compiler version. This might happen, if you compiled the project and changed
the protobuf version afterwards.
Solution:
Do a rm proto/*.h proto/*.cc in the projects root and compile again.
make clean won't fix this in r3, as there is no clean routine for proto...
Original comment by nicolai....@gmail.com
on 23 Oct 2011 at 9:00
Original issue reported on code.google.com by
nicolai....@gmail.com
on 3 Sep 2011 at 10:02