Closed Kelo closed 2 years ago
Hello,
I'm getting this error when trying to make
make
pgut/pgut.h:13:10: fatal error: c.h: No such file or directory 13 | #include "c.h" | ^~~~~ compilation terminated.
These are the steps I've taken to setup the project:
mkdir github cd github git clone https://github.com/ossc-db/pg_bulkload.git sudo apt-get install build-essential sudo apt-get install postgresql-14 make
I've also tried to use postgresql 13, resulting in the same error. Are there any steps I'm missing?
Hi, why don't you install postgresql-server-dev-14?
ref. https://github.com/ossc-db/pg_bulkload/blob/master/.github/workflows/build.yml
Ah okay, I'll do that. Thanks.
Hello,
I'm getting this error when trying to
make
These are the steps I've taken to setup the project:
I've also tried to use postgresql 13, resulting in the same error. Are there any steps I'm missing?