-
Notifications
You must be signed in to change notification settings - Fork 1
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
cannot build on windows xattr not available #3
Comments
I've pushed out a version which should at least work on Windows by detecting whether the xattr library is working (via its SUPPORTED_PLATFORM constant) and avoid using it if not - though naturally it won't be able to run as fast since we can't cache file hash info anywhere else in the file. Hard link detection on Windows will need some nightly compiler features and should work, but I don't currently have a Windows machine to test it on to be sure. |
I:>cargo install emuman error[E0433]: failed to resolve: could not find error[E0433]: failed to resolve: could not find For more information about this error, try |
Thanks. |
Sorry to take so long to respond. I've pushed out a 2.9.5 version which should avoid pulling in the xattr dependency altogether on Windows platforms. Hopefully that will build more successfully. |
Thank you, much appreciated. error[E0658]: use of unstable library feature 'windows_by_handle' error[E0658]: use of unstable library feature 'windows_by_handle' error[E0599]: no method named Some errors have detailed explanations: E0599, E0658. |
Hi.
I tried to build emuman on windows, cause I like the idea of someone finally using hardlinks instead of having multiple copies of the same file.
I got error "could not find 'unix' in 'os'" when it came to xattr.
Apparently there is no xattr tool for windows.
Any chance to work around this, or having windows binary built some other way?
Thanks.
The text was updated successfully, but these errors were encountered: