-
Notifications
You must be signed in to change notification settings - Fork 17
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
Is there any way to build on MacOS? #7
Comments
macos-fix branch will fix it. |
@pfpacket Thanks for the response. Ill try it on monday. Thanks for the tip. |
fails on macos-fix branch with:
|
Considering rust-9p specifically targets 9p2000.L, which is Linux specific, isn't it expected that building for MacOS won't work? |
You can run 9P2000.L file servers on macOS and still 9P2000.L clients such as v9fs can connect to them and mount them, which means something. |
Ah ok, then disregard my comment :) |
fixes the Mac build :) |
I'm trying to build the unfp on MacOS/Darwin, but following errors was returned:
I'm using rustc 1.37.0-nightly (37d001e4d 2019-05-29). Thanks in advance.
The text was updated successfully, but these errors were encountered: