Skip to content

Conversation

stephanlachnit
Copy link
Contributor

This fixes several instances where _MSC_VER was used to determine whether to use afunix.h or not. For example, MinGW requires the use of afunix.h but does not define _MSC_VER. The correct behavior is checking ZMQ_HAVE_WINDOWS.

This fixes several instances where _MSC_VER was used to determine whether to use afunix.h or not. For example, MinGW requires the use of afunix.h but does not define _MSC_VER. The correct behavior is checking ZMQ_HAVE_WINDOWS.

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
@stephanlachnit stephanlachnit marked this pull request as ready for review April 23, 2024 18:55
@bluca bluca merged commit aa885c5 into zeromq:master Apr 23, 2024
@stephanlachnit stephanlachnit deleted the p-fix-afunix-h-detection branch April 23, 2024 20:20
@stephanlachnit
Copy link
Contributor Author

@bluca would it be possible to create a 4.3.6 release with this change?

@thomasjm
Copy link

thomasjm commented Feb 3, 2025

I'm unable to build with mingw-w64 without this change. It's been a while since a release, would one be possible soon @bluca ?

@yansheng1003
Copy link

follow you ,yet dont work it
error: #error On Windows, IPC does not work with POLLER=select, use POLLER=epoll instead, or disable IPC transport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants