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

Re: compile warnings in trunk

From: Michael Sweet <mike_at_easysw.com>
Date: 2005-05-11 22:38:26 CEST

Justin Erenkrantz wrote:
> --On Tuesday, May 10, 2005 6:27 PM +0100 Philip Martin
> <philip@codematters.co.uk> wrote:
>
>> So why does the warning occur on Tiger? What underlying type is an
>> apr_ssize_t? Is it now 64-bits? If so then perhaps APR should be
>> using %ld not %d? I'm using gcc 4 on 32-bit Linux and I don't get
>> this warning.
>
>
> Could be that APR needs to be recompiled on Tiger with a clean
> config.cache if that value changed. I haven't installed Tiger yet here,
> so I can't check into it yet. I do think Tiger moved to an LP64 model,
> so I'd expect that size_t changed from Panther (32-bit) to Jaguar
> (64-bit) - requiring a recompile/reconfigure of APR to pick up that
> change. -- justin

I think the default is still ILP32, with the 64-bit mode being used
with a compiler option.

Most of the 10.4 apps are still running in 32-bit mode for speed...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 12 00:25:04 2005

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.