-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Bug]: error: unknown argument: '-no-opaque-pointers' #271
Labels
bug
Something isn't working
Comments
clang version is clang-18.1.8, as a workaround, I added export ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future" to compile it.
|
got another error while running make command:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's wrong?
I got error: unknown argument: '-no-opaque-pointers' when running the make command:
This was executed on redhat ppc64le linux environment, and I have postgreql14.11 installed on this server
I followed below steps for the make
The text was updated successfully, but these errors were encountered: