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

2003-09-12 Thread Dave Page
Thanks Adam, patch applied. Regards, Dave. > -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 12 September 2003 16:13 > To: Andreas Pflug > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] autoconf compiling *.c > > >

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

2003-09-12 Thread Adam H. Pendleton
Attached is a patch to src/Makefile.am that fixes your problems. ahp --- pgadmin3/src/Makefile.am2003-09-12 11:11:04.0 -0400 +++ pgadmin3.new/src/Makefile.am2003-09-12 11:04:50.0 -0400 @@ -8,7 +8,7 @@ # db/keywords.c needs to be added pgadmin3_SOURCES = pgAdmin3.c

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

2003-09-12 Thread Adam H. Pendleton
Andreas Pflug wrote: Adam, there's a new patch for acinclude.m4 statinc "search for PostgreSQL includes in /usr/include and usr/include/pgsql" is this supposed to fix this topic? It doesn't; try adding db/keywords.c to Makefile.am yourself. The files that keywords.c is missing are *not* to be

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

2003-09-11 Thread Jean-Michel POURE
Le Jeudi 11 Septembre 2003 13:10, Dave Page a écrit : > No, that's to help find PostgreSQL include files which are in > /usr/include/pgsql on Suse apparently. The SRPM now recompiles on any RPM platform (RedHat, Mandrake, SuSE). Thanks Adam. Cheers, Jean-Michel ---(end o

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

2003-09-11 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 11 September 2003 11:24 > To: Adam H. Pendleton > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] autoconf compiling *.c > > > there's a new patch for acinclude.m

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

2003-09-11 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] 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] 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

[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.