CVS compile on AIX 4.3.2 - Mailing list pgsql-hackers

From Samuel A Horwitz
Subject CVS compile on AIX 4.3.2
Date
Msg-id Pine.A41.4.21.0307151119320.33236-100000@argos
Whole thread Raw
Responses Re: CVS compile on AIX 4.3.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I am getting the following error

gmake[4]: Entering directory
`/usr/local/postgres/pgsql/src/backend/access/commo
n'
gcc -O2 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../sr
c/include -I/usr/local/ssl/include  -c -o printtup.o printtup.c
In file included from ../../../../src/include/libpq/libpq-be.h:22,                from
../../../../src/include/libpq/libpq.h:21,               from printtup.c:20:
 
../../../../src/include/libpq/pqcomm.h:60: `int64_t' undeclared here (not
in a f
unction)
../../../../src/include/libpq/pqcomm.h:64: parse error before "int64_t"
../../../../src/include/libpq/pqcomm.h:64: warning: no semicolon at end of
struc
t or union
../../../../src/include/libpq/pqcomm.h:67: `int64_t' undeclared here (not
in a f
unction)
../../../../src/include/libpq/pqcomm.h:67: `int64_t' undeclared here (not
in a f
unction)
../../../../src/include/libpq/pqcomm.h:71: parse error before '}' token
../../../../src/include/libpq/pqcomm.h:81: field `addr' has incomplete
type
gmake[4]: *** [printtup.o] Error 1
gmake[4]: Leaving directory
`/usr/local/postgres/pgsql/src/backend/access/common
'
gmake[3]: *** [common-recursive] Error 2
gmake[3]: Leaving directory `/usr/local/postgres/pgsql/src/backend/access'
gmake[2]: *** [access-recursive] Error 2
gmake[2]: Leaving directory `/usr/local/postgres/pgsql/src/backend'


horwitz@argoscomp.com (Samuel A Horwitz)




pgsql-hackers by date:

Previous
From: "Wang Mike"
Date:
Subject: clock_timestamp() and transcation_timestamp() patch
Next
From: Tom Lane
Date:
Subject: Re: backend/parser compile prob