Re: [protobuf] is it possible to compile protobuf 3.0 on windows? (protobuf)

2016-12-09 Thread 'Jisi Liu' via Protocol Buffers
Could you elaborate on the pthread issue? It should work for msvc 2015. On Wed, Dec 7, 2016 at 2:52 PM lucidbee wrote: > I may be missing something obvious. > > I am trying to compile protobuf 3.0.0.2 on windows 10 using msvs 2015 > update 3. > > Using cmake. > > Seems like this should work but

[protobuf] is it possible to compile protobuf 3.0 on windows? (protobuf)

2016-12-07 Thread lucidbee
I may be missing something obvious. I am trying to compile protobuf 3.0.0.2 on windows 10 using msvs 2015 update 3. Using cmake. Seems like this should work but it insists on pthreads and fails. Is this not supported? If I have to make a single threaded version of protobuf on my own then i