-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error while compiling async_ssl.v0.17.0 #39
Comments
Same here. |
Same here, tried with 5.1.1 and 5.2.0, as well as versions 0.16.0, 0.17.0 and 0.15.0. dnf info libffi libffi-devel openssl --installed Name : libffi Name : libffi-devel Name : openssl |
I have a temporary fix here: vbmithr@5206b3b |
opam pin async_ssl https://github.com/vbmithr/async_ssl.git\#5206b3b
[...]
Do you want to continue? [Y/n] Y
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved async_ssl.v0.17.0 (no changes)
∗ installed async_ssl.v0.17.0
Done. Thank you so much! |
The fix in 77910a4 does not appear to be correct. diff --git a/src/dune b/src/dune
index bf67dbc..edfe18f 100644
--- a/src/dune
+++ b/src/dune
@@ -24,11 +24,12 @@
(language c)
(names ffi_generated_stubs)
(flags
- (:standard \ -Werror -pedantic -Wall -Wunused -Wincompatible-pointer-types)
+ (:standard \ -Werror -pedantic -Wall -Wunused)
-w
(:include ../bindings/openssl-ccopt.sexp)
-Wno-int-conversion
- -Wno-implicit-function-declaration))
+ -Wno-implicit-function-declaration
+ -Wno-incompatible-pointer-types))
(name async_ssl)
(public_name async_ssl)
(modules import version opt verify_mode ffi_generated_types ffi_generated |
During installation on a 5.1.0 switch using dune I get this error message:
OpenSSL on my system is at 3.3.0
The text was updated successfully, but these errors were encountered: