-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cannot Make #135
Comments
Sorry, we don't test if it works on windows now. |
Ah, thanks for the clarification. Maybe in the future, at the moment postgres is running on my windows PC. Thanks for the advice |
Hey I am running this on a mac. ===================================ERROR======================================== Can you please help me. |
Sorry, we don't support mac os now. |
我在ubuntu-linux上make,却出现以下报错:make -C ../../src/backend generated-headers |
postgres@d84dfc56618d:/tmp/PolarDB-for-PostgreSQL/contrib/pg_bulkload$ make Why did this problem occur, and how can I solve it? |
I encountered this issue when trying to install, if anyone can assist. Thank you!
Makefile:33: warning: overriding recipe for target 'check'
C:/msys64/mingw64/lib/POSTGR
1/pgxs/src/MAKEFI1/pgxs.mk:446: warning: ignoring old recipe for target 'check'make[1]: Entering directory '/f/Program Files/PostgreSQL/15/data/pg_bulkload-master/bin'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -I../include -IC:/msys64/mingw64/include -I. -I./ -IC:/msys64/mingw64/include/POSTGR
1/server -IC:/msys64/mingw64/include/POSTGR1/internal -ID:/a/msys64/mingw64/include -D__USE_MINGW_ANSI_STDIO=1 -I../postgresql-15.0/src/include/port/win32 -ID:/a/msys64/mingw64/include/libxml2 -ID:/a/msys64/mingw64/include -ID:/a/msys64/mingw64/include -IC:/msys64/mingw64/include/POSTGR~1/server/port/win32 -DWIN32_STACK_RLIMIT=4194304 -c -o recovery.o recovery.cIn file included from recovery.c:1076:
pg_bulkload_win32.c: In function 'TranslateSocketError':
pg_bulkload_win32.c:91:33: error: 'EBADFD' undeclared (first use in this function); did you mean 'EBADF'?
91 | errno = EBADFD;
| ^~~~~~
| EBADF
pg_bulkload_win32.c:91:33: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [: recovery.o] Error 1
make[1]: Leaving directory '/f/Program Files/PostgreSQL/15/data/pg_bulkload-master/bin'
make: *** [Makefile:27: all] Error 2
The text was updated successfully, but these errors were encountered: