Skip to content

Add Windows Support #20

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

Open
mitsuhiko opened this issue Feb 12, 2020 · 3 comments
Open

Add Windows Support #20

mitsuhiko opened this issue Feb 12, 2020 · 3 comments

Comments

@mitsuhiko
Copy link
Owner

There are currently two blockers for Windows support:

@pwnorbitals
Copy link

I believe those blockers have been lifted now !

@mitsuhiko
Copy link
Owner Author

@pwnorbitals would be happy to accept PRs for this. It would take me a bit to get a working windows set up at the moment.

@davehorner
Copy link

tried using it today and received the following:

error[E0425]: cannot find function `kill` in crate `libc`
   --> C:\Users\dhorner\.cargo\registry\src\index.crates.io-6f17d22bba15001f\procspawn-0.10.2\src\proc.rs:334:27
    |
334 |                     libc::kill(pid as i32, libc::SIGKILL);
    |                           ^^^^ not found in `libc`

error[E0425]: cannot find value `SIGKILL` in crate `libc`
   --> C:\Users\dhorner\.cargo\registry\src\index.crates.io-6f17d22bba15001f\procspawn-0.10.2\src\proc.rs:334:50
    |
334 |                     libc::kill(pid as i32, libc::SIGKILL);
    |                                                  ^^^^^^^ help: a constant with a similar name exists: `SIGILL`
    |
   ::: C:\Users\dhorner\.cargo\registry\src\index.crates.io-6f17d22bba15001f\libc-0.2.144\src\windows\mod.rs:243:1
    |
243 | pub const SIGILL: ::c_int = 4;
    | ------------------------- similarly named constant `SIGILL` defined here

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 a pull request may close this issue.

3 participants