Re: [pgadmin-hackers] ./configure patch needed to build portable

2003-09-10 Thread Dave Page
Title: Message Thanks Adam, patch applied.   Regards, Dave. -Original Message-From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 17:36To: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: Re: [pgadmin-hackers] ./configure patch needed to build

Re: [pgadmin-hackers] ./configure patch needed to build portable

2003-09-10 Thread Adam H. Pendleton
Jean-Michel POURE wrote: Dear all, To make a portable SRPM (which would rebuild on any platform) we need the ./configure script to search for "--with-pgsql-include" variable in /usr/include and /usr/include/pgsql (without having to specify it). Otherwise, there will be one SRPM for RedH

Re: [pgadmin-hackers] ./configure patch needed to build portable SRPMs

2003-09-10 Thread Jean-Michel POURE
Le Mercredi 10 Septembre 2003 20:51, [EMAIL PROTECTED] a écrit : > ./configure --with-pgsql-include '/usr/include/pgsql -I /usr/include' ... Thanks!!! ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [pgadmin-hackers] ./configure patch needed to build portable SRPMs

2003-09-10 Thread blacknoz
Dear Jean-Michel, you could also try something like this: ./configure --with-pgsql-include '/usr/include/pgsql -I /usr/include' ... in your spec file. Cheers, Raphaël Message d'origine >De: Jean-Michel POURE <[EMAIL PROTECTED]> >A: <[EMAIL PROTEC

[pgadmin-hackers] ./configure patch needed to build portable SRPMs

2003-09-10 Thread Jean-Michel POURE
Dear all, To make a portable SRPM (which would rebuild on any platform) we need the ./configure script to search for "--with-pgsql-include" variable in /usr/include and /usr/include/pgsql (without having to specify it). Otherwise, there will be one SRPM for RedHat and Mandrake and another for

Re: [pgadmin-hackers] Configure patch

2003-06-12 Thread Adam H. Pendleton
Jean-Michel POURE wrote: This patch is for review, Adam. We are waiting for your expertise. Cheers, Jean-Michel If that's the case, then we you may be waiting for a while.  :-) ahp

Re: [pgadmin-hackers] Configure patch

2003-06-12 Thread Jean-Michel POURE
On Thursday 12 June 2003 16:27, Adam H. Pendleton wrote: > Dave, please *do not* apply this patch as I think it breaks the default > pgsql checks. Give me a chance to test it first. This patch is for review, Adam. We are waiting for your expertise. Cheers, Jean-Michel -

Re: [pgadmin-hackers] Configure patch

2003-06-12 Thread Dave Page
OK. > -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 15:28 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Configure patch > > > Dave, please *do not* apply this patch as I thi

Re: [pgadmin-hackers] Configure patch

2003-06-12 Thread Adam H. Pendleton
Dave, please *do not* apply this patch as I think it breaks the default pgsql checks. Give me a chance to test it first. ahp ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [pgadmin-hackers] Configure patch

2003-06-12 Thread Jean-Michel POURE
You should read --with-pgsql-include ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

[pgadmin-hackers] Configure patch

2003-06-12 Thread Jean-Michel POURE
On Thursday 12 June 2003 16:00, Adam H. Pendleton wrote: > You need to find the directory that houses libpq-fe.h, and then pass the > parent directory to configure with the --with-pgsql switch. So if > libpq-fe.h is in /usr/local/pgsql/include, then you would pass > --with-pgsql=/usr/local/pgsql t