-
Notifications
You must be signed in to change notification settings - Fork 2
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: MethodError: no method matching curl_debug_cb(::Ptr{Nothing}, ::Int32, ::Ptr{Nothing}, ::UInt64, ::Ptr{Nothing}) #4
Comments
Let me look into this. |
Ok, I think the bug is that I used |
…b to be consistent with the @cfunction call later
strangely my machine is 64 bit (for all I know). |
type declaration is required because it is called from the I don't understand why it would work on some machines but not others, but it seems that |
Hi
and thanks again for your package.
when using verbose = true, I get the error below
curl = CurlHTTP.CurlEasy(url=url,method=CurlHTTP.POST,verbose=true)
In my case the second last argument of curl_debug_cb, is a UInt64, but the signature expects 32.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: