Andrew Vick <avick(at)remote-print(dot)com> writes: > I am trying to build the Postgres drivers for Qt on Windows. Why are these drivers trying to include elog.h? That's a backend-only header. If the reason is that they're including postgres.h, they should likely be including postgres_fe.h instead. regards, tom lane