We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MBP supautils-1.9.0 % make && make install
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -O2 -I. -I./ -I/opt/homebrew/include/postgresql/server -I/opt/homebrew/include/postgresql/internal -I/opt/homebrew/Cellar/icu4c/70.1/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/homebrew/opt/[email protected]/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.3/include -c -o src/supautils.o src/supautils.c clang: warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk' [-Wmissing-sysroot] In file included from src/supautils.c:1: In file included from /opt/homebrew/include/postgresql/server/postgres.h:46: /opt/homebrew/include/postgresql/server/c.h:59:10: fatal error: 'stdio.h' file not found #include <stdio.h> ^~~~~~~~~ 1 error generated. make: *** [src/supautils.o] Error 1
Steps to reproduce the behavior, please provide code snippets or a repository:
make install should run
The text was updated successfully, but these errors were encountered:
Hi, looking at the clang warning, it seems the CPPFLAGS isn't properly configured. Are you able to compile a printf("hello world") program?
printf("hello world")
Sorry, something went wrong.
No branches or pull requests
Bug report
Describe the bug
MBP supautils-1.9.0 % make && make install
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
make install should run
System information
The text was updated successfully, but these errors were encountered: