Re: OSF build broken

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Philip Yarra <philip@utiba.com>
Cc: pgsql-hackers@postgresql.org
Date: 2003-07-07T04:19:06Z
Lists: pgsql-hackers
Philip Yarra <philip@utiba.com> writes:
> I did a fresh CVS get (2003-07-07 12:30 UTC +10:00), attempted to build on 
> "OSF1 V4.0 1229 alpha" (Tru64 running on alpha) but build failed with:

> 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 
> function)

Is type int64_t defined anywhere in your system headers?  If so, where?

			regards, tom lane