You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On RHEL / AlmaLinux 9.4 with LLVM 17.0.6 we are getting the error below when trying to build q3c. We believe q3c needs to be updated to build with newer versions of LLVM.
error: unknown argument: '-no-opaque-pointers'
The text was updated successfully, but these errors were encountered:
q3c itself does not have any option '-no-opaque-pointers' anywhere. So if it appears, it's somewhere from your build environment.
Most likely something is wrong there, but it's impossible to say without more information, i.e. full error message, etc.
On RHEL / AlmaLinux 9.4 with LLVM 17.0.6 we are getting the error below when trying to build q3c. We believe q3c needs to be updated to build with newer versions of LLVM.
error: unknown argument: '-no-opaque-pointers'
The text was updated successfully, but these errors were encountered: