Postgres 8.0.0beta1 didn't compile

From: oa(at)cubeoffice(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: Postgres 8.0.0beta1 didn't compile
Date: 2004-08-27 13:09:21
Message-ID: 0004673A.412F4E99@hiob.cubeoffice.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Hi,

Postgres 8.0.0beta1 didn't compile on an older linux machine:

/configure --prefix /usr/local/pgsql-8.0.0beta1

make

..
syslogger.c: In function `SysLoggerMain':
syslogger.c:231: storage size of `timeout' isn't known
syslogger.c:231: warning: unused variable `timeout'
make[3]: *** [syslogger.o] Error 1
make[3]: Leaving directory `/usr/src/wrk/postgresql-8.0.0beta1/src/backend/postmaster'
make[2]: *** [postmaster-recursive] Error 2
make[2]: Leaving directory `/usr/src/wrk/postgresql-8.0.0beta1/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/wrk/postgresql-8.0.0beta1/src'
make: *** [all] Error 2
baldur:/usr/src/wrk/postgresql-8.0.0beta1 # uname -a
Linux baldur 2.4.10 #1 SMP Wed Aug 7 13:37:21 CEST 2002 i686 unknown
baldur:/usr/src/wrk/postgresql-8.0.0beta1 # gcc --version
2.95.2
baldur:/usr/src/wrk/postgresql-8.0.0beta1 #

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-08-27 13:13:08 BUG #1235: didn't compile
Previous Message PostgreSQL Bugs List 2004-08-27 12:17:47 BUG #1234: prepared statements and libpq don't work as expected