Re: [protobuf] Compile protobuf without pthread

2016-12-04 Thread Sam Van den Steen
When I have some time to do this properly, I will definitely do this as it can only help others. Thanks! Op maandag 28 november 2016 17:16:16 UTC+1 schreef Adam Cozzette: > > Great, I'm glad to hear that it worked! If you want to clean up those > changes and make it easier to build in a

Re: [protobuf] Compile protobuf without pthread

2016-11-23 Thread 'Adam Cozzette' via Protocol Buffers
I think it should be possible to build without pthreads if you just make a few minor tweaks. I fiddled around with this a little bit and got something that seems to mostly work on a branch here (though I have not really tested it): https://github.com/acozzette/protobuf/tree/without-pthread I