[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion cross compile (arm)

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 03 Dec 2010 16:54:31 +0000

Takács András <wakoond_at_gmail.com> writes:

> I checked my toolchain. It's using 32 bit file offsets.
> I tried an other toolchain (ct-ng + eglibc). Same result. :(
>
> 2010/12/3 Philip Martin <philip.martin_at_wandisco.com>:
>> Takács András <wakoond_at_gmail.com> writes:
>>
>>> Here at the nodrerev->data_rep section I preinted out the revision,
>>> offset, size, enpanded_size fields from the noderev->data_rep
>>> structure:
>>>
>>> rev 0
>>> offs 4618629949752868864
>>
>> In hex: 4018AB7800000000

Here you are printing 64-bits, so some part of your system thinks that
apr_off_t is 64-bits. How are apr_off_t and APR_HAS_LARGE_FILES defined
in apr.h?

-- 
Philip
Received on 2010-12-03 17:55:11 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.