I built the same version of postgres from source successfully a month ago. However, upon resetting my machine and trying to build the same version again, I'm having problems.
When I try to run
make
I get the following error:
../../src/include/utils/elog.h:71:10: fatal error: utils/errcodes.h: No such file or directory
71 | #include "utils/errcodes.h"
| ^~~~~~~~~~~~~~~~~~
Any help will be appreciated.