[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: Takács András <wakoond_at_gmail.com>
Date: Mon, 6 Dec 2010 08:48:29 +0100

> 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?
Received on 2010-12-06 08:49:29 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.