-
Notifications
You must be signed in to change notification settings - Fork 13
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: incompatible function pointer types in ov_http_client.c:1009 gem install ovirt-engine-sdk on mac arm64 #14
Comments
If I disable the error on incompatible function pointer types, I can get further:
This is then gets me to issue #11 |
Note, freebsd has a patch to resolve this issue against newer clang 16: |
See: #11 (comment) I had to use
I ran into #11 so I had to ignore both types of errors. |
@mwperina Can you help out here or know who could help us? |
These warnings are no longer ignorable in ruby 3.3. So I am not able to build on my dev machine (mac) |
This is not true. You are 99% likely running into other issue. I can't find anything that changed in ruby 3.3 release notes that indicates this. |
@kbrock what clang is it attempting to build against? Some warnings can become errors in different versions. See: #11 (comment) Check the release notes for the different branch/tag for the version you have. |
@micwoj92 thank you for all your help |
The text was updated successfully, but these errors were encountered: