Re: OSF build broken

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: OSF build broken
Дата
Msg-id 20030706214421.U68362-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: OSF build broken  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Philip Yarra
Дата:
Сообщение: Re: OSF build broken
Следующее
От: Tom Lane
Дата:
Сообщение: Re: OSF build broken