Takács András <wako...@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.mar...@wandisco.com>:
>> Takács András <wako...@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

Reply via email to