Re: [Gtksql-users] gtksql: problem with configure: postgres.h presence... no
Brought to you by:
djluff
From: Darryl L. <da...@sn...> - 2003-08-12 09:54:02
|
Miernik wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On Mon, Aug 11, 2003 at 08:46:37PM +1000, Darryl Luff wrote: > > >>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> > > Thats odd. I downloaded the current postgresql source and it's the same as mine above (except for my typo putting '""''s instead of '<>'s). Anyway. I've updated the CVS version of configure.in to add both /usr/include/postgresql/server and /usr/include/postgresql to the search path. I think that should do it. To get the 0.3.2 version working, you could try replacing the configure.in from the package with the one attached, and run 'autoconf' then configure. Darryl. |