-
Notifications
You must be signed in to change notification settings - Fork 991
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 not cargo build --release
on Windows 10.
#198
Comments
I had trouble compiling on windows as well, even after trying basically every version of MS build tools. I'm not good enough at windows to know what the problem might be but I have had a similar experience. |
It does work on Windows (not sure which version though) as AppVeyor is testing/compiling the binaries for it. |
We have the same issue on cobalt.rs, and we solved it by adding with these, compilation is fine, but linking is failing:
|
We solved the linking issue by calling |
Did you manage to make it work? |
I haven't tried |
I have not tried to get it working, I am planning on working on it more when I get back to mac-based development. I guess this can be closed if you would like. |
Looks like syntect is eventually going to switch to fancy-regex, a pure rust alternative to oniguruma so that would solve one part (trishume/syntect#34). |
For sass, I had this error:
But I managed to compile it by installing VS community, open the sln, accept the upgrade of the project to toolset v140, close VS, cargo build. needed this as well: |
Closing for now, but if someone wants to write a blurb in the docs on how to compile it on windows, that would be appreciated! |
I'm trying to compile zola on windows, and I'm seeing issues like this. |
Building on Windows is a pain due to libsass. Looking forward to the day I can close #1535 and forget about Windows & libsass issues. |
Thanks for the answer. I'll do some tinkering, but otherwise this is very daunting :( |
I found out that I had to install
When building using This works for now. |
Hi, I am trying to use the after-dark theme, but I am getting an issue that is supposed to be fixed in Next (#185). I was using Scoop to install Gutenberg, but now I have to try to install from source. So I tried to, and it will not build.
Here is a Gist of the error: https://gist.github.com/sinistersnare/0fef7b9e02da2169313fbf6c6fcbee2c
It looks like it is having trouble compiling
onig-sys
andsass-sys
. Are these supposed to work on Windows?The text was updated successfully, but these errors were encountered: