Re: OSF build broken

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2003-07-07 04:51:56 Re: OSF build broken
Previous Message Tom Lane 2003-07-07 04:19:06 Re: OSF build broken