Hasan Ahmed <ahasan@uic.edu> writes:
> I am getting the following error when I build postgresql 7.1.1 on
> AIX 4.3.3 machine.
> 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".
This should be fixed in current sources (7.2beta5).
regards, tom lane