On Mon, 7 Jul 2003, Tom Lane wrote:

> Philip Yarra <[EMAIL PROTECTED]> 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?


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to