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

V7 fails to build on Windows (regression) #92

Open
igiona opened this issue Sep 13, 2024 · 0 comments
Open

V7 fails to build on Windows (regression) #92

igiona opened this issue Sep 13, 2024 · 0 comments

Comments

@igiona
Copy link
Contributor

igiona commented Sep 13, 2024

error[E0433]: failed to resolve: use of undeclared type `ErrorKind`
   --> C:\Users\gimpe\.cargo\registry\src\index.crates.io-6f17d22bba15001f\syslog-7.0.0\src/lib.rs:264:9
    |
264 |     Err(ErrorKind::UnsupportedPlatform)?
    |         ^^^^^^^^^ use of undeclared type `ErrorKind`
    |
help: consider importing this enum
    |
57  + use io::ErrorKind;
    |

It's clear that the Log functionality will not work on windows, the build shouldn't be broken though imho.

@igiona igiona changed the title V7. V7 fails to build on Windows (regression) Nov 25, 2024
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

1 participant