Open lovettchris opened 3 years ago
The error should be fixed by https://github.com/leanprover/elan/commit/8d1dec09d67b2ac1768b111d24f1a1cabdd563fa. For openssl, we could link to https://github.com/sfackler/rust-openssl/issues/1062#issuecomment-817181642. I didn't try it though.
I tried the vcpkg route to build openssl but it doesn't solve the problem.
I figured out that I needed a windows friendly version of perl from https://strawberryperl.com/ because the one in "c:\Program Files\Git\usr\bin\perl.exe" doesn't work for some reason. So the openssl configure steps now works.
But the build still fails with this:
Possibly because these environment variables are not defined?
If so, what should these be set to and why do I need to set them, and we need a readme to explain what to set them to, etc.