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

Fail to install snoopy in Windows #9

Open
tan-wei opened this issue Jul 25, 2019 · 4 comments
Open

Fail to install snoopy in Windows #9

tan-wei opened this issue Jul 25, 2019 · 4 comments
Assignees

Comments

@tan-wei
Copy link

tan-wei commented Jul 25, 2019

  • Rust: stable-x86_64-pc-windows-msvc 1.36.0

Here is the error log:

error[E0599]: no method named `rfmon` found for type `pcap::Capture<pcap::Inactive>` in the current scope
   --> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:123:29
    |
123 |             device = device.rfmon(val.parse().unwrap());
    |                             ^^^^^

error[E0599]: no method named `precision` found for type `pcap::Capture<pcap::Inactive>` in the current scope
   --> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:132:29
    |
132 |             device = device.precision(self.get_precision_type(val).unwrap());
    |                             ^^^^^^^^^

error[E0599]: no method named `tstamp_type` found for type `pcap::Capture<pcap::Inactive>` in the current scope
   --> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:135:29
    |
135 |             device = device.tstamp_type(self.get_tstamp_type(val).unwrap());
    |                             ^^^^^^^^^^^

error[E0599]: no method named `tstamp_type` found for type `pcap::Capture<pcap::Inactive>` in the current scope
   --> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:138:29
    |
138 |             device = device.tstamp_type(self.get_tstamp_type(val).unwrap());
    |                             ^^^^^^^^^^^

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0599`.
error: failed to compile `snoopy v0.3.2`, intermediate artifacts can be found at `C:\Users\WINTER~1\AppData\Local\Temp\cargo-installWcR5vc`

Caused by:
  Could not compile `snoopy`.

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

Thanks!

@kanishkarj
Copy link
Owner

Sorry, I shall fix this and update you soon!

@kanishkarj kanishkarj self-assigned this Jul 27, 2019
@tan-wei
Copy link
Author

tan-wei commented Jul 28, 2019

Sorry, I shall fix this and update you soon!

Thanks for your reply.

@micartey
Copy link

How is the state of this issue?

@tan-wei
Copy link
Author

tan-wei commented Dec 25, 2022

Seems not OK for now.

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

No branches or pull requests

3 participants