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