[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: Branko ÄŚibej <brane_at_xbc.nu>
Date: Mon, 06 Dec 2010 11:21:49 +0100

On 06.12.2010 08:48, Takács András wrote:
>> 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?
> #define APR_HAS_LARGE_FILES 0
> typedef off_t apr_off_t;
>
> I think this is OK, isn't it?

That depends on how off_t is defined ... but I expect it should be OK. I
suggest you find the definition of APR_OFF_T_FMT, could be that that one
is wrong, expectint 64- instead of 32-bit values.

-- Brane
Received on 2010-12-06 11:22:32 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.