[protobuf] building the protocol buffers with MinGW-4.4.0

2010-01-04 Thread lucas_ro
Hello, Have anyone succeeded to build the protocol buffers using MinGW-4.4.0 under Windows ? Thank you, Florin -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to proto...@googlegroups.com. To unsubscribe f

[protobuf] Re: building the protocol buffers with MinGW-4.4.0

2010-01-04 Thread lucas_ro
. Also I choose to build only the static library (passing the option -- disable-shared on to the command 'configure'). On Jan 4, 8:07 pm, Kenton Varda wrote: > Did you try and fail?  If so, please post the error log. > > > > On Mon, Jan 4, 2010 at 5:52 AM, lucas_ro wro

[protobuf] Re: building the protocol buffers with MinGW-4.4.0

2010-01-04 Thread lucas_ro
figure this out.  If it's an > official release then we should probably work around the bug, but otherwise > I assume they'll fix it since it's a known issue. > > > > On Mon, Jan 4, 2010 at 11:07 AM, lucas_ro wrote: > > Eventually I succeeded by chan

[protobuf] Re: building the protocol buffers with MinGW-4.4.0

2010-01-04 Thread lucas_ro
vided an official > release with GCC 4.x and AFAICT this is still the case. > > During the install I chose the "current" release.  Maybe you chose the > "candidate"? > > > > On Mon, Jan 4, 2010 at 12:02 PM, lucas_ro wrote: > > It's the offici

[protobuf] Re: Reading multiple protobuf messages from a binary file

2010-01-15 Thread lucas_ro
Yes, it is possible to serialize multiple protocol buffer messages into a binary file and then load them from one by one. Please see below my sample: 1. The file that describe the message I want to serialize: message Person { required int32 id = 1; required string name = 2; optional string