[protobuf] Error with Netty and extensions

2011-02-06 Thread Marco@worldcorp
Hi all i am trying to use extensions with protobuf and Netty here's my proto file package tutorial; option java_package = "com.example.messages"; option java_outer_classname = "MessageProtos"; option optimize_for = LITE_RUNTIME; enum MessageType { TEST = 0; DEBUG = 1; DO_TASK = 2;

Re: [protobuf] header update in building protobuf 2.4.0a on cygwin

2011-02-06 Thread Kenton Varda
What Cygwin version? What GCC version? We do test releases on Cygwin so I'm guessing you're using an older version. The error looks like a problem that old GCCs had (though we may want to work around it). On Sat, Feb 5, 2011 at 3:59 PM, jimo555 wrote: > Just wanted to pass along a simple fix

[protobuf] header update in building protobuf 2.4.0a on cygwin

2011-02-06 Thread jimo555
Just wanted to pass along a simple fix I had to make to get the protobuf package to build on cygwin. I had to make const': ./google/protobuf/descriptor.h:1152: error: `google::protobuf::internal::Mutex*google::protobuf::DescriptorPool::mutex_' is private this member field public. It all buil