-
Notifications
You must be signed in to change notification settings - Fork 16
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
Build fails on Windows #110
Comments
I got it to build by applying this patch: diff --git a/Cargo.toml b/Cargo.toml
index 89bca6c..0cbb396 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,6 @@ exclude = ["pq-bin.tar.gz", "pq", "target/**"]
edition = "2021"
[dependencies]
-openssl = { version = "0.10", features = ["vendored"] }
serde = "1.0"
erased_serde_json = { path = "erased-serde-json", version = "0.1.3" }
serde_json = "1.0" |
That patch fails the build unless kafka is disabled though. This is probably better, tying the use of openssl to the use of kafka:
See also sfackler/rust-openssl#2149 for the perl-on-windows issue. |
I'm not big on Windows so whoever has a good fix for this, feel free to make a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
cargo install --no-default-features pq
as it says in the readme fails because I don't have Perl installed:The text was updated successfully, but these errors were encountered: