On Wed, Dec 28, 2016 at 9:44 AM, Mohamed Koubaa <mohamed.kou...@ansys.com>
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
> not find this explicitly stated in the documentation.
>
> I'm using a custom-built CPython from source with the same toolchain so
> that there is ABI with the cpp implementation's extension module.
>
> When invoking "python setup.py build --cpp_implementation" I get the
> following error related to a gcc option:
>
> cl : Command line error D8021 : invalid numeric argument
> '/Wno-write-strings'
>
> Could I be missing something in my setup or is this indeed not supported?
>
That's not supported. We only test python C++ implementation for linux and
its windows version is known to be broken for quite a while. You are
welcome to send us pull requests to fix the windows build issues though.


>
> Thanks,
> Mohamed Koubaa
> Software Developer
> ANSYS Inc
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to