[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: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-05-11 19:59:45 CEST

--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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 11 22:35:42 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.