[protobuf] python --cpp_implementation on windows v3.1.0

2016-12-28 Thread Mohamed Koubaa
Hello, I've built protobuf/c++ from source using CMake for VS2012 and am trying to build for protobuf/python using the c++ implementation. I suspect this option is not officially supported for MSVC Windows builds although I could not find this explicitly stated in the documentation. I'm using a

[protobuf] newbie(HELP)

2016-12-28 Thread Praveen Velliengiri
HI I'm new to protocol buffers and i want to know how the messages defined in the *.proto file can be converted into programming language, what are all the techniques used in such converting.All I need is a little description about that process. Thank you all. -- You received th

Re: [protobuf] python --cpp_implementation on windows v3.1.0

2016-12-28 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Dec 28, 2016 at 9:44 AM, Mohamed Koubaa wrote: > Hello, > > I've built protobuf/c++ from source using CMake for VS2012 and am trying > to build for protobuf/python using the c++ implementation. I suspect this > option is not officially supported for MSVC Windows builds although I could >

[protobuf] Cross compiling to ARM on X64 fails, uses ARM js_embed

2016-12-28 Thread Maxx Becker
I'm a newbie, but I have successfully built the protocol buffers sources (version 3.1.0) on Ubuntu 14.04 x86_64 and installed, as per https://github.com/google/protobuf/blob/master/src/README.md I am now attempting to cross-compile to an ARM target, using the cross-compiling info from the README