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

Re: Subversion 1.3.0 RC1

From: David Anderson <david.anderson_at_calixo.net>
Date: 2005-10-23 04:09:39 CEST

Kouhei Sutou wrote:
> Is the latter case is better solution?

It is the only solution. We cannot import apr.h in the SWIG interface
code, because otherwise autogen.sh --release breaks completely.

However, I'm not sure that mapping apr_uint32_t to unsigned int will
work consistently on 32 and 64 bit platforms. Intuitively, I reckon
this breaks and needs to be defined more carefully, so as to map to the
right types on both 32 and 64 bit architectures. But I'll roll a
tarball with this fix and see what happens.

Thoughts?
- Dave.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 23 04:22:58 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.