Skip to content

Build failure #9

Closed
Closed
@dead10ck

Description

@dead10ck

Using rustc 1.0.0-nightly (ea6f65c5f 2015-01-06 19:47:08 +0000), it fails to build:

skyler at skyler-0345 in ~/src/rust/inotify-rs (master)
$ cargo build
   Compiling inotify v0.1.1 (file:///Users/skyler/src/rust/inotify-rs)
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:20:2: 20:9 error: unresolved import `std::c_str::CString`. Could not find `c_str` in `std`
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:20     CString,
                                                        ^~~~~~~
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:21:2: 21:8 error: unresolved import `std::c_str::ToCStr`. Could not find `c_str` in `std`
/Users/skyler/src/rust/inotify-rs/src/wrapper.rs:21     ToCStr,
                                                        ^~~~~~
error: aborting due to 2 previous errors
Could not compile `inotify`.

To learn more, run the command again with --verbose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions