-
Notifications
You must be signed in to change notification settings - Fork 18
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 broken by curl 7.87.0 #28
Comments
Seems like the new diff --git a/curlc.c b/curlc.c
index d185008..7a80551 100644
--- a/curlc.c
+++ b/curlc.c
@@ -7,6 +7,9 @@
* (c) 2007-2009, Galois, Inc.
*
*/
+
+// The curl gcc cpp getinfo typechecker doesn't cope well with our wrappers
+#define CURL_DISABLE_TYPECHECK
#include <curl/curl.h>
int curl_easy_getinfo_long(void *curl, long tg, long *pl) solves the issue. |
This is blocking me too. |
neilmayhew
added a commit
to neilmayhew/haskell-curl
that referenced
this issue
Feb 4, 2023
neilmayhew
added a commit
to neilmayhew/haskell-curl
that referenced
this issue
Feb 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to curl 7.87.0 we started seeing the following build failure:
The text was updated successfully, but these errors were encountered: