Skip to content
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

Windows and mac os support #26

Open
ll01 opened this issue Nov 24, 2023 · 4 comments
Open

Windows and mac os support #26

ll01 opened this issue Nov 24, 2023 · 4 comments

Comments

@ll01
Copy link

ll01 commented Nov 24, 2023

hey is it possible to have mac os and windows support ?

@rdelfin
Copy link
Owner

rdelfin commented Mar 16, 2024

@ll01 out of curiosity, have you tested if the library works on mac os and windows, and if so, do you have any specific failures you've seen? I'll try and spend some time on this, though I'm beholden to the zmq crate supporting those OSs

@ll01
Copy link
Author

ll01 commented Mar 16, 2024

sorry, I'm really hazy. I think I saw there was only Linux on the doc.rs https://docs.rs/async_zmq/latest/async_zmq/. I can compile the library locally and test on my systems.

@rdelfin
Copy link
Owner

rdelfin commented Mar 16, 2024

No worries! I was just curious if you had tried it. I'll see what I find too on windows at least

@trunkyredstone
Copy link

Hi, I have attempted to use this on windows.

Compilation fails in reactor\evented.rs, with this:

error[E0432]: unresolved import `mio::unix`
 --> C:\Users\xxx\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async_zmq-0.4.0\src\reactor\evented.rs:3:10
  |
3 | use mio::unix::EventedFd;
  |          ^^^^ could not find `unix` in `mio`

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

No branches or pull requests

3 participants