contrib/vacuumlo problem in cvs

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-hackers(at)postgresql(dot)org
Subject: contrib/vacuumlo problem in cvs
Date: 2003-08-08 21:23:19
Message-ID: 20030808212319.GA13118@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-08 21:24:25 Re: contrib/vacuumlo problem in cvs
Previous Message Manfred Koizar 2003-08-08 21:23:04 Re: Correlation in cost_index()