Skip to content

Cannot Make #135

Description

@d4munche3z

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/POSTGR1/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/POSTGR1/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.c
In 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions