Re: OSF build broken - Mailing list pgsql-hackers

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

cc: Error: l.c, line 2: In this statement, "int64_t" is not declared.
(undeclared)       printf("t is: %d\n", sizeof(int64_t));
------------------------------------^

But then, it doesn't work on Linux (intel 32-bit) either... What's this
int64_t supposed to be? We're not just talking about a long long are we?

Regards, Philip.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: OSF build broken
Next
From: Stephan Szabo
Date:
Subject: Re: OSF build broken