From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Bruno Wolff III <bruno(at)wolff(dot)to> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: contrib/vacuumlo problem in cvs |
Date: | 2003-08-08 21:24:25 |
Message-ID: | 200308082124.h78LOPj29445@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Do a CVS update and you should be fine. I modified that about 20 minutes ago.
---------------------------------------------------------------------------
Bruno Wolff III wrote:
> I get the error message below when trying to make inside of the contrib
> subdirectory. It was happening last night as well. I removed all of the
> source and got a clean copy about an hour ago and am still having the
> problem.
>
> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../src/interfaces/libpq -I. -I../../src/include -c vacuumlo.c -o vacuumlo.o
> vacuumlo.c:47: conflicting types for `simple_prompt'
> ../../src/include/port.h:26: previous declaration of `simple_prompt'
> make[1]: *** [vacuumlo.o] Error 1
> make[1]: Leaving directory `/usr/local/src/postgresql-7.4/pgsql/contrib/vacuumlo'
> make: *** [all] Error 2
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-08-08 21:33:58 | Re: WITH HOLD and pooled connections |
Previous Message | Bruno Wolff III | 2003-08-08 21:23:19 | contrib/vacuumlo problem in cvs |