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

FreeBSD port #20

Closed
wezm opened this issue Nov 27, 2019 · 1 comment · Fixed by #110
Closed

FreeBSD port #20

wezm opened this issue Nov 27, 2019 · 1 comment · Fixed by #110
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wezm
Copy link
Contributor

wezm commented Nov 27, 2019

Building on FreeBSD results in this error as there is no os module implementation for it.

error[E0432]: unresolved import `os::get_input`
  --> src/main.rs:55:9
   |
55 |     use os::get_input;
   |         ^^^^^^^^^^^^^ no `get_input` in `os`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: could not compile `what`.
@imsnif
Copy link
Owner

imsnif commented Nov 27, 2019

If you'd be willing to do some testing (I don't have access to a FreeBSD box unfortunately), this might be a quick fix (I think trying either the linux or the mac version with it might do the trick).

@imsnif imsnif added good first issue Good for newcomers help wanted Extra attention is needed labels Nov 28, 2019
@imsnif imsnif added enhancement New feature or request and removed good first issue Good for newcomers labels Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants