You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: See #113 for a complete PyZMQ build solution on Cygwin.
It looks like configure isn't being properly run...
<...>
[pyzmq] running build_ext
[pyzmq] already have bundled/uuid
[pyzmq] already have bundled/zeromq
[pyzmq] attempting ./configure to generate platform.hpp
[pyzmq] Warning: failed to configure libzmq:
[pyzmq] /bin/sh: ./configure: No such file or directory
[pyzmq]
[pyzmq] staging platform.hpp from: /home/aron/proteus/hashstack/bld/pyzmq-n-7c4e/src/buildutils/include_linux
[pyzmq] ************************************************
[pyzmq] Using bundled libzmq
[pyzmq] ************************************************
[pyzmq] building 'zmq.libzmq' extension
[pyzmq] creating build/temp.cygwin-1.7.25-x86_64-2.7
<...>
[pyzmq] cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
[pyzmq] In file included from bundled/zeromq/src/poller.hpp:24:0,
[pyzmq] from bundled/zeromq/src/io_object.hpp:27,
[pyzmq] from bundled/zeromq/src/session.hpp:26,
[pyzmq] from bundled/zeromq/src/connect_session.hpp:26,
[pyzmq] from bundled/zeromq/src/connect_session.cpp:21:
[pyzmq] bundled/zeromq/src/epoll.hpp:29:23: fatal error: sys/epoll.h: No such file or directory
[pyzmq] #include <sys/epoll.h>
[pyzmq] ^
[pyzmq] compilation terminated.
[pyzmq] error: command 'gcc' failed with exit status 1
[pyzmq ERROR] Command '['bash', '../bash_script']' returned non-zero exit status 1
[pyzmq ERROR] command failed (code=1); raising
Makefile:32: recipe for target `stack' failed
make: *** [stack] Error 127
I'm taking a look at the zeromq stable release for cygwin to see if I can find more details.
The text was updated successfully, but these errors were encountered:
I have never seen pyzmq build successfully on cygwin. If you want to re-run configure (it is not included in sdist), you can fetch a full libzmq and then build again with:
Update: See #113 for a complete PyZMQ build solution on Cygwin.
It looks like configure isn't being properly run...
I'm taking a look at the zeromq stable release for cygwin to see if I can find more details.
The text was updated successfully, but these errors were encountered: