Advertisement
Guest User

Untitled

a guest
Oct 12th, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. [591/1490] Compiling C object src/backend/postgres.p/jit_jit.c.o
  2. FAILED: src/backend/postgres.p/jit_jit.c.o
  3. cc -Isrc/backend/postgres.p -Isrc/include -I../src/include -Isrc/backend/utils/misc -I../src/backend/utils/misc -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -g -D_GNU_SOURCE -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wmissing-prototypes -Wpointer-arith -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -Wdeclaration-after-statement -Wno-format-truncation -Wno-stringop-truncation -Wno-clobbered -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -msse4.2 -fPIE -pthread -DBUILDING_DLL -MD -MQ src/backend/postgres.p/jit_jit.c.o -MF src/backend/postgres.p/jit_jit.c.o.d -o src/backend/postgres.p/jit_jit.c.o -c ../src/backend/jit/jit.c
  4. ../src/backend/jit/jit.c: In function ‘provider_init’:
  5. ../src/backend/jit/jit.c:91:73: error: ‘DLSUFFIX’ undeclared (first use in this function)
  6. 91 | snprintf(path, MAXPGPATH, "%s/%s%s", pkglib_path, jit_provider, DLSUFFIX);
  7. | ^~~~~~~~
  8. ../src/backend/jit/jit.c:91:73: note: each undeclared identifier is reported only once for each function it appears in
  9. [600/1490] Compiling C object src/backend/postgres.p/executor_spi.c.o
  10. ninja: build stopped: subcommand failed.
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement