-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
cargo install fails under Windows #14
Comments
https://github.com/euclio/hunspell-sys/blob/master/build.rs#L18-L22 shows that if there is no |
It would be awesome if you could provide some more detail or if you already made it work, provide the steps to get there so I can add it to the README file :) thanks! |
I tried to make it work yesterday. The issue is, as far as I know, that
hunspell itself does only compile under Windows with a Unix-like Setup
(either Msys2 or cygwin). Whereas rust itself is perfectly usable with an
out of the box Windows.
I will try to compile cargo-spellcheck in msys2 and will test it. I will
report back how it works. However, next week I don't have time for that -
hence it will take a while.
…On Fri, Jun 12, 2020 at 9:09 AM Bernhard Schuster ***@***.***> wrote:
It would be awesome if you could provide some more detail or if you
already made it work, provide the steps to get there so I can add it to the
README file :) thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOQLUQGOV475OF35R25UQTRWHIB5ANCNFSM4N3UYY2Q>
.
|
I could potentially provide binaries as part of the releases, which would contain cross compiled windows binaries - fedora provides mingw64 precompiled hunspell libs, but that really would be more of a band-aid solution. Please keep me updated on your findings! |
What I found out: However, it is possible to compile I submitted a pull-request to Btw. using |
At this point it might make sense to fork |
Installing cargo-spellcheck fails under Windows 10:
I have installed
hunspell
with chocolatey. But it does not help. Chocolatey does not install any libs and it seams that hunspell-sys contains the hunspell code and tries to build it with the autotools, which just are not available under Windows.I recognize, that the error is not in
cargo-spellcheck
itself but in its dependencies. Has someone expirence to installcargo-spellcheck
under Windows? If yes, it would be nice to document, how to do this.The text was updated successfully, but these errors were encountered: