Compile breakage - Mailing list pgsql-hackers

From Grant Finnemore
Subject Compile breakage
Date
Msg-id 40ADAF8C.8080902@guruhut.co.za
Whole thread Raw
Responses Re: Compile breakage  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List 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


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: commit messages from gforge -> pgsql-committers
Next
From: Christopher Kings-Lynne
Date:
Subject: Database variables when copying a database