Re: [Gtksql-users] gtksql: problem with configure: postgres.h presence... no
Brought to you by:
djluff
From: Miernik <mi...@ct...> - 2003-08-11 11:27:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, Aug 11, 2003 at 08:46:37PM +1000, Darryl Luff wrote: > Ah, that's the problem I think. The configure script adds the > /usr/include/postgresql/server directory to the include search dir. On > my redhat (postgresql 7.3.2), and debian (postgresql 7.2.1) systems, at > the top of postgres.h it has these lines: > > #include "c.h" > #include "utils/elog.h" > #include "utils/palloc.h" > > So when it looks for c.h it finds it at > /usr/include/postgresql/server/c.h. But in your dump above, it's looking > for server/c.h. So it needs /usr/include/postgresql added to the search > path rather than /usr/include/postgresql/server. > > This seems to be a change in the postgresql headers. If you look at your > postgres.h, does it have the same as mine above? Or does it have: > > #include "server/c.h" > #include "server/utils/elog.h" > #include "server/utils/palloc.h" Its: #include <server/c.h> #include <server/utils/elog.h> #include <server/utils/palloc.h> > If it's different I'll have to update the configure script so it works > either way. regards, - -- Miernik ________________________ jabberid:mi...@hi... __ ICQ: 4004001 ___/__ tel: +48608233394 __/ mailto:mi...@ct... Sing a declaration against US invasion in Iraq: http://www.moveon.org/declaration/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/N30+ef2MJBeMWJ0RAsOCAJ4wt+wO1E0IcUllD5IISRpnq/RdOQCffTEN NZ2FhwsEuu5UKkLi3FN5f/M= =RRNr -----END PGP SIGNATURE----- |