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

Can't compile examples due to pnet #19

Open
ckcr4lyf opened this issue Feb 22, 2023 · 0 comments · May be fixed by #20
Open

Can't compile examples due to pnet #19

ckcr4lyf opened this issue Feb 22, 2023 · 0 comments · May be fixed by #20

Comments

@ckcr4lyf
Copy link

The current pnet version does not seem be able to get compiled, supposedly due to some mismatch with their tags:

warning: `nfqueue` (lib) generated 6 warnings
   Compiling pnet_macros v0.33.0
   Compiling pnet_packet v0.25.0
error[E0425]: cannot find function `register` in crate `pnet_macros`
  --> /home/poiasd/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_packet-0.25.0/build.rs:27:30
   |
27 |                 pnet_macros::register(&mut registry);
   |                              ^^^^^^^^ not found in `pnet_macros`

For more information about this error, try `rustc --explain E0425`.
error: could not compile `pnet_packet` due to previous error

Related issue: libpnet/libpnet#524

@ckcr4lyf ckcr4lyf linked a pull request Feb 22, 2023 that will close this issue
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.

1 participant