I wrote: > Reinhard Max <[EMAIL PROTECTED]> writes: >> 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.
> Why was it moved to the internal subdirectory? After playing with this a bit, I see that postgres_fe.h is just a wrapper around c.h, which we probably don't want to move out of internal. So relocating the file won't help. AFAICT the only reason pgconnection.h includes postgres_fe.h is that it needs DLLIMPORT. So a possible solution is to move DLLIMPORT's definition out of c.h and into pg_config.h --- or even better, put the nontrivial cases into the appropriate pg_config_os.h file. Comments? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html