-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fail because sys/eventfd.h not available on Cygwin32 #747
Comments
Can you run |
Eventually I did it...
|
Same here. This breaks "pip install jupyter" from cygwin. |
This fails on Cygwin 64 also :-( |
any update on this!? |
@minrk
|
Hi I already had a working python3.6.1 with ipython3 in cygwin64 on win7
|
The new build system for v26 prerelease runs the standard libzmq build instead of the setup, so I believe this should be resolved. Please feel free to test and open new issues against v26. |
Although this question as been asked many times with different words, I still did not find a solution yet.
I was able to successfully install
zeromq
with thisMakefile
snippet:Where the patch I made was because of a warning treated as an error:
The build of
pyzmq-14.7.0.tar.gz
fail with this:According to #467 I patched
bundled/zeromq/src/platform.hpp
And this time I get this error:
When also disabling
TCP_KEEP*
andLIBSODIUM
I eventually have linking issues:What can I do next?
To me #113 is a different issue and #467 was not solved yet...
Update
I realized that the setup is falling back on the bundled libzmq while I was able to successfully install libzmq. When I execute:
I have a lot of undefined references that I don't understand:
The text was updated successfully, but these errors were encountered: