Re: problem making postgresql - Mailing list pgsql-general

From Tom Lane
Subject Re: problem making postgresql
Date
Msg-id 29620.1010770123@sss.pgh.pa.us
Whole thread Raw
In response to problem making postgresql  (Lenny Silver <len@gibbon.cit.cornell.edu>)
Responses Re: problem making postgresql  (Lenny Silver <len@gibbon.cit.cornell.edu>)
List pgsql-general
Lenny Silver <len@gibbon.cit.cornell.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Is there a drawback when changing NAMEDATALEN to 64?
Next
From: Frank Joerdens
Date:
Subject: Does pg_dumpall do BLOBs too?