problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12) - Mailing list pgsql-hackers

From Oleg Bartunov
Subject problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)
Date
Msg-id Pine.GSO.3.96.SK.990511103910.24747A-100000@ra
Whole thread Raw
Responses Re: [HACKERS] problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)  (gjerde@icebox.org)
List pgsql-hackers
Sereval days I can't compile 6.5 cvs sources under Linux, 
I got sporadical errors so I suspected it's compiler/hardware
problem. I'm using egcs 1.12 release.
I moved to   another Linux box, download cvs again, used gcc 2.7.2
and still has a problem:

make[2]: Entering directory /usr2/u/postgres/cvs/pgsql/src/backend/postmaster'
gcc -I../../include -I../../backend   -O2 -m486 -Wall -Wmissing-prototypes -I..   -c postmaster.c -o postmaster.o
postmaster.c: In function erverLoop':
postmaster.c:665: too few arguments to function ettimeofday'
postmaster.c:704: too few arguments to function ettimeofday'
postmaster.c:663: warning: unused variable z'
postmaster.c: In function oBackend':
postmaster.c:1503: too few arguments to function ettimeofday'
postmaster.c:1456: warning: unused variable z'
make[2]: *** [postmaster.o] Error 1

Has anyone successfully compiled latest cvs sources under Linux or these
problems are just mine ?
Regards,
    Oleg

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



pgsql-hackers by date:

Previous
From: Dmitry Samersoff
Date:
Subject: Re: [HACKERS] Problem installing plpgsql
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Querytree printing