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

does not compile under windows #31

Closed
MichaelKreil opened this issue Jul 29, 2023 · 2 comments
Closed

does not compile under windows #31

MichaelKreil opened this issue Jul 29, 2023 · 2 comments
Assignees
Labels
help needed Additional expertise is needed

Comments

@MichaelKreil
Copy link
Member

Multiple errors, e.g:

error[E0433]: failed to resolve: could not find unix in os
--> src\containers\tar\reader.rs:9:78
... collections::HashMap, env::current_dir, fmt::Debug, fs::File, io::Read, os::unix::prelude::FileExt, path::Path,

@MichaelKreil MichaelKreil self-assigned this Aug 6, 2023
@MichaelKreil MichaelKreil added the help needed Additional expertise is needed label Aug 22, 2023
@inasis
Copy link
Contributor

inasis commented Aug 6, 2024

Fixed a bug in the code that occurred during compilation.

I attempted to compile it on Microsoft Windows 10 Home x86/64 10.0.19045, using cargo 1.80.0 (376290515 2024-07-16) and
Linux 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux, using cargo 1.80.0 (376290515 2024-07-16)

@MichaelKreil
Copy link
Member Author

Hooray, it works beautifully!
I've also fixed some tests (for Windows), but now we have a CI that builds and tests for Linux and Windows, e.g.: https://github.com/versatiles-org/versatiles-rs/actions/runs/10290513275
VersaTiles is now also built and released for Windows (Intel+ARM): https://github.com/versatiles-org/versatiles-rs/releases/tag/v0.12.5
Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help needed Additional expertise is needed
Projects
Status: Done
Development

No branches or pull requests

2 participants