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

Re: Remove APR_ICONV dependency on Windows

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-05-17 13:58:54 CEST

Mark Phippard wrote:

>> apr-util\include\apu.hw (or apu.h if it already exists):
>> there's a define in there
>> #define APU_HAVE_APR_ICONV 1
>> #define APU_HAVE_ICONV 0
>> #define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
>> set APU_HAVE_APR_ICONV to 0 instead of 1.
>
> Stefan,
>
> I followed these instructions and built with your utf.c file and
> latest trunk. The Java bindings still pass their tests OK, but the
> command line gets an assertion failure at line 1185 of utf.c. Even
> when running svn --version.

Strange. My NAnt script also builds svn.exe so I can do some testing
with it. But 'svn --version' and all other commands work just fine with
my version.
Are you sure all the apr dll's have been rebuilt and your svn.exe is
using the new ones and not some older dll's still lying around somewhere?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 17 13:59:23 2007

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.