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