You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ../../src/include/postgres.h:46,
from hashfn.c:24:
../../src/include/utils/elog.h:79:10: fatal error: utils/errcodes.h: No such file or directory
79 | #include "utils/errcodes.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
relpath.c:21:10: fatal error: catalog/pg_tablespace_d.h: No such file or directory
21 | #include "catalog/pg_tablespace_d.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [<builtin>: hashfn.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [<builtin>: relpath.o] Error 1
make[1]: *** [Makefile:19: all] Error 2
Additional context
The error is caused by an additional folder in src that contains the contents expected within src itself: /opt/vcpkg/buildtrees/libpq/src/tgresql-16-b00fbb6ff2.clean.
The text was updated successfully, but these errors were encountered:
Operating system
Linux
Compiler
gcc
Steps to reproduce the behavior
Failure logs
Additional context
The error is caused by an additional folder in src that contains the contents expected within src itself:
/opt/vcpkg/buildtrees/libpq/src/tgresql-16-b00fbb6ff2.clean
.The text was updated successfully, but these errors were encountered: