I upgraded my toolchain, got a new version of protoc, and then got:
./qt/paymentrequest.pb.h:12:2: error: This file was generated by a newer version of protoc...
make clean doesn't fix, I have to remove the .pb.h file manually.
I upgraded my toolchain, got a new version of protoc, and then got:
./qt/paymentrequest.pb.h:12:2: error: This file was generated by a newer version of protoc...
make clean doesn't fix, I have to remove the .pb.h file manually.
Bah, I'm wrong, something else is wrong after upgrading protobuf....
(turns out: I needed to re-run configure to get the path to the correct version of protobuf headers)