Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

fixes Windows build #15

Closed
wants to merge 1 commit into from
Closed

Conversation

vinipsmaker
Copy link

The fixed error is:

src\with_read_timeout.rs:40:13: 40:19 error: unresolved import `select::fd_set`. Maybe a missing `extern crate select`? [E0432]
src\with_read_timeout.rs:40         use select::fd_set;
                                        ^~~~~~
src\with_read_timeout.rs:40:13: 40:19 help: run `rustc --explain E0432` to see a detailed explanation
error: aborting due to previous error

Introduced in commit dfd9114

Hint taken from
maidsafe-archive@c7a7190#diff-b4aea3e418ccdb71239b96952d9cddb6R81

The fixed error is:

    src\with_read_timeout.rs:40:13: 40:19 error: unresolved import `select::fd_set`. Maybe a missing `extern crate select`? [E0432]
    src\with_read_timeout.rs:40         use select::fd_set;
                                            ^~~~~~
    src\with_read_timeout.rs:40:13: 40:19 help: run `rustc --explain E0432` to see a detailed explanation
    error: aborting due to previous error

Introduced in commit dfd9114

Hint taken from
maidsafe-archive@c7a7190#diff-b4aea3e418ccdb71239b96952d9cddb6R81
@vinipsmaker
Copy link
Author

Okay, PR is ready for review now

@meqif
Copy link
Owner

meqif commented Oct 14, 2015

Thank you! I opted to fix it in 534eb46 without splitting the select module to another file.

@meqif meqif closed this Oct 14, 2015
@vinipsmaker vinipsmaker deleted the fix-windows branch October 14, 2015 12:31
@vinipsmaker
Copy link
Author

Thanks.

Hey @meqif, could you take a look at #10 please? Also, would you be interested in a PR to replace you platform-specific implementation of timeouts with Rust ones?

vinipsmaker pushed a commit to vinipsmaker/rust-utp that referenced this pull request Jan 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants