-
Notifications
You must be signed in to change notification settings - Fork 38
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 failure on macOS Big Sur #31
Comments
Indeed, macOS support is not yet implemented in calloop. We do have a *BSD kqueue implementation that might be compatible with macOS or not, but we need someone who knows about this stuff to ensure this is the case. |
I can confirm that this is also still an issue in Big Sur 11.5.2 - this, due to this this change in the "nix" crate. They've removed support for that function on Mac in general it seems. Disappointing since I was pondering switching to calloop for handling an event loop in our server. Might dig into it later. |
1 similar comment
I can confirm that this is also still an issue in Big Sur 11.5.2 - this, due to this this change in the "nix" crate. They've removed support for that function on Mac in general it seems. Disappointing since I was pondering switching to calloop for handling an event loop in our server. Might dig into it later. |
I would like to gently suggest that a note be added that this library does not support Mac to save some time for those of us who develop on Mac (even though, in my case, the final target of the software is generally Linux). |
Well, it is already in the readme:
Are you suggesting something more? |
Since 0.10 calloop is now working and tested on macOS. |
When I try to build calloop (as a dependency of client-toolkit) on macOS Big Sur 10.1, I get the following error messages:
The text was updated successfully, but these errors were encountered: