Compile breakage

From: Grant Finnemore <grantf(at)guruhut(dot)co(dot)za>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compile breakage
Date: 2004-05-21 07:28:12
Message-ID: 40ADAF8C.8080902@guruhut.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

RHL 9.0

cvs HEAD, fresh update

make maintainer-clean
./configure --with-java --prefix=/home/grant/bin/pgsql/ \
--with-integer-datetimes --enable-debug --enable-cassert
make

yields:
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include -D_GNU_SOURCE -c -o vacuum.o
vacuum.c
vacuum.c: In function `vac_init_rusage':
vacuum.c:3122: storage size of `tz' isn't known
vacuum.c:3125: warning: implicit declaration of function `gettimeofday'
vacuum.c:3122: warning: unused variable `tz'
make[3]: *** [vacuum.o] Error 1

Regards,
Grant

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-05-21 08:29:35 Database variables when copying a database
Previous Message Marc G. Fournier 2004-05-21 05:47:54 Re: commit messages from gforge -> pgsql-committers