Closed GoogleCodeExporter closed 9 years ago
Forgot to mention, OS is Arch Linux amd64.
Original comment by kam1k...@gmail.com
on 11 Apr 2011 at 3:13
Yeah, I noticed that on Arch Linux already. Do you know whether 2.4.0a is an
early alpha and they will be backwards compatible in the final version, or if
2.4.0 will also break compatibility?
Original comment by veaac.fd...@gmail.com
on 11 Apr 2011 at 3:21
Not sure about it being alpha or not, but it defines
GOOGLE_PROTOBUF_MIN_PROTOC_VERSION as being 200400, which leads me to believe
the API is not entirely backwards compatible.
Original comment by kam1k...@gmail.com
on 11 Apr 2011 at 3:28
I think I will switch to generating these files on the fly, but it might take
some days. In the meantime you can generate yourself a 2.4.0a compatible
version using the .proto files:
protoc -I=sourceDir --cpp_out=destDir file.proto
Original comment by veaac.fd...@gmail.com
on 11 Apr 2011 at 3:55
Appears to be working nicely. I'll have to make some tests when I have more
time to be sure though.
Thanks for the tip :)
Original comment by kam1k...@gmail.com
on 11 Apr 2011 at 4:54
Could you try out r509?
Original comment by veaac.fd...@gmail.com
on 13 Apr 2011 at 3:19
r509 doesn't compile (still complains about the protobuf headers).
However r510 is working fine.
Original comment by kam1k...@gmail.com
on 13 Apr 2011 at 3:30
Original comment by veaac.fd...@gmail.com
on 13 Apr 2011 at 3:41
Original issue reported on code.google.com by
kam1k...@gmail.com
on 11 Apr 2011 at 3:11