Re: problem making postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lenny Silver <len(at)gibbon(dot)cit(dot)cornell(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem making postgresql
Date: 2002-01-11 17:28:43
Message-ID: 29620.1010770123@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lenny Silver <len(at)gibbon(dot)cit(dot)cornell(dot)edu> writes:
> My sources are in postgresql-7.1.3.tar.gz
> I'm running AIX 4.3.3.0

> xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../../src/include -c -o heaptuple.o heaptuple.c
> "../../../../src/include/c.h", line 193.21: 1506-334 (S) Identifier int8 has already been defined on line 622 of "/usr/include/sys/inttypes.h".
> "../../../../src/include/c.h", line 194.22: 1506-334 (S) Identifier int16 has already been defined on line 623 of "/usr/include/sys/inttypes.h".
> "../../../../src/include/c.h", line 195.20: 1506-334 (S) Identifier int32 has already been defined on line 624 of "/usr/include/sys/inttypes.h".
> "../../../../src/include/c.h", line 265.23: 1506-334 (S) Identifier int64 has already been defined on line 629 of "/usr/include/sys/inttypes.h".

There is a fix for this in current sources (7.2-to-be). It was fairly
recent, so I'm not sure if it's in 7.2b4, but you could use a nightly
snapshot tarball. (Don't install the current snapshot for production,
however, as there are a couple of known bugs waiting to be fixed.)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message brian.walsh 2002-01-11 17:38:53 Creation of a unique id
Previous Message Tom Lane 2002-01-11 17:11:59 Re: Is there a drawback when changing NAMEDATALEN to 64?