Re: [pgadmin-hackers] pgadmin3.chm in CVS

2003-09-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 09 September 2003 21:14 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] pgadmin3.chm in CVS > > > Dave Page wrote: > > >Hi Andreas, > > > >After a particularly painful CVS update, I hav

Re: [pgadmin-hackers] dlgOperator_patch

2003-09-10 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 10 September 2003 03:24 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] dlgOperator_patch > > > > This is one that is not in pga2 - any ideas? > > MERGES is specified tacitly. > Defau

[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 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 PROTECTED]> >Sujet: [pgadmin-hackers] ./confi

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

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

[pgadmin-hackers] autoconf compiling *.c

2003-09-10 Thread Andreas Pflug
Hi Adam, for support of keyword checking, we need to include keywords.c. I added this to makefile.am, but the compile flags will lacke the including of the main include dir (../src/include in my build). While we have agreed not to activate this for the 1.0 release, we'll need this quite soon.

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 porta

Re: [pgadmin-hackers] autoconf compiling *.c

2003-09-10 Thread Adam H. Pendleton
Andreas Pflug wrote: Hi Adam, for support of keyword checking, we need to include keywords.c. I added this to makefile.am, but the compile flags will lacke the including of the main include dir (../src/include in my build). While we have agreed not to activate this for the 1.0 release, we'll n

Re: [pgadmin-hackers] autoconf compiling *.c

2003-09-10 Thread Andreas Pflug
Adam H. Pendleton wrote: Andreas Pflug wrote: Hi Adam, for support of keyword checking, we need to include keywords.c. I added this to makefile.am, but the compile flags will lacke the including of the main include dir (../src/include in my build). While we have agreed not to activate this fo

Re: [pgadmin-hackers] dlgOperator_patch

2003-09-10 Thread Hiroshi Saito
Hi Dave. This is patch of pga3. Please Apply it. pga2 is thought to want to adjust it tonight. Regards, Hiroshi Saito From: "Dave Page" <[EMAIL PROTECTED]> > > This is one that is not in pga2 - any ideas? > > MERGES is specified tacitly. > Default name in the preparation is put. > I don't thin