Skip to content

Add missing dependencies on i686#46

Merged
passcod merged 1 commit intonotify-rs:masterfrom
m-r-r:patch-1
Dec 25, 2015
Merged

Add missing dependencies on i686#46
passcod merged 1 commit intonotify-rs:masterfrom
m-r-r:patch-1

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.zerozr99.workers.dev-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.zerozr99.workers.dev-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.

2 participants