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

Remove APR_ICONV dependency on Windows

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-05-16 19:51:54 CEST

I have been running into some weird ICONV problems with Subclipse on
Windows. The problem is that we have never been able to deliver the
ICONV *.so files with Subclipse. So either the user has installed the
command line and set APR_ICONV_PATH and they get the functionality, or
they have not and they do not.

Anyway, I am currently building trunk with APR 1.2 and ICONV 1.1. If
Subclipse is run on a system with environment variable set and pointed
at 0.9.7 files, then the JVM crashes.

This reminded me of this thread from 2005:

http://subversion.tigris.org/servlets/BrowseList?list=dev&by=thread&from=375124

Stefen King submitted a patch and went through the review process on
code to remove the dependency and use the Win32 conversion functions.
I did not see any -1's and he re-submitted the patch several times.
Any chance we could revive this and get it into Subversion trunk?

He already uses it with TortoiseSVN. I could manually patch the build
I do for Subclipse but I would rather not since when I do a release I
typically use the DLL's that get posted to Subversion site.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 16 19:52:13 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.