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

Add missing dependencies on i686 #46

Merged
merged 1 commit into from Dec 25, 2015
Merged

Conversation

m-r-r
Copy link
Contributor

@m-r-r m-r-r commented Dec 24, 2015

Hello,

I tried to build the crate on a GNU/Linux system with a i686 processor and it failed with the following message:

   Compiling notify v2.5.2
/home/mrr/.multirust/toolchains/stable/cargo/registry/src/github.com-121aea75f9ef2ce2/notify-2.5.2/src/lib.rs:3:27: 3:44 error: can't find crate for `mio` [E0463]
/home/mrr/.multirust/toolchains/stable/cargo/registry/src/github.com-121aea75f9ef2ce2/notify-2.5.2/src/lib.rs:3 #[cfg(target_os="linux")] extern crate mio;
                                                                                                                                          ^~~~~~~~~~~~~~~~~
error: aborting due to previous error

I added the missing dependencies in Cargo.toml, and now it works.

@passcod
Copy link
Member

passcod commented Dec 25, 2015

Merci beaucoup, et joyeux Noël !

passcod added a commit that referenced this pull request Dec 25, 2015
Add missing dependencies on Linux i686
@passcod passcod merged commit 995fdc6 into notify-rs:master Dec 25, 2015
@m-r-r
Copy link
Contributor Author

m-r-r commented Dec 26, 2015

De rien, toi aussi :-)

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.

None yet

2 participants