problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)
Дата
Msg-id Pine.GSO.3.96.SK.990511103910.24747A-100000@ra
обсуждение исходный текст
Ответы Re: [HACKERS] problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)  (gjerde@icebox.org)
Список 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 по дате отправления:

Предыдущее
От: Dmitry Samersoff
Дата:
Сообщение: Re: [HACKERS] Problem installing plpgsql
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Querytree printing