Re: OSF build broken - Mailing list pgsql-hackers

From Tom Lane
Subject Re: OSF build broken
Date
Msg-id 13042.1057553615@sss.pgh.pa.us
Whole thread Raw
In response to Re: OSF build broken  (Philip Yarra <philip@utiba.com>)
Responses Re: OSF build broken  (Philip Yarra <philip@utiba.com>)
List pgsql-hackers
Philip Yarra <philip@utiba.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


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: OSF build broken
Next
From: Philip Yarra
Date:
Subject: Re: OSF build broken