Re: [protobuf] Re: protobuf-3.0 on freebsd-7

2016-09-19 Thread 'Adam Cozzette' via Protocol Buffers
Unfortunately we don't have a compatibility matrix showing what compiler versions we support. If you have to use g++ 4.2.1 then your best bet would probably be to just try building it again and work through any errors that appear. Based on the one error you linked, it looks like the compiler is

[protobuf] Re: Reflecting Custom Options in Protobuf C#

2016-09-19 Thread Teddy Zhang
Looks like the custom options API is not exposed yet in 3.0. Is there any plan to add that? On Friday, April 29, 2016 at 9:37:11 AM UTC-7, Jon Skeet wrote: > On Thursday, 28 April 2016 22:58:42 UTC+1, TravG wrote: >> >> I'm using Protobufs in C# and wondering how I can get access to custom >>