7.2b5 libpq++ include files broken?
Reinhard Max <max@suse.de>
From: Reinhard Max <max@suse.de>
To: <pgsql-bugs@postgresql.org>
Date: 2002-01-22T14:29:30Z
Lists: pgsql-bugs
Hi, as of 7.2b5 'libpq++.h' includes 'libpq++/pgconnection.h' which in turn tries to include 'postgres_fe.h' which can't be found because it has bee moved to the 'internal' subdirectory. Are applications now required to supply -I/usr/include/pgsql/internal in addition to -I/usr/include/pgsql or is the relocation of headers to the 'internal' subdirectory still incomplete? cu Reinhard