Re: [protobuf] Re: Protobuf Buffers v3.0.0-alpha-1

2016-10-13 Thread Manivannan s
For Enums it is not possible - It's possible to import proto2 message types and use them in your proto3 messages, and vice versa. However, proto2 enums cannot be used in proto3 syntax. https://developers.google.com/protocol-buffers/docs

Re: [protobuf] Core dump on upload .proto file

2016-10-13 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Oct 13, 2016 at 2:12 AM, Stanislav Eismont < stanislav.eism...@gmail.com> wrote: > Hi all! > > I use protobuf in my c++ app on Ubuntu 14.04 system. libprotobuf-dev, > libprotoc-dev packages has static linkage with app. Important to note that > this packages builded WITHOUT -DNDEBUG compile

[protobuf] Core dump on upload .proto file

2016-10-13 Thread Stanislav Eismont
Hi all! I use protobuf in my c++ app on Ubuntu 14.04 system. libprotobuf-dev, libprotoc-dev packages has static linkage with app. Important to note that this packages builded WITHOUT -DNDEBUG compiler flag (i.e. debug/test mode, where GOOGLE_DCHECK macro on). I have the next objects to working