Re: Call for platforms
Jeff Duffy <jduffy@greatbridge.com>
From: Jeff Duffy <jduffy@greatbridge.com>
To: PgSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2001-03-27T03:01:19Z
Lists: pgsql-hackers
One that didn't compilei RC1: BIGBOY 71# uname -a IRIX BIGBOY 6.5 05190003 IP22 On an Indigo2 (R4000), gcc 2.95.2 , with the following error: gcc -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -U_NO_XOPEN4 -c s_lock.c -o s_lock.o s_lock.c: In function `s_lock': s_lock.c:134: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type s_lock.c: In function `tas_dummy': s_lock.c:235: parse error before `_volatile__' s_lock.c: At top level: s_lock.c:234: warning: `tas_dummy' defined but not used gmake[4]: *** [s_lock.o] Error 1 gmake[4]: Leaving directory `/usr/people/telmnstr/pg/postgresql-7.1RC1/src/backend/storage/buffer' gmake[3]: *** [buffer-recursive] Error 2 gmake[3]: Leaving directory `/usr/people/telmnstr/pg/postgresql-7.1RC1/src/backend/storage' gmake[2]: *** [storage-recursive] Error 2 gmake[2]: Leaving directory `/usr/people/telmnstr/pg/postgresql-7.1RC1/src/backend' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/people/telmnstr/pg/postgresql-7.1RC1/src' gmake: *** [all] Error 2 *** Error code 2 (bu21) Jeff