[zeromq-dev] Build pyzmq on Windows with VC11 and Python 2.7

Christoph Buelter c.buelter at arcor.de
Thu Jul 2 19:55:58 CEST 2015


Hey MinRK, thanks for answering.

I don't do this on a regular basis, but for I example I just tried it 
with dulwich <https://github.com/jelmer/dulwich>and that worked fine.

Basically what I had done for pyzmq so far is:

     python setup.py configure --zmq=bundled

It would not build the bundled libraries, but I was able to build both 
libsodium and libzeromq using the provided .sln files, by adjusting its 
include and library paths.

     python setup.py build --zmq=bundled

And that is the log for that, it fails somewhere with libsodium and I 
have no idea what to do to fix it:

http://pastebin.com/v1rQ7yF7

Any idea or guessing what I am doing wrong?

Cheers and thanks again!


Am 02.07.2015 um 00:10 schrieb MinRK:
> Can you build other Python extensions? Is PyZMQ the only one that fails?
>
> On Wed, Jul 1, 2015 at 2:51 PM, Christoph Buelter <c.buelter at arcor.de 
> <mailto:c.buelter at arcor.de>> wrote:
>
>     Hi,
>
>     has anyone yet managed to build Windows with VC11 and Python 2.7.3?
>     I am having all kinds of problems. The default Python 2.7.3 has been
>     compiled with VC9, but I am using a custom version that was
>     created with
>     VC11 so I need pyzmq for that version.
>     Anyone ever done it?
>
>     Cheers
>     _______________________________________________
>     zeromq-dev mailing list
>     zeromq-dev at lists.zeromq.org <mailto:zeromq-dev at lists.zeromq.org>
>     http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150702/5320190a/attachment.htm>


More information about the zeromq-dev mailing list