Re: OSF build broken - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: OSF build broken
Date
Msg-id 20030706214421.U68362-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: OSF build broken  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 7 Jul 2003, Tom Lane wrote:

> 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?

Shouldn't we be checking for its existance (it doesn't appear that the
file uses it conditionally)? It's only C99 AFAIR and even there it's
optional.  Also, are we guaranteed that stdint.h will have been included
before pqcomm.h?



pgsql-hackers by date:

Previous
From: Philip Yarra
Date:
Subject: Re: OSF build broken
Next
From: Tom Lane
Date:
Subject: Re: OSF build broken