Re: OSF build broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Philip Yarra <philip(at)utiba(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: OSF build broken
Date: 2003-07-07 04:53:35
Message-ID: 13042.1057553615@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Philip Yarra <philip(at)utiba(dot)com> writes:
> On Mon, 7 Jul 2003 02:19 pm, Tom Lane wrote:
>> Is type int64_t defined anywhere in your system headers? If so, where?

> Er... no... this:

> int main()
> {
> printf("sizeof is: %d\n", sizeof(int64_t));
> }

> fails with:

Without some #include's, I'd expect it to fail, because int64_t isn't
built into the C compiler. The question is exactly which #include
are we missing.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Yarra 2003-07-07 05:04:20 Re: OSF build broken
Previous Message Stephan Szabo 2003-07-07 04:51:56 Re: OSF build broken