Compile error in current cvs (~1230 CDT July 4)

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compile error in current cvs (~1230 CDT July 4)
Date: 2003-07-04 17:30:45
Message-ID: 20030704173045.GA29221@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I get the following compilation error when making postgres from current CVS:
timestamp.c: In function `tm2timestamp':
timestamp.c:69: warning: implicit declaration of function `elog'
timestamp.c:69: `ERROR' undeclared (first use in this function)
timestamp.c:69: (Each undeclared identifier is reported only once
timestamp.c:69: for each function it appears in.)
make[4]: *** [timestamp.o] Error 1

This is on a machine with RH 6.1.

The following configure command was used:

./configure --prefix=/usr/local/pgsql --enable-integer-datetimes --with-pgport=5433

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vincent van Leeuwen 2003-07-04 17:40:16 pg_autovacuum bug and feature request
Previous Message Josh Berkus 2003-07-04 17:12:36 Re: PostgreSQL vs. MySQL