alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Unable to build on windows #133

Open erikh opened 2 years ago

erikh commented 2 years ago

I've been unable to build on windows, building via cargo-wix. Here's a gist of the output. I processed this to strip some of the control characters; sorry if anything's missing.

https://gist.github.com/erikh/32cc0225f6ff1ce64a5f56165e8dea32

Here's the cargo.toml I'm using: https://github.com/zerotier/zeronsd/blob/main/Cargo.toml#L74

The wix command in use is cargo wix -L ext -L WixFirewallExtension -C ext -C WixFirewallExtension --nocapture.

I hope this helps. I am kind of windows dumb and don't know what's happening here.