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

2011-02-07 Thread Kenton Varda
Re-adding the list so that someone can consider these problems. On Mon, Feb 7, 2011 at 5:10 AM, Jim Olson wrote: > I think it was gcc/g++ 3.3, yes it's a couple years old. > > Other problems I discovered : > protoc has to be installed parallel to the java/src dir > otherwise the maven pom.xml ca

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