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)