-
Notifications
You must be signed in to change notification settings - Fork 29
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
implicit declaration is invalid #3
Comments
On my environment, it is a warning and fixed it on the branch Could you try it? |
Thank you for looking at this.
|
Thank you for your confirmation.
Sorry, I don't know Mac OS well. Please let me advice you on Linux case in some places.
If not found, please confirm that your system can recognize the library aws-cpp-sdk-core.
|
Mac OS doesn't have |
Could you tell me where you installed aws libraries in? |
They seem to be install in |
Could you tell me how you made I would like to know why the build tool could recognize libaws-cpp-sdk-core library. |
When I run
make install
, I get an error:parquet_fdw.c:97:5: error: implicit declaration of function 'on_proc_exit' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
The text was updated successfully, but these errors were encountered: